Uses of Interface
org.fuin.utils4swing.appstarter.ClasspathEntry

Packages that use ClasspathEntry
org.fuin.utils4swing.appstarter The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath. 
 

Uses of ClasspathEntry in org.fuin.utils4swing.appstarter
 

Classes in org.fuin.utils4swing.appstarter that implement ClasspathEntry
 class ClasspathBinDirEntry
          Directory with several classes ("bin" or "classes" folder) to be added to the classpath.
 class ClasspathJarFileEntry
          Single JAR to be added to the classpath.
 class ClasspathJarsDirEntry
          Directory with several JAR files to be added to the classpath.
 

Methods in org.fuin.utils4swing.appstarter that return types with arguments of type ClasspathEntry
 java.util.List<ClasspathEntry> AppStarterConfig.getClassPath()
          Returns a list of entries to inject into the classpath.
 

Methods in org.fuin.utils4swing.appstarter with parameters of type ClasspathEntry
 void AppStarterConfig.addClasspathEntry(ClasspathEntry entry)
          Adds a single classpath entry to the list.
 java.lang.Object ClasspathEntryTableFormat.getColumnValue(ClasspathEntry entry, int column)
          
 

Method parameters in org.fuin.utils4swing.appstarter with type arguments of type ClasspathEntry
 void AppStarter.start(StartType startType, java.util.List<ClasspathEntry> classpathEntries, java.lang.String mainClass, java.util.List<java.lang.String> arguments)
          Injects entries in the classpath and starts the application.
static void AppStarter.start(StartType startType, java.util.List<ClasspathEntry> classpathEntries, java.lang.String mainClass, java.util.List<java.lang.String> arguments, AppStarterListener listener)
          Injects entries in the classpath and starts the application.
 



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