com.izforge.izpack.compiler
Class PackagerFactory

java.lang.Object
  extended by com.izforge.izpack.compiler.PackagerFactory

public class PackagerFactory
extends java.lang.Object

Factory class for handling the packager classes

Author:
Dennis Reil,

Constructor Summary
PackagerFactory()
           
 
Method Summary
static IPackager getPackager(java.lang.String classname)
          Returns a new instantiation of the specified packager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagerFactory

public PackagerFactory()
Method Detail

getPackager

public static IPackager getPackager(java.lang.String classname)
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException,
                                    java.lang.ClassNotFoundException
Returns a new instantiation of the specified packager

Parameters:
classname - the class name
Returns:
a new packager instance
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException