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 ArchivedFileSet
public String[] getExcludes()
getExcludes
in interface BaseFileSet
public FileSelector[] getFileSelectors()
getFileSelectors
in interface BaseFileSet
public String[] getIncludes()
getIncludes
in interface BaseFileSet
public String getPrefix()
getPrefix
in interface BaseFileSet
public boolean isCaseSensitive()
isCaseSensitive
in interface BaseFileSet
public boolean isIncludingEmptyDirectories()
isIncludingEmptyDirectories
in interface BaseFileSet
public boolean isUsingDefaultExcludes()
isUsingDefaultExcludes
in interface BaseFileSet
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.