Retrieves a list of all available (cached) classes.
Retrieves a list of all available (cached) classes.
The collection of reference types
Retrieves a list of all available (cached) file names.
Retrieves a list of all available (cached) file names.
The collection of file names
Retrieves all class references associated with the provided fully-qualified class name.
Retrieves all class references associated with the provided fully-qualified class name.
The fully-qualified class name
The collection of reference types representing the class
Retrieves the file name for the associated reference type.
Retrieves the file name for the associated reference type.
The reference type whose file name to retrieve
The file name if it exists, otherwise ARRAY if the reference type is an array or UNKNOWN if it is not
Retrieves the mapping of lines to locations available for a specific file.
Retrieves the mapping of lines to locations available for a specific file.
The name of the file whose lines and underlying locations to retrieve
Some mapping of file lines to associated locations in underlying JVM classes if the file exists, otherwise None
Refresh the list of classes contained by the underlying virtual machine.
Refresh the list of classes contained by the underlying virtual machine. Groups by source path, falling back to a standard "ARRAY" grouping for references to array structures and "UNKNOWN" for references with no source name or known name.
Refresh a single class given the reference type.
Refresh a single class given the reference type.
The reference type used for the refresh
Retrieves the list of underlying JVM classes for the specified file.
Retrieves the list of underlying JVM classes for the specified file.
The name of the file whose underlying representations to retrieve
Some list of underlying class references if the file name can be found, otherwise None
Retrieves a list of available (cached) file names with the provided extension.
Retrieves a list of available (cached) file names with the provided extension.
The extension of the file names (Scala/Java/etc)
The collection of file names
Retrieves a list of available (cached) Java file names.
Retrieves a list of available (cached) Java file names.
The collection of file names
Retrieves a list of available (cached) Scala file names.
Retrieves a list of available (cached) Scala file names.
The collection of file names
Determines whether or not there is a field with the provided name.
Determines whether or not there is a field with the provided name.
The fully-qualified class name of the class whose methods to inspect
The name of the field to check
True if the method exists, otherwise false
Determines whether or not there is a class with the provided fully-qualified class name.
Determines whether or not there is a class with the provided fully-qualified class name.
The fully-qualified class name
True if a class exists, otherwise false
Determines whether or not there is a field with the provided name.
Determines whether or not there is a field with the provided name.
The fully-qualified class name of the class whose methods to inspect
The name of the field to check
True if the method exists, otherwise false
Determines whether or not there is a method with the provided name.
Determines whether or not there is a method with the provided name.
The fully-qualified class name of the class whose methods to inspect
The name of the method to check
True if the method exists, otherwise false
Determines whether or not there is a method with the provided name.
Determines whether or not there is a method with the provided name.
The fully-qualified class name of the class whose methods to inspect
The name of the method to check
True if the method exists, otherwise false
Represents a manager of classes available on the virtual machine and their associated files.