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
    Modifier and Type
    Field
    Description
    private List<String>
     
    private boolean
     
    private String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private boolean
    Returns whether this item has appends.
    private boolean
    Returns 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • appends

      @Parameter(required=false) private List<String> appends
    • asTest

      private boolean asTest
    • setupDescriptor

      private String setupDescriptor
  • Constructor Details

    • PluginItem

      public PluginItem()
  • Method Details

    • hasAppends

      private boolean hasAppends()
      Returns whether this item has appends.
      Returns:
      true for appends, false else
    • hasSetupDescriptor

      private boolean hasSetupDescriptor()
      Returns whether this item has a setupDescriptor.
      Returns:
      true for setupDescriptor, false else