class PrefixedArchivedFileSet
extends java.lang.Object
implements org.codehaus.plexus.archiver.ArchivedFileSet
| Modifier and Type | Field and Description |
|---|---|
private org.codehaus.plexus.archiver.ArchivedFileSet |
fileSet |
private java.lang.String |
rootPrefix |
private org.codehaus.plexus.components.io.fileselectors.FileSelector[] |
selectors |
| Constructor and Description |
|---|
PrefixedArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet fileSet,
java.lang.String rootPrefix,
org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getArchive() |
java.lang.String[] |
getExcludes() |
org.codehaus.plexus.components.io.fileselectors.FileSelector[] |
getFileSelectors() |
java.lang.String[] |
getIncludes() |
java.lang.String |
getPrefix() |
org.codehaus.plexus.components.io.functions.InputStreamTransformer |
getStreamTransformer() |
boolean |
isCaseSensitive() |
boolean |
isIncludingEmptyDirectories() |
boolean |
isUsingDefaultExcludes() |
private final java.lang.String rootPrefix
private final org.codehaus.plexus.archiver.ArchivedFileSet fileSet
private final org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors
public PrefixedArchivedFileSet(org.codehaus.plexus.archiver.ArchivedFileSet fileSet,
java.lang.String rootPrefix,
org.codehaus.plexus.components.io.fileselectors.FileSelector[] selectors)
fileSet - The archived file set.rootPrefix - The root prefix.selectors - The file selectors.public java.io.File getArchive()
getArchive in interface org.codehaus.plexus.archiver.ArchivedFileSetpublic java.lang.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 java.lang.String[] getIncludes()
getIncludes in interface org.codehaus.plexus.archiver.BaseFileSetpublic java.lang.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 org.codehaus.plexus.components.io.functions.InputStreamTransformer getStreamTransformer()
getStreamTransformer in interface org.codehaus.plexus.archiver.BaseFileSet