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.BaseFileSet
public org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
getFileSelectors
in interface org.codehaus.plexus.archiver.BaseFileSet
public String[] getIncludes()
getIncludes
in interface org.codehaus.plexus.archiver.BaseFileSet
public String getPrefix()
getPrefix
in interface org.codehaus.plexus.archiver.BaseFileSet
public boolean isCaseSensitive()
isCaseSensitive
in interface org.codehaus.plexus.archiver.BaseFileSet
public boolean isIncludingEmptyDirectories()
isIncludingEmptyDirectories
in interface org.codehaus.plexus.archiver.BaseFileSet
public boolean isUsingDefaultExcludes()
isUsingDefaultExcludes
in interface org.codehaus.plexus.archiver.BaseFileSet
public File getDirectory()
getDirectory
in interface org.codehaus.plexus.archiver.FileSet
Copyright © 2002-2019 The Apache Software Foundation. All Rights Reserved.