Uses of Class
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.StartLevel

Packages that use StartLevel
org.apache.sling.maven.projectsupport.bundlelist   
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0   
 

Uses of StartLevel in org.apache.sling.maven.projectsupport.bundlelist
 

Methods in org.apache.sling.maven.projectsupport.bundlelist that return types with arguments of type StartLevel
abstract  List<StartLevel> BaseBundleList.getStartLevels()
           
 

Uses of StartLevel in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0
 

Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 that return types with arguments of type StartLevel
 List<StartLevel> BundleList.getStartLevels()
          Method getStartLevels.
 

Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 with parameters of type StartLevel
 void BundleList.addStartLevel(StartLevel startLevel)
          Method addStartLevel.
 void BundleList.removeStartLevel(StartLevel startLevel)
          Method removeStartLevel.
 

Method parameters in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 with type arguments of type StartLevel
 void BundleList.setStartLevels(List<StartLevel> startLevels)
          Set the startLevels field.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.