org.codehaus.mojo.webstart
Class DefaultPack200Tool

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

Field Summary
 
Fields inherited from interface org.codehaus.mojo.webstart.Pack200Tool
ROLE
 
Constructor Summary
DefaultPack200Tool()
           
 
Method Summary
 void packJars(File directory, FileFilter jarFileFilter, boolean gzip)
           
 void unpackJars(File directory, FileFilter pack200FileFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPack200Tool

public DefaultPack200Tool()
Method Detail

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.