public abstract class ProcessorEnvironmentBase extends Object implements ProcessorEnvironment
| Modifier and Type | Field and Description |
|---|---|
protected URLClassLoader |
classLoader |
F_VERBOSE, F_WARNINGS| Constructor and Description |
|---|
ProcessorEnvironmentBase() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
fileToURL(File file)
Returns the directory or JAR file URL corresponding to the specified
local file name.
|
URLClassLoader |
getClassLoader()
Get a URLClassLoader from using the classpath
|
static URL[] |
pathToURLs(String path)
Utility method for converting a search path string to an array
of directory and JAR file URLs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddGeneratedFile, deleteGeneratedFiles, error, getClassPath, getErrorCount, getFlags, getNames, getWarningCount, info, printStackTrace, setFlags, shutdown, verbose, warngetGeneratedFilesprotected URLClassLoader classLoader
public URLClassLoader getClassLoader()
public static URL[] pathToURLs(String path)
path - the search path stringCopyright © 2017–2019 Eclipse Foundation. All rights reserved.