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

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

public class PrefixedFileSet
extends Object
implements org.codehaus.plexus.archiver.FileSet

Version:
$Id: PrefixedFileSet.java 999628 2010-09-21 20:41:59Z jdcasey $

Constructor Summary
PrefixedFileSet(org.codehaus.plexus.archiver.FileSet fileSet, String rootPrefix, org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
           
 
Method Summary
 File getDirectory()
           
 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

PrefixedFileSet

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

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

getDirectory

public File getDirectory()
Specified by:
getDirectory in interface org.codehaus.plexus.archiver.FileSet


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