org.codehaus.plexus.archiver

Interface BaseFileSet

public interface BaseFileSet

A file set is a set of files, which may be added to an archive.

Since: 1.0-alpha-9

Method Summary
String[]getExcludes()
Returns a string of patterns, which excluded files should match.
FileSelector[]getFileSelectors()
Returns a set of file selectors, which should be used to select the included files.
String[]getIncludes()
Returns a string of patterns, which included files should match.
StringgetPrefix()
Returns the prefix, which the file sets contents shall have.
booleanisCaseSensitive()
Returns, whether the include/exclude patterns are case sensitive.
booleanisIncludingEmptyDirectories()
Returns, whether empty directories are being included.
booleanisUsingDefaultExcludes()
Returns, whether the default excludes are being applied.

Method Detail

getExcludes

public String[] getExcludes()
Returns a string of patterns, which excluded files should match.

getFileSelectors

public FileSelector[] getFileSelectors()
Returns a set of file selectors, which should be used to select the included files.

getIncludes

public String[] getIncludes()
Returns a string of patterns, which included files should match.

getPrefix

public String getPrefix()
Returns the prefix, which the file sets contents shall have.

isCaseSensitive

public boolean isCaseSensitive()
Returns, whether the include/exclude patterns are case sensitive.

isIncludingEmptyDirectories

public boolean isIncludingEmptyDirectories()
Returns, whether empty directories are being included.

isUsingDefaultExcludes

public boolean isUsingDefaultExcludes()
Returns, whether the default excludes are being applied.
Copyright © 2001-2009 Codehaus. All Rights Reserved.