public static class UsageManager.ProjectPath
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
URLPath |
_classPath |
URLPath |
_libPath |
URLPath |
_sourcePath |
| Constructor and Description |
|---|
ProjectPath(URLPath sourcePath,
URLPath libPath,
URLPath classPath) |
ProjectPath(java.net.URL sourceURL,
java.net.URL libURL,
java.net.URL classURL) |