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
 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

File getDirectory()
Returns the file sets base directory.



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.