org.apache.maven.plugin.assembly.model
Class UnpackOptions

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.UnpackOptions
All Implemented Interfaces:
java.io.Serializable

public class UnpackOptions
extends java.lang.Object
implements java.io.Serializable

Specifies options for including/excluding/filtering items extracted from an archive.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
UnpackOptions()
           
 
Method Summary
 void addExclude(java.lang.String string)
          Method addExclude
 void addInclude(java.lang.String string)
          Method addInclude
 java.util.List getExcludes()
          Method getExcludes
 java.util.List getIncludes()
          Method getIncludes
 java.lang.String getModelEncoding()
           
 boolean isFiltered()
          Get Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.
 void removeExclude(java.lang.String string)
          Method removeExclude
 void removeInclude(java.lang.String string)
          Method removeInclude
 void setExcludes(java.util.List excludes)
          Set Set of patterns for matching items to be excluded from an archive as it is unpacked.
 void setFiltered(boolean filtered)
          Set Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.
 void setIncludes(java.util.List includes)
          Set Set of patterns for matching items to be included from an archive as it is unpacked.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnpackOptions

public UnpackOptions()
Method Detail

addExclude

public void addExclude(java.lang.String string)
Method addExclude

Parameters:
string -

addInclude

public void addInclude(java.lang.String string)
Method addInclude

Parameters:
string -

getExcludes

public java.util.List getExcludes()
Method getExcludes


getIncludes

public java.util.List getIncludes()
Method getIncludes


isFiltered

public boolean isFiltered()
Get Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.


removeExclude

public void removeExclude(java.lang.String string)
Method removeExclude

Parameters:
string -

removeInclude

public void removeInclude(java.lang.String string)
Method removeInclude

Parameters:
string -

setExcludes

public void setExcludes(java.util.List excludes)
Set Set of patterns for matching items to be excluded from an archive as it is unpacked.

Parameters:
excludes -

setFiltered

public void setFiltered(boolean filtered)
Set Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration.

Parameters:
filtered -

setIncludes

public void setIncludes(java.util.List includes)
Set Set of patterns for matching items to be included from an archive as it is unpacked.

Parameters:
includes -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.