public interface IApplicationSpecification extends ILibrarySpecification
ILibrarySpecification
by adding new properties
name and engineClassName.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEngineClassName()
Returns the name of the class (which implements
IEngine ). |
java.lang.String |
getName()
Returns a "user friendly" name for the application (which is optional).
|
void |
setEngineClassName(java.lang.String value) |
void |
setName(java.lang.String name) |
addExtensionSpecification, checkExtension, getComponentSpecificationPath, getComponentTypes, getDescription, getExtension, getExtension, getExtensionNames, getExtensionSpecification, getExtensionSpecifications, getLibraryIds, getLibrarySpecificationPath, getPageNames, getPageSpecificationPath, getPublicId, getServiceClassName, getServiceNames, getSpecificationLocation, instantiateImmediateExtensions, setComponentSpecificationPath, setDescription, setLibrarySpecificationPath, setPageSpecificationPath, setPublicId, setServiceClassName, setSpecificationLocation
getProperty, getPropertyNames, removeProperty, setProperty
java.lang.String getName()
void setEngineClassName(java.lang.String value)
java.lang.String getEngineClassName()
IEngine
).
May return null, in which case a default is used.void setName(java.lang.String name)