Package org.fuin.utils4swing.appstarter

The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath.

See:
          Description

Interface Summary
AppStarterListener Implemented by classes that want to be notified when the application has started.
ClasspathEntry Entry to be injected into the classpath.
 

Class Summary
AppStarter Starts any application by injecting single jars, directories with jars or classpath directories into the classpath.
AppStarterConfig Configuration for the "AppStarter".
AppStarterConfigPanel Main panel for the "AppStarter".
ClasspathBinDirEntry Directory with several classes ("bin" or "classes" folder) to be added to the classpath.
ClasspathEntryTableFormat Table format for classpath entries.
ClasspathJarFileEntry Single JAR to be added to the classpath.
ClasspathJarsDirEntry Directory with several JAR files to be added to the classpath.
StartType Types of applications that can be started.
 

Exception Summary
InputRequiredException An input field cannot be empty.
StartApplicationException Something went wrong starting the target application.
 

Package org.fuin.utils4swing.appstarter Description

The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath. Before starting the target a configuration screen can be displayed.



Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.