public final class MetaDataRegistry
extends java.lang.Object
getModuleMetaData(String)
. To do so
it is necessary to get an instance of the registry by calling
newInstance()
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ModuleMetaData |
getModuleMetaData(java.lang.String appName)
Method returns the module meta data for the specified application name.
|
static MetaDataRegistry |
newInstance()
Static factory method to create a new instance of the meta data registry.
|
public static final java.lang.String COPYRIGHT
public static MetaDataRegistry newInstance()
public ModuleMetaData getModuleMetaData(java.lang.String appName)
null
will be returned.appName
- The application name of the enterprise application for which the
module meta data are requested.ModuleMetaData
module meta data for the specified enterprise
application; otherwise null