Class DependencyFilesetsConfiguration

java.lang.Object
org.apache.maven.plugins.antrun.taskconfig.DependencyFilesetsConfiguration
All Implemented Interfaces:
Serializable

public class DependencyFilesetsConfiguration extends Object implements Serializable
Class DependencyFilesetsConfiguration.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • prefix

      private String prefix
      String to prepend to all fileset IDs.
    • projectDependenciesId

      private String projectDependenciesId
      RefId for the fileset containing all project dependencies.
    • scopes

      private String scopes
      Comma separated list of artifact scopes to include.
    • types

      private String types
      Comma separated list of artifact types to include.
    • modelEncoding

      private String modelEncoding
      Field modelEncoding.
  • Constructor Details

    • DependencyFilesetsConfiguration

      public DependencyFilesetsConfiguration()
  • Method Details

    • getModelEncoding

      public String getModelEncoding()
      Get the modelEncoding field.
      Returns:
      String
    • getPrefix

      public String getPrefix()
      Get string to prepend to all fileset IDs.
      Returns:
      String
    • getProjectDependenciesId

      public String getProjectDependenciesId()
      Get refId for the fileset containing all project dependencies.
      Returns:
      String
    • getScopes

      public String getScopes()
      Get comma separated list of artifact scopes to include.
      Returns:
      String
    • getTypes

      public String getTypes()
      Get comma separated list of artifact types to include.
      Returns:
      String
    • setModelEncoding

      public void setModelEncoding(String modelEncoding)
      Set the modelEncoding field.
      Parameters:
      modelEncoding - a modelEncoding object.
    • setPrefix

      public void setPrefix(String prefix)
      Set string to prepend to all fileset IDs.
      Parameters:
      prefix - a prefix object.
    • setProjectDependenciesId

      public void setProjectDependenciesId(String projectDependenciesId)
      Set refId for the fileset containing all project dependencies.
      Parameters:
      projectDependenciesId - a projectDependenciesId object.
    • setScopes

      public void setScopes(String scopes)
      Set comma separated list of artifact scopes to include.
      Parameters:
      scopes - a scopes object.
    • setTypes

      public void setTypes(String types)
      Set comma separated list of artifact types to include.
      Parameters:
      types - a types object.