com.github.goldin.plugins.copy
Class CopyDependency

java.lang.Object
  extended by org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem
      extended by com.github.goldin.plugins.copy.CopyDependency
All Implemented Interfaces:
groovy.lang.GroovyObject

public class CopyDependency
extends org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem
implements groovy.lang.GroovyObject


Constructor Summary
CopyDependency()
           
CopyDependency(org.apache.maven.artifact.Artifact artifact)
           
 
Method Summary
 String getExcludeArtifactIds()
           
 String getExcludeClassifiers()
           
 String getExcludeGroupIds()
           
 String getExcludeScope()
           
 Boolean getExcludeTransitive()
           
 String getExcludeTypes()
           
 String getIncludeArtifactIds()
           
 String getIncludeClassifiers()
           
 String getIncludeGroupIds()
           
 boolean getIncludeOptional()
           
 String getIncludeScope()
           
 String getIncludeTypes()
           
 groovy.lang.MetaClass getMetaClass()
           
 boolean getOptional()
           
 Object getProperty(String property)
           
 Boolean getStripVersion()
           
 Object invokeMethod(String method, Object arguments)
           
 boolean isGav()
           
 boolean isIncludeOptional()
           
 boolean isOptional()
           
 boolean isSingle()
           
 boolean isTransitive()
           
 void setExcludeArtifactIds(String value)
           
 void setExcludeClassifiers(String value)
           
 void setExcludeGroupIds(String value)
           
 void setExcludeScope(String value)
           
 void setExcludeTransitive(Boolean value)
           
 void setExcludeTypes(String value)
           
 void setIncludeArtifactIds(String value)
           
 void setIncludeClassifiers(String value)
           
 void setIncludeGroupIds(String value)
           
 void setIncludeOptional(boolean value)
           
 void setIncludeScope(String value)
           
 void setIncludeTypes(String value)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setOptional(boolean value)
           
 void setProperty(String property, Object value)
           
 void setStripVersion(Boolean value)
           
 String toString()
           
 
Methods inherited from class org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem
getArtifact, getArtifactId, getClassifier, getDestFileName, getExcludes, getGroupId, getIncludes, getOutputDirectory, getOverWrite, getType, getVersion, isNeedsProcessing, setArtifact, setArtifactId, setClassifier, setDestFileName, setExcludes, setGroupId, setIncludes, setNeedsProcessing, setOutputDirectory, setOverWrite, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyDependency

public CopyDependency()

CopyDependency

public CopyDependency(org.apache.maven.artifact.Artifact artifact)
Method Detail

getMetaClass

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

setMetaClass

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

invokeMethod

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

getProperty

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

setProperty

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

getOptional

public boolean getOptional()

isOptional

public boolean isOptional()

setOptional

public void setOptional(boolean value)

getIncludeOptional

public boolean getIncludeOptional()

isIncludeOptional

public boolean isIncludeOptional()

setIncludeOptional

public void setIncludeOptional(boolean value)

getStripVersion

public Boolean getStripVersion()

setStripVersion

public void setStripVersion(Boolean value)

getExcludeTransitive

public Boolean getExcludeTransitive()

setExcludeTransitive

public void setExcludeTransitive(Boolean value)

getIncludeScope

public String getIncludeScope()

setIncludeScope

public void setIncludeScope(String value)

getExcludeScope

public String getExcludeScope()

setExcludeScope

public void setExcludeScope(String value)

getIncludeGroupIds

public String getIncludeGroupIds()

setIncludeGroupIds

public void setIncludeGroupIds(String value)

getExcludeGroupIds

public String getExcludeGroupIds()

setExcludeGroupIds

public void setExcludeGroupIds(String value)

getIncludeArtifactIds

public String getIncludeArtifactIds()

setIncludeArtifactIds

public void setIncludeArtifactIds(String value)

getExcludeArtifactIds

public String getExcludeArtifactIds()

setExcludeArtifactIds

public void setExcludeArtifactIds(String value)

getIncludeClassifiers

public String getIncludeClassifiers()

setIncludeClassifiers

public void setIncludeClassifiers(String value)

getExcludeClassifiers

public String getExcludeClassifiers()

setExcludeClassifiers

public void setExcludeClassifiers(String value)

getIncludeTypes

public String getIncludeTypes()

setIncludeTypes

public void setIncludeTypes(String value)

getExcludeTypes

public String getExcludeTypes()

setExcludeTypes

public void setExcludeTypes(String value)

isGav

public boolean isGav()

isSingle

public boolean isSingle()

isTransitive

public boolean isTransitive()

toString

public String toString()
Overrides:
toString in class org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem


Copyright © 2012. All Rights Reserved.