public class ApplicationDescription extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationDescription.ExternalGrammar
A simple holder class that stores a type and binary content
to be used to return extra metadata with
|
Modifier and Type | Method and Description |
---|---|
Application |
getApplication() |
ApplicationDescription.ExternalGrammar |
getExternalGrammar(String path) |
Set<String> |
getExternalMetadataKeys() |
QName |
resolve(Class type) |
public Application getApplication()
public QName resolve(Class type)
type
- java class to be resolved.public ApplicationDescription.ExternalGrammar getExternalGrammar(String path)
path
- path to external metadata.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.