Class StartLevelBundle
- java.lang.Object
-
- org.bndly.common.app.provisioning.model.StartLevelBundle
-
public class StartLevelBundle extends Object
- Author:
- cybercon <bndly@cybercon.de>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArtifactDefinition>getArtifacts()intgetStartLevel()
-
-
-
Method Detail
-
getStartLevel
public int getStartLevel()
-
getArtifacts
public List<ArtifactDefinition> getArtifacts()
-
-