org.apache.geronimo.farm.deployment
Interface DirectoryPackager

All Known Implementing Classes:
ZipDirectoryPackager

public interface DirectoryPackager


Method Summary
 File pack(File configurationDir)
           
 File unpack(File packedConfigurationDir)
           
 void unpack(File targetDir, File packedConfigurationDir)
           
 

Method Detail

pack

File pack(File configurationDir)
          throws IOException
Throws:
IOException

unpack

File unpack(File packedConfigurationDir)
            throws IOException
Throws:
IOException

unpack

void unpack(File targetDir,
            File packedConfigurationDir)
            throws IOException
Throws:
IOException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.