A G M O P R S T U

A

ApplicationStarter - Class in org.sapia.util
The application starter allows to execute the main(String[]) method of a java class from a child classloader of the system classloader.
ApplicationStarter(Class, String[]) - Constructor for class org.sapia.util.ApplicationStarter
Creates a new ApplicationStarter with the passed in arguments.
ApplicationStarterException - Exception in org.sapia.util
This exception is thrown by the ApplicationStarter when an error prevent it from starting an application.
ApplicationStarterException(String, Throwable) - Constructor for exception org.sapia.util.ApplicationStarterException
Creates a new ApplicationStarterException instance with the arguments passed in.
ApplicationStarterTester - Class in org.sapia.util.test
 
ApplicationStarterTester() - Constructor for class org.sapia.util.test.ApplicationStarterTester
 

G

getSourceError() - Method in exception org.sapia.util.ApplicationStarterException
Returns the source error encapsulated in this exception.

M

main(String[]) - Static method in class org.sapia.util.ApplicationStarter
Main method of the ApplicationStarter class.
main(String[]) - Static method in class org.sapia.util.test.ApplicationStarterTester
 
main(String[]) - Static method in class org.sapia.util.test.TestApp
 
main(String[]) - Static method in class org.sapia.util.test.TestApp2
 

O

org.sapia.util - package org.sapia.util
 
org.sapia.util.test - package org.sapia.util.test
 

P

printStackTrace() - Method in exception org.sapia.util.ApplicationStarterException
Prints the stack trace of this exception to the standard error stream.
printStackTrace(PrintWriter) - Method in exception org.sapia.util.ApplicationStarterException
Prints the stack trace of this exception to the print writer passed in.
printStackTrace(PrintStream) - Method in exception org.sapia.util.ApplicationStarterException
Prints the stack trace of this exception to the print stream passed in.

R

run() - Method in class org.sapia.util.ApplicationStarter
Run method of the Runnable interface that calls the main method of the main class.

S

start(String, String, String[], boolean) - Static method in class org.sapia.util.ApplicationStarter
This start method allow the ApplicationStarter to start a new application programmatically passing in the required arguments.

T

TestApp - Class in org.sapia.util.test
 
TestApp() - Constructor for class org.sapia.util.test.TestApp
 
TestApp2 - Class in org.sapia.util.test
 
TestApp2() - Constructor for class org.sapia.util.test.TestApp2
 

U

usage() - Static method in class org.sapia.util.ApplicationStarter
Prints out on the standard output the usage of the main method of this class.

A G M O P R S T U

Copyright © 2010 Sapia OSS. All Rights Reserved.