org.codehaus.plexus.archiver
Interface FileSet

All Superinterfaces:
BaseFileSet
All Known Implementing Classes:
DefaultFileSet

public interface FileSet
extends BaseFileSet

A file set, which consists of the files and directories in a common base directory.

Since:
1.0-alpha-9

Method Summary
 java.io.File getDirectory()
          Returns the file sets base directory.
 
Methods inherited from interface org.codehaus.plexus.archiver.BaseFileSet
getExcludes, getFileSelectors, getIncludes, getPrefix, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes
 

Method Detail

getDirectory

java.io.File getDirectory()
Returns the file sets base directory.



Copyright © 2001-2010 Codehaus. All Rights Reserved.