org.codehaus.mojo.tools.fs.archive
Interface ArchiveExpander

All Known Implementing Classes:
DefaultArchiveExpander

public interface ArchiveExpander


Field Summary
static String ROLE
           
 
Method Summary
 void expand(ArchiveExpansionRequest request)
          execute the expansion
 

Field Detail

ROLE

static final String ROLE
Method Detail

expand

void expand(ArchiveExpansionRequest request)
            throws ArchiveExpansionException,
                   IOException
execute the expansion

Throws:
ArchiveExpansionException
IOException


Copyright © 2005-2008 Codehaus. All Rights Reserved.