Class UnpackPluginMojo.PluginItem
java.lang.Object
org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
de.iip_ecosphere.platform.tools.maven.dependencies.UnpackPluginMojo.PluginItem
- All Implemented Interfaces:
org.apache.maven.shared.transfer.dependencies.DependableCoordinate
- Enclosing class:
UnpackPluginMojo
public static class UnpackPluginMojo.PluginItem
extends org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
Represents a plugin, an extended artifact.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanReturns whether this item has appends.private booleanReturns whether this item has a setupDescriptor.Methods inherited from class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
getArtifact, getArtifactId, getBaseVersion, getClassifier, getDestFileName, getEncoding, getExcludes, getFileMappers, getGroupId, getIncludes, getOutputDirectory, getOverWrite, getType, getVersion, isNeedsProcessing, setArtifact, setArtifactId, setClassifier, setDestFileName, setEncoding, setExcludes, setFileMappers, setGroupId, setIncludes, setNeedsProcessing, setOutputDirectory, setOverWrite, setType, setVersion, toString
-
Field Details
-
appends
-
asTest
private boolean asTest -
setupDescriptor
-
-
Constructor Details
-
PluginItem
public PluginItem()
-
-
Method Details
-
hasAppends
private boolean hasAppends()Returns whether this item has appends.- Returns:
truefor appends,falseelse
-
hasSetupDescriptor
private boolean hasSetupDescriptor()Returns whether this item has a setupDescriptor.- Returns:
truefor setupDescriptor,falseelse
-