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:
BaseFileSet, FileSet

public class PrefixedFileSet
extends Object
implements FileSet

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

Constructor Summary
PrefixedFileSet(FileSet fileSet, String rootPrefix, FileSelector[] selectors)
           
 
Method Summary
 File getDirectory()
           
 String[] getExcludes()
           
 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(FileSet fileSet,
                       String rootPrefix,
                       FileSelector[] selectors)
Method Detail

getExcludes

public String[] getExcludes()
Specified by:
getExcludes in interface BaseFileSet

getFileSelectors

public FileSelector[] getFileSelectors()
Specified by:
getFileSelectors in interface BaseFileSet

getIncludes

public String[] getIncludes()
Specified by:
getIncludes in interface BaseFileSet

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface BaseFileSet

isCaseSensitive

public boolean isCaseSensitive()
Specified by:
isCaseSensitive in interface BaseFileSet

isIncludingEmptyDirectories

public boolean isIncludingEmptyDirectories()
Specified by:
isIncludingEmptyDirectories in interface BaseFileSet

isUsingDefaultExcludes

public boolean isUsingDefaultExcludes()
Specified by:
isUsingDefaultExcludes in interface BaseFileSet

getDirectory

public File getDirectory()
Specified by:
getDirectory in interface FileSet


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