org.codehaus.mojo.tools.fs.archive
Class DefaultArchiveExpander

java.lang.Object
  extended by 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

Field Summary
static String ROLE_HINT
           
 
Fields inherited from interface org.codehaus.mojo.tools.fs.archive.ArchiveExpander
ROLE
 
Constructor Summary
DefaultArchiveExpander()
           
 
Method Summary
 void expand(ArchiveExpansionRequest request)
          execute the expansion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE_HINT

public static final String ROLE_HINT
See Also:
Constant Field Values
Constructor Detail

DefaultArchiveExpander

public DefaultArchiveExpander()
Method Detail

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.