org.codehaus.mojo.webstart
Class DefaultPack200Tool
java.lang.Object
org.codehaus.mojo.webstart.DefaultPack200Tool
- All Implemented Interfaces:
- Pack200Tool
public class DefaultPack200Tool
- extends Object
- implements Pack200Tool
Default implementation of the Pack200Tool.
- Since:
- 1.0-beta-2
- Author:
- tchemit
| Fields inherited from interface org.codehaus.mojo.webstart.Pack200Tool |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPack200Tool
public DefaultPack200Tool()
packJars
public void packJars(File directory,
FileFilter jarFileFilter,
boolean gzip)
- Specified by:
packJars in interface Pack200Tool
unpackJars
public void unpackJars(File directory,
FileFilter pack200FileFilter)
- Specified by:
unpackJars in interface Pack200Tool
Copyright © 2005-2012 Codehaus. All Rights Reserved.