org.apache.tomee.installer
Class InstallerTools

java.lang.Object
  extended by org.apache.tomee.installer.InstallerTools

public class InstallerTools
extends Object


Constructor Summary
InstallerTools()
           
 
Method Summary
static Object invokeStaticNoArgMethod(String className, String propertyName)
           
static Class<?> loadClass(String className, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallerTools

public InstallerTools()
Method Detail

invokeStaticNoArgMethod

public static Object invokeStaticNoArgMethod(String className,
                                             String propertyName)

loadClass

public static Class<?> loadClass(String className,
                                 ClassLoader classLoader)
                          throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.