public class PrefixedArchivedFileSet extends Object implements ArchivedFileSet
| Constructor and Description | 
|---|
PrefixedArchivedFileSet(ArchivedFileSet fileSet,
                       String rootPrefix,
                       FileSelector[] selectors)  | 
| Modifier and Type | Method and Description | 
|---|---|
File | 
getArchive()  | 
String[] | 
getExcludes()  | 
FileSelector[] | 
getFileSelectors()  | 
String[] | 
getIncludes()  | 
String | 
getPrefix()  | 
boolean | 
isCaseSensitive()  | 
boolean | 
isIncludingEmptyDirectories()  | 
boolean | 
isUsingDefaultExcludes()  | 
public PrefixedArchivedFileSet(ArchivedFileSet fileSet, String rootPrefix, FileSelector[] selectors)
public File getArchive()
getArchive in interface ArchivedFileSetpublic String[] getExcludes()
getExcludes in interface BaseFileSetpublic FileSelector[] getFileSelectors()
getFileSelectors in interface BaseFileSetpublic String[] getIncludes()
getIncludes in interface BaseFileSetpublic String getPrefix()
getPrefix in interface BaseFileSetpublic boolean isCaseSensitive()
isCaseSensitive in interface BaseFileSetpublic boolean isIncludingEmptyDirectories()
isIncludingEmptyDirectories in interface BaseFileSetpublic boolean isUsingDefaultExcludes()
isUsingDefaultExcludes in interface BaseFileSetCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.