org.apache.geronimo.farm.deployment
Interface DirectoryPackager
- All Known Implementing Classes:
- ZipDirectoryPackager
public interface DirectoryPackager
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.