Class RunMode
- java.lang.Object
-
- org.bndly.common.app.provisioning.model.RunMode
-
public class RunMode extends Object
- Author:
- cybercon <bndly@cybercon.de>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StartLevelBundle>getBundles()List<Config>getConfigs()StringgetName()List<ResourceDefinition>getResources()org.bndly.common.json.model.JSObjecttoJsValue()
-
-
-
Method Detail
-
toJsValue
public org.bndly.common.json.model.JSObject toJsValue()
-
getName
public String getName()
-
getBundles
public List<StartLevelBundle> getBundles()
-
getResources
public List<ResourceDefinition> getResources()
-
-