org.codehaus.plexus.archiver.util
Class DefaultArchivedFileSet
java.lang.Object
org.codehaus.plexus.archiver.util.AbstractFileSet
org.codehaus.plexus.archiver.util.DefaultArchivedFileSet
- All Implemented Interfaces:
- ArchivedFileSet, BaseFileSet
public class DefaultArchivedFileSet
- extends AbstractFileSet
- implements ArchivedFileSet
Default implementation of ArchivedFileSet
.
- Since:
- 1.0-alpha-9
Methods inherited from class org.codehaus.plexus.archiver.util.AbstractFileSet |
getExcludes, getFileSelectors, getIncludes, getPrefix, isCaseSensitive, isIncludingEmptyDirectories, isUsingDefaultExcludes, setCaseSensitive, setExcludes, setFileSelectors, setIncludes, setIncludingEmptyDirectories, setPrefix, setUsingDefaultExcludes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultArchivedFileSet
public DefaultArchivedFileSet()
setArchive
public void setArchive(File archive)
- Sets the file sets archive.
getArchive
public File getArchive()
- Description copied from interface:
ArchivedFileSet
- Returns the archive file.
- Specified by:
getArchive
in interface ArchivedFileSet
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.