com.github.goldin.plugins.copy
Class CopyDependency
java.lang.Object
org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem
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
| 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 |
CopyDependency
public CopyDependency()
CopyDependency
public CopyDependency(org.apache.maven.artifact.Artifact artifact)
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.