org.apache.sling.maven.projectsupport.bundlelist
Class BaseBundle

java.lang.Object
  extended by org.apache.sling.maven.projectsupport.bundlelist.BaseBundle
Direct Known Subclasses:
Bundle

public abstract class BaseBundle
extends Object


Constructor Summary
BaseBundle()
           
 
Method Summary
abstract  String getArtifactId()
           
abstract  String getClassifier()
           
abstract  String getGroupId()
           
abstract  int getStartLevel()
           
abstract  String getType()
           
abstract  String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBundle

public BaseBundle()
Method Detail

getArtifactId

public abstract String getArtifactId()

getClassifier

public abstract String getClassifier()

getGroupId

public abstract String getGroupId()

getStartLevel

public abstract int getStartLevel()

getType

public abstract String getType()

getVersion

public abstract String getVersion()


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