com.atlassian.maven.plugins.bundledplugins
Class Bundle

java.lang.Object
  extended by com.atlassian.maven.plugins.bundledplugins.Bundle
All Implemented Interfaces:
groovy.lang.GroovyObject

public class Bundle
extends Object
implements groovy.lang.GroovyObject

Describes a bundle to create


Constructor Summary
Bundle()
           
 
Method Summary
 List getArtifacts()
           
 String getClassifier()
           
 String getFilename()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setArtifacts(List value)
           
 void setClassifier(String value)
           
 void setFilename(String value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bundle

public Bundle()
Method Detail

getFilename

public String getFilename()

setFilename

public void setFilename(String value)

getClassifier

public String getClassifier()

setClassifier

public void setClassifier(String value)

getArtifacts

public List getArtifacts()

setArtifacts

public void setArtifacts(List value)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2013 Atlassian. All Rights Reserved.