public interface ApplicationDescriptor extends VisitableHierarchy<Object,Object>
| Modifier and Type | Method and Description |
|---|---|
Application.Mode |
mode() |
String |
name() |
Application |
newInstance(PolygeneAPI runtime,
Object... importedServiceInstances)
Create a new instance of the Application.
|
String |
version() |
acceptApplication newInstance(PolygeneAPI runtime, Object... importedServiceInstances)
runtime - Polygene RuntimeimportedServiceInstances - Imported Services instancesString name()
String version()
Application.Mode mode()