Package | Description |
---|---|
org.codehaus.plexus.classworlds.launcher |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.configure(java.io.InputStream is)
Configure from a file.
|
void |
Launcher.configure(java.io.InputStream is)
Configure from a file.
|
protected java.lang.String |
ConfigurationParser.filter(java.lang.String text)
Filter a string for system properties.
|
protected void |
ConfigurationParser.loadGlob(java.lang.String line,
boolean optionally)
Load a glob into the specified classloader.
|
void |
ConfigurationParser.parse(java.io.InputStream is)
Parse launcher configuration file and send events to the handler.
|