Uses of Class
org.glassfish.rmic.tools.java.ClassFile
Packages that use ClassFile
-
Uses of ClassFile in org.glassfish.rmic.tools.java
Subclasses of ClassFile in org.glassfish.rmic.tools.javaModifier and TypeClassDescription(package private) final class
This class is used to represent a file loaded from the class path, and is a regular file.(package private) final class
This class is used to represent a file loaded from the class path, and is represented by nio Path.(package private) final class
This class is used to represent a file loaded from the class path, and is a zip file entry.Methods in org.glassfish.rmic.tools.java that return ClassFileModifier and TypeMethodDescriptionPackage.getBinaryFile
(Identifier className) Get the .class file of a class(package private) ClassFile
ClassPath.getDirectory
(String name) Find the specified directory in the class pathLoad the specified file from the class pathprivate ClassFile
(package private) abstract ClassFile
(package private) ClassFile
(package private) ClassFile
(package private) ClassFile
Package.getSourceFile
(String fileName) Package.getSourceFile
(Identifier className) Get the .java file of a classstatic 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.Methods in org.glassfish.rmic.tools.java that return types with arguments of type ClassFileModifier and TypeMethodDescription(package private) Enumeration
<ClassFile> Returns list of files given a package name and extension.Method parameters in org.glassfish.rmic.tools.java with type arguments of type ClassFileModifier and TypeMethodDescription(package private) abstract void
(package private) void
(package private) void
(package private) void
-
Uses of ClassFile in org.glassfish.rmic.tools.javac
Methods in org.glassfish.rmic.tools.javac with parameters of type ClassFileModifier and TypeMethodDescriptionprivate ClassDefinition
Load a binary filevoid
Parse a source file