|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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. |
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,
List<ClasspathEntry> classpathEntries,
String mainClass,
List<String> arguments)
Injects entries in the classpath and starts the application. |
static void |
AppStarter.start(StartType startType,
List<ClasspathEntry> classpathEntries,
String mainClass,
List<String> arguments,
AppStarterListener listener)
Injects entries in the classpath and starts the application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||