public class PrefixedFileSet extends Object implements org.codehaus.plexus.archiver.FileSet
| Constructor and Description |
|---|
PrefixedFileSet(org.codehaus.plexus.archiver.FileSet fileSet,
String rootPrefix,
org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDirectory() |
String[] |
getExcludes() |
org.codehaus.plexus.components.io.fileselectors.FileSelector[] |
getFileSelectors() |
String[] |
getIncludes() |
String |
getPrefix() |
boolean |
isCaseSensitive() |
boolean |
isIncludingEmptyDirectories() |
boolean |
isUsingDefaultExcludes() |
public PrefixedFileSet(org.codehaus.plexus.archiver.FileSet fileSet,
String rootPrefix,
org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
public String[] getExcludes()
getExcludes in interface org.codehaus.plexus.archiver.BaseFileSetpublic org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
getFileSelectors in interface org.codehaus.plexus.archiver.BaseFileSetpublic String[] getIncludes()
getIncludes in interface org.codehaus.plexus.archiver.BaseFileSetpublic String getPrefix()
getPrefix in interface org.codehaus.plexus.archiver.BaseFileSetpublic boolean isCaseSensitive()
isCaseSensitive in interface org.codehaus.plexus.archiver.BaseFileSetpublic boolean isIncludingEmptyDirectories()
isIncludingEmptyDirectories in interface org.codehaus.plexus.archiver.BaseFileSetpublic boolean isUsingDefaultExcludes()
isUsingDefaultExcludes in interface org.codehaus.plexus.archiver.BaseFileSetpublic File getDirectory()
getDirectory in interface org.codehaus.plexus.archiver.FileSetCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.