| Package | Description |
|---|---|
| org.glassfish.rmic.tools.java | |
| org.glassfish.rmic.tools.javac |
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
Package.getBinaryFile(Identifier className)
Get the .class file of a class
|
ClassFile |
ClassPath.getFile(String name)
Load the specified file from the class path
|
ClassFile |
Package.getSourceFile(Identifier className)
Get the .java file of a class
|
ClassFile |
Package.getSourceFile(String fileName) |
static ClassFile |
ClassFile.newClassFile(File file)
Factory method to create a ClassFile backed by a File.
|
static ClassFile |
ClassFile.newClassFile(Path path)
Factory method to create a ClassFile backed by a nio Path.
|
static ClassFile |
ClassFile.newClassFile(ZipFile zf,
ZipEntry ze)
Factory method to create a ClassFile backed by a ZipEntry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEnvironment.parseFile(ClassFile file)
Parse a source file
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.