public interface ApplicationDescriptor extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getLibraries() |
List<ModuleDescriptor> |
getModuleDescriptors()
Return the module descriptors for modules within the application
|
List<String> |
getModules() |
String |
getName() |
boolean |
isJavaEE() |
String getLibraries()
List<ModuleDescriptor> getModuleDescriptors()
String getName()
boolean isJavaEE()
Copyright © 2017. All rights reserved.