| Package | Description |
|---|---|
| sun.rmi.rmic | |
| sun.rmi.rmic.iiop | |
| sun.tools.java | |
| sun.tools.javac |
| Modifier and Type | Method and Description |
|---|---|
static ClassPath |
BatchEnvironment.createClassPath(java.lang.String classPathString)
Create a ClassPath object for rmic from a class path string.
|
static ClassPath |
BatchEnvironment.createClassPath(java.lang.String classPathString,
java.lang.String sysClassPathString)
Create a ClassPath object for rmic from the relevant command line
options for class path and boot class path.
|
ClassPath |
BatchEnvironment.getClassPath()
Get the ClassPath.
|
| Constructor and Description |
|---|
BatchEnvironment(java.io.OutputStream out,
ClassPath path,
Main main)
Create a BatchEnvironment for rmic with the given class path,
stream for messages and Main.
|
| Constructor and Description |
|---|
BatchEnvironment(java.io.OutputStream out,
ClassPath path,
Main main)
Create a BatchEnvironment for rmic with the given class path,
stream for messages and Main.
|
ClassPathLoader(ClassPath classPath) |
| Constructor and Description |
|---|
Package(ClassPath sourcePath,
ClassPath binaryPath,
Identifier pkg)
Create a package given a source path, binary path, and package
name.
|
Package(ClassPath path,
Identifier pkg)
Create a package given a class path, and package name.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassPath |
BatchEnvironment.binaryPath
Deprecated.
The path we use for finding class (binary) files.
|
protected ClassPath |
BatchEnvironment.sourcePath
Deprecated.
The path we use for finding source files.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ClassPath[] |
BatchEnvironment.classPaths(java.lang.String srcPathString,
java.lang.String classPathString,
java.lang.String sysClassPathString)
Deprecated.
|
| Constructor and Description |
|---|
BatchEnvironment(ClassPath path)
Deprecated.
Old constructors -- these constructors build a BatchEnvironment
with an old-style class path.
|
BatchEnvironment(ClassPath sourcePath,
ClassPath binaryPath)
Deprecated.
New constructors -- these constructors build a BatchEnvironment
with a source path and a binary path.
|
BatchEnvironment(java.io.OutputStream out,
ClassPath path)
Deprecated.
|
BatchEnvironment(java.io.OutputStream out,
ClassPath sourcePath,
ClassPath binaryPath)
Deprecated.
|
BatchEnvironment(java.io.OutputStream out,
ClassPath sourcePath,
ClassPath binaryPath,
ErrorConsumer errorConsumer)
Deprecated.
|
BatchEnvironment(java.io.OutputStream out,
ClassPath path,
ErrorConsumer errorConsumer)
Deprecated.
|
Copyright © 2017. All Rights Reserved.