public class ModuleParameter extends Object
Modifier and Type | Field and Description |
---|---|
URI |
configurationPath |
URI |
modulePath |
Modifier and Type | Method and Description |
---|---|
static ModuleParameter |
build(String parameter) |
protected static URI |
locateDefaultConfigurationUri(URI jarUri)
Determine the default configuration URI based on the JAR URI.
|
protected static URI |
toUri(String location)
Convert a given location string to URI; this contains special processing to properly prepend "file:" to Windows
path names (which otherwise URI believes have a scheme of "C:", e.g.)
|
public final URI modulePath
public final URI configurationPath
public static ModuleParameter build(String parameter)
parameter
- a string with a URI to a JAR with an option URI to a configuration file after a '%' characterconfigurationPath
will be null if not specifiedprotected static URI locateDefaultConfigurationUri(URI jarUri)
DEFAULT_CONFIGURATION_NAME
.jarUri
- the location of the JARCopyright © 2017. All rights reserved.