org.apache.geronimo.installer.processing
Class ConfigInstaller

java.lang.Object
  extended byorg.apache.geronimo.installer.processing.ConfigInstaller

public class ConfigInstaller
extends Object


Field Summary
protected static URLClassLoader cl
           
protected static boolean fTrace
           
protected static String installRoot
           
protected static String xmlName
           
 
Constructor Summary
ConfigInstaller()
           
 
Method Summary
protected static void getJars(File baseDir, Vector jars)
           
protected static void initClassLoader()
           
static void main(String[] args)
           
protected static void trace(String output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

installRoot

protected static String installRoot

xmlName

protected static String xmlName

fTrace

protected static boolean fTrace

cl

protected static URLClassLoader cl
Constructor Detail

ConfigInstaller

public ConfigInstaller()
Method Detail

initClassLoader

protected static void initClassLoader()

getJars

protected static void getJars(File baseDir,
                              Vector jars)
                       throws Exception
Throws:
Exception

main

public static void main(String[] args)

trace

protected static void trace(String output)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.