org.apache.maven.plugin.assembly.archive.archiver
Class PrefixedArchivedFileSet

java.lang.Object
  extended by org.apache.maven.plugin.assembly.archive.archiver.PrefixedArchivedFileSet
All Implemented Interfaces:
org.codehaus.plexus.archiver.ArchivedFileSet, org.codehaus.plexus.archiver.BaseFileSet

public class PrefixedArchivedFileSet
extends Object
implements org.codehaus.plexus.archiver.ArchivedFileSet

Version:
$Id: PrefixedArchivedFileSet.java 727431 2008-12-17 16:38:37Z jdcasey $

Constructor Summary
PrefixedArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet fileSet, String rootPrefix, org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
           
 
Method Summary
 File getArchive()
           
 String[] getExcludes()
           
 org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
           
 String[] getIncludes()
           
 String getPrefix()
           
 boolean isCaseSensitive()
           
 boolean isIncludingEmptyDirectories()
           
 boolean isUsingDefaultExcludes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixedArchivedFileSet

public PrefixedArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet fileSet,
                               String rootPrefix,
                               org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
Method Detail

getArchive

public File getArchive()
Specified by:
getArchive in interface org.codehaus.plexus.archiver.ArchivedFileSet

getExcludes

public String[] getExcludes()
Specified by:
getExcludes in interface org.codehaus.plexus.archiver.BaseFileSet

getFileSelectors

public org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
Specified by:
getFileSelectors in interface org.codehaus.plexus.archiver.BaseFileSet

getIncludes

public String[] getIncludes()
Specified by:
getIncludes in interface org.codehaus.plexus.archiver.BaseFileSet

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface org.codehaus.plexus.archiver.BaseFileSet

isCaseSensitive

public boolean isCaseSensitive()
Specified by:
isCaseSensitive in interface org.codehaus.plexus.archiver.BaseFileSet

isIncludingEmptyDirectories

public boolean isIncludingEmptyDirectories()
Specified by:
isIncludingEmptyDirectories in interface org.codehaus.plexus.archiver.BaseFileSet

isUsingDefaultExcludes

public boolean isUsingDefaultExcludes()
Specified by:
isUsingDefaultExcludes in interface org.codehaus.plexus.archiver.BaseFileSet


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.