org.codehaus.plexus.archiver.bzip2
Class BZip2Archiver
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.archiver.AbstractArchiver
org.codehaus.plexus.archiver.bzip2.BZip2Archiver
- All Implemented Interfaces:
- Archiver, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class BZip2Archiver
- extends AbstractArchiver
- Version:
- $Revision: 3651 $ $Date: 2006-08-21 23:05:02 +0200 (Mon, 21 Aug 2006) $
Fields inherited from interface org.codehaus.plexus.archiver.Archiver |
ROLE |
Methods inherited from class org.codehaus.plexus.archiver.AbstractArchiver |
addArchivedFileSet, addArchivedFileSet, addArchivedFileSet, addArchivedFileSet, addDirectory, addDirectory, addDirectory, addDirectory, addFile, addFile, checkForced, contextualize, getDefaultDirectoryMode, getDefaultFileMode, getDestFile, getDirs, getFiles, getIncludeEmptyDirs, getLogger, isForced, isUptodate, setDefaultDirectoryMode, setDefaultFileMode, setDestFile, setForced, setIncludeEmptyDirs |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BZip2Archiver
public BZip2Archiver()
createArchive
public void createArchive()
throws ArchiverException,
IOException
- Throws:
ArchiverException
IOException
isSupportingForced
public boolean isSupportingForced()
- Description copied from interface:
Archiver
- Returns, whether the archive supports uptodate checks. If so, you
may set
Archiver.setForced(boolean)
to true.
- Specified by:
isSupportingForced
in interface Archiver
- Overrides:
isSupportingForced
in class AbstractArchiver
- Returns:
- True, if the archiver does support uptodate checks, false
otherwise
- See Also:
Archiver.setForced(boolean)
,
Archiver.isForced()
Copyright © 2001-2013 Codehaus. All Rights Reserved.