org.codehaus.mojo.tools.fs.archive
Class DefaultArchiveExpander
java.lang.Object
org.codehaus.mojo.tools.fs.archive.DefaultArchiveExpander
- All Implemented Interfaces:
- ArchiveExpander
public class DefaultArchiveExpander
- extends Object
- implements ArchiveExpander
Unpack an archive file. Be flexible on the types of archives handled.
- Author:
- jdcasey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE_HINT
public static final String ROLE_HINT
- See Also:
- Constant Field Values
DefaultArchiveExpander
public DefaultArchiveExpander()
expand
public void expand(ArchiveExpansionRequest request)
throws ArchiveExpansionException,
IOException
- execute the expansion
- Specified by:
expand in interface ArchiveExpander
- Throws:
ArchiveExpansionException
IOException
Copyright © 2005-2008 Codehaus. All Rights Reserved.