Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

abort(String, Throwable) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
Throws an exception with the given message and underlying exception.
abort(String, Throwable) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Throws an exception with the given message and underlying exception.
abort(String, Throwable) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Throws an internal error exception
abort(String, Throwable, int) - Static method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Static method in class org.eclipse.jdt.internal.launching.SocketListenConnector
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
AbstractJavaLaunchConfigurationDelegate - Class in org.eclipse.jdt.launching
Abstract implementation of a Java launch configuration delegate.
AbstractJavaLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
AbstractJavaLaunchConfigurationDelegate_20 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_Java_project_not_specified_9 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_JRE_home_directory_for__0__does_not_exist___1__6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_JRE_home_directory_not_specified_for__0__5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_Main_type_not_specified_11 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_Project_does_not_exist_or_is_not_a_Java_project_10 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_The_specified_JRE_installation_does_not_exist_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractJavaLaunchConfigurationDelegate_Working_directory_does_not_exist___0__12 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractRuntimeClasspathEntry - Class in org.eclipse.jdt.internal.launching
Common function for runtime classpath entries.
AbstractRuntimeClasspathEntry() - Constructor for class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
AbstractVMInstall - Class in org.eclipse.jdt.launching
Abstract implementation of a VM install.
AbstractVMInstall(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.AbstractVMInstall
Constructs a new VM install.
AbstractVMInstall_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractVMInstall_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractVMInstall_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractVMInstall_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
AbstractVMInstallType - Class in org.eclipse.jdt.launching
Abstract implementation of a VM install type.
AbstractVMInstallType() - Constructor for class org.eclipse.jdt.launching.AbstractVMInstallType
Constructs a new VM install type.
AbstractVMRunner - Class in org.eclipse.jdt.launching
Abstract implementation of a VM runner.
AbstractVMRunner() - Constructor for class org.eclipse.jdt.launching.AbstractVMRunner
 
AbstractVMRunner_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
addArguments(String[], List<String>) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Adds the array of Strings to the given List
addBootClassPathArguments(List<String>, VMRunnerConfiguration) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Adds arguments to the bootpath
addContainerResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified container.
ADDITIONAL_DIRS - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Additional directories property name in an execution environment description file.
addManifestReferences(IRuntimeClasspathEntry, List<IRuntimeClasspathEntry>) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
If the given entry is an archive, adds any archives referenced by the associated manifest.
addVariableResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified variable.
addVM(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Add the specified VM to the VM definitions managed by this container.
addVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Adds the given listener to the list of registered VM install changed listeners.
addVMList(List<IVMInstall>) - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Add all VM's in the specified list to the VM definitions managed by this container.
analyze(IVMInstall, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer
 
analyze(IVMInstall, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentAnalyzerDelegate
Analyzes the given vm install and returns a collection of compatible execution environments, possibly empty.
ARCHIVE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for archive entries.
ArchiveSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by the following classes: org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer and org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.
ArchiveSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Constructs a new empty source location to be initialized with a memento.
ArchiveSourceLocation(String, String) - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Constructs a new source location that will retrieve source elements from the zip file with the given name.
ArchiveSourceLocation_Exception_occurred_initializing_source_location__5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ArchiveSourceLocation_Unable_to_initialize_source_location___missing_archive_path__3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ArchiveSourceLocation_Unable_to_locate_source_element_in_archive__0__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ATTR_ALLOW_TERMINATE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_HEIGHT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_PARAMETERS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_WIDTH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_BOOTPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_APPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_PREPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASSPATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Deprecated.
- use IProcess.ATTR_CMDLINE
ATTR_CONNECT_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUG_ARGS - Static variable in class org.eclipse.jdt.internal.launching.EEVMInstall
Attribute key for VM debug arguments
ATTR_DEFAULT_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFINITION_FILE - Static variable in class org.eclipse.jdt.internal.launching.EEVMInstall
Path to file used to define the JRE
ATTR_EXECUTION_ENVIRONMENT_ID - Static variable in class org.eclipse.jdt.internal.launching.EEVMInstall
Attribute key for supported execution environment by this runtime
ATTR_JAVA_COMMAND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP.
ATTR_JAVA_EXE - Static variable in class org.eclipse.jdt.internal.launching.EEVMInstall
Attribute key for Java executable used by this VM
ATTR_JAVA_VERSION - Static variable in class org.eclipse.jdt.internal.launching.EEVMInstall
Attribute key for Java version property
ATTR_JRE_CONTAINER_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_MAIN_TYPE_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_MODULEPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROGRAM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROJECT_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_STOP_IN_MAIN - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_USE_START_ON_FIRST_THREAD - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a Mac OSX VM-specific argument.
ATTR_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Deprecated.
use ATTR_JRE_CONTAINER_PATH
ATTR_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Deprecated.
use ATTR_JRE_CONTAINER_PATH
ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_WORKING_DIRECTORY - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.

B

BIN - Static variable in class org.eclipse.jdt.internal.launching.StandardVMDebugger
Bin path segment descriptor String equals the word: bin
BOOT_CLASS_PATH - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Boot class path property name in an execution environment description file.
BOOTSTRAP_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the bootstrap path explicitly.
buildFinished(IJavaProject) - Method in class org.eclipse.jdt.internal.launching.EECompilationParticipant
 
buildMemento(Document, Element) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
Constructs a memento for this classpath entry in the given document and element.
buildMemento(Document, Element) - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
buildMemento(Document, Element) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 

C

canDetectDefaultSystemLibraries(File, File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
Return true if the appropriate system libraries can be found for the specified java executable, false otherwise.
canDetectDefaultSystemLibraries(File, File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Return true if the appropriate system libraries can be found for the specified java executable, false otherwise.
canTerminate() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
The container can be updated if it refers to an existing VM.
checkErrorMessage(IProcess) - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
Checks and forwards an error from the specified process
CLASS_LIB_LEVEL - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
OSGi profile property name in an execution environment description file.
CLASS_PATH - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the class path for modular project.
CLASSPATH_ATTR_LIBRARY_PATH_ENTRY - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Attribute key for a classpath attribute referencing a list of shared libraries that should appear on the -Djava.library.path system property.
ClasspathContainerSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
A source container for a classpath container.
ClasspathContainerSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Constructs a new source container for the given classpath container.
ClasspathContainerSourceContainerTypeDelegate - Class in org.eclipse.jdt.internal.launching
Classpath container source container type.
ClasspathContainerSourceContainerTypeDelegate() - Constructor for class org.eclipse.jdt.internal.launching.ClasspathContainerSourceContainerTypeDelegate
 
ClasspathContainerSourceContainerTypeDelegate_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ClasspathContainerSourceContainerTypeDelegate_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ClasspathContainerSourceContainerTypeDelegate_7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ClasspathVariableSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
A classpath variable source container contains a source container that is the resolved value of the associated variable.
ClasspathVariableSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
Constructs a new source container on the given variable and suffix.
ClasspathVariableSourceContainerTypeDelegate - Class in org.eclipse.jdt.internal.launching
Classpath variable source container type.
ClasspathVariableSourceContainerTypeDelegate() - Constructor for class org.eclipse.jdt.internal.launching.ClasspathVariableSourceContainerTypeDelegate
 
ClasspathVariableSourceContainerTypeDelegate_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ClasspathVariableSourceContainerTypeDelegate_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ClasspathVariableSourceContainerTypeDelegate_7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
cleanStarting(IJavaProject) - Method in class org.eclipse.jdt.internal.launching.EECompilationParticipant
 
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Closes all zip files that have been opened, and removes them from the zip file cache.
collectRequiredProjects(IJavaProject, ArrayList<IJavaProject>) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Adds all projects required by proj to the list res
combineVmArgs(VMRunnerConfiguration, IVMInstall) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Combines and returns VM arguments specified by the runner configuration, with those specified by the VM install, if any.
compare(Object, Object) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryListComparator
 
CompatibleEnvironment - Class in org.eclipse.jdt.launching.environments
The result of analyzing a vm install for compatibility with an execution environment.
CompatibleEnvironment(IExecutionEnvironment, boolean) - Constructor for class org.eclipse.jdt.launching.environments.CompatibleEnvironment
Constructs a new compatible environment result from an execution environment analysis.
CompositeId - Class in org.eclipse.jdt.internal.launching
Utility class for id's made of multiple Strings
CompositeId(String[]) - Constructor for class org.eclipse.jdt.internal.launching.CompositeId
 
computeDefaultRuntimeClassPath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes the default application classpath entries for the given project.
computeJavaLibraryPath(IJavaProject, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a collection of paths that should be appended to the given project's java.library.path system property when launched.
computeJREEntry(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry identifying the JRE to use when launching the specified configuration or null if none is specified.
computeJREEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry identifying the JRE referenced by the specified project, or null if none.
computeModularJREEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath or modulepath entry identifying the JRE referenced by the specified project, or null if none.
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime classpath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeUnresolvedRuntimeDependencies(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime classpath and modulepath for the given project.
computeUnresolvedSourceLookupPath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved source lookup path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
connect(Map<String, String>, IProgressMonitor, ILaunch) - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
connect(Map<String, String>, IProgressMonitor, ILaunch) - Method in class org.eclipse.jdt.internal.launching.SocketListenConnector
 
connect(Map<String, String>, IProgressMonitor, ILaunch) - Method in interface org.eclipse.jdt.launching.IVMConnector
Establishes a JDI connection with a debuggable VM using the arguments specified in the given map, contributing results (debug targets and processes), to the given launch.
constructProgramString(VMRunnerConfiguration) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Construct and return a String containing the full path of a java executable command such as 'java' or 'javaw.exe'.
constructVMLabel(VirtualMachine, String, String, ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
Helper method that constructs a human-readable label for a remote VM.
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
continueListening() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Return true if this connector should continue listening for further connections.
convertClassPath(String[]) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
 
convertToRealVM() - Method in class org.eclipse.jdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this stand-in instance.
createDebugTarget(VMRunnerConfiguration, ILaunch, int, IProcess, VirtualMachine) - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
Creates a new debug target for the given virtual machine and system process that is connected on the specified port for the given launch.
createSourceContainer(String) - Method in class org.eclipse.jdt.internal.launching.ClasspathContainerSourceContainerTypeDelegate
 
createSourceContainer(String) - Method in class org.eclipse.jdt.internal.launching.ClasspathVariableSourceContainerTypeDelegate
 
createSourceContainer(String) - Method in class org.eclipse.jdt.internal.launching.JavaProjectSourceContainerTypeDelegate
 
createSourceContainer(String) - Method in class org.eclipse.jdt.internal.launching.PackageFragmentRootSourceContainerTypeDelegate
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
createVMFromDefinitionFile(File, String, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates a new VM based on the attributes specified in the given execution environment description file.
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.

D

DEBUG - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Whether debug options are turned on for this plug-in.
DEBUG_ARGS - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Debug arguments property name in an execution environment description file.
DEBUG_FLAG - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
DEBUG_JRE_CONTAINER - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
DEBUG_JRE_CONTAINER_FLAG - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
decodeEnvironmentId(String) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
DEF_CONNECT_TIMEOUT - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Default launch/connect timeout (milliseconds).
DEFAULT_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Default value for the 'ATTR_APPLET_APPLETVIEWER' attribute.
DefaultAccessRuleParticipant - Class in org.eclipse.jdt.internal.launching.environments
Creates default access rules for standard execution environments based on OSGi profiles.
DefaultAccessRuleParticipant() - Constructor for class org.eclipse.jdt.internal.launching.environments.DefaultAccessRuleParticipant
 
DefaultEntryResolver - Class in org.eclipse.jdt.internal.launching
Default resolver for a contributed classpath entry
DefaultEntryResolver() - Constructor for class org.eclipse.jdt.internal.launching.DefaultEntryResolver
 
DefaultProjectClasspathEntry - Class in org.eclipse.jdt.internal.launching
Default user classpath entries for a Java project
DefaultProjectClasspathEntry() - Constructor for class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
Default constructor need to instantiate extensions
DefaultProjectClasspathEntry(IJavaProject) - Constructor for class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
Constructs a new classpath entry for the given project.
DefaultProjectClasspathEntry_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
DefaultProjectClasspathEntry_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
DefaultProjectClasspathEntry_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
defaultVMInstallChanged(IVMInstall, IVMInstall) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
defaultVMInstallChanged(IVMInstall, IVMInstall) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
defaultVMInstallChanged(IVMInstall, IVMInstall) - Method in class org.eclipse.jdt.internal.launching.VMListener
 
defaultVMInstallChanged(IVMInstall, IVMInstall) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that the workspace default VM install has changed.
DETAIL_CONFIG_READY_TO_ACCEPT_REMOTE_VM_CONNECTION - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Detail code for a custom debug event that is fired when a remote debug configuration with a standard socket listen connector is ready to accept connections from a remote VM.
detectInstallLocation() - Method in class org.eclipse.jdt.internal.launching.EEVMType
 
detectInstallLocation() - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
detectInstallLocation() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Tries to detect an installed VM that matches this VM install type.
DirectorySourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer.
DirectorySourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
Constructs a new empty source location to be initialized from a memento.
DirectorySourceLocation(File) - Constructor for class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
Constructs a new source location that will retrieve source elements from the given directory.
DirectorySourceLocation_Exception_occurred_initializing_source_location__5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
DirectorySourceLocation_Unable_to_initialize_source_location___directory_does_not_exist___0__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
DirectorySourceLocation_Unable_to_initialize_source_location___missing_directory_path_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
dispose() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
dispose() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
disposeVMInstall(String) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
disposeVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
disposeVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Remove the VM associated with the given id from the set of VMs managed by this VM type.
doCreateVMInstall(String) - Method in class org.eclipse.jdt.internal.launching.EEVMType
 
doCreateVMInstall(String) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
doCreateVMInstall(String) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
doCreateVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
Subclasses should return a new instance of the appropriate IVMInstall subclass from this method.

E

EE_HOME - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
The directory containing the execution environment description file.
EE_NAME - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
VM name property name in an execution environment description file.
EECompilationParticipant - Class in org.eclipse.jdt.internal.launching
Creates build path errors related to execution environment bindings.
EECompilationParticipant() - Constructor for class org.eclipse.jdt.internal.launching.EECompilationParticipant
 
EEVMInstall - Class in org.eclipse.jdt.internal.launching
A VM install created from an execution environment description file.
EEVMType - Class in org.eclipse.jdt.internal.launching
Utility class for Standard VM type.
EEVMType() - Constructor for class org.eclipse.jdt.internal.launching.EEVMType
 
EEVMType_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EEVMType_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EEVMType_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EEVMType_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EEVMType_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EEVMType_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
EMPTY_STRING - Static variable in class org.eclipse.jdt.internal.launching.JavaMigrationDelegate
represents the empty string
encodeEnvironmentId(String) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Escapes forward slashes in environment id.
ENDORSED_DIRS - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Endorsed directories property name in an execution environment description file.
ensureEncoding(ILaunch, String[]) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
This method is used to ensure that the JVM file encoding matches that of the console preference for file encoding.
EnvironmentMessages - Class in org.eclipse.jdt.internal.launching.environments
 
EnvironmentsManager - Class in org.eclipse.jdt.internal.launching.environments
Utility class for execution environments.
EnvironmentsManager_0 - Static variable in class org.eclipse.jdt.internal.launching.environments.EnvironmentMessages
 
equal(Object, Object) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Returns whether the given objects are equal, accounting for null
equals(Object) - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
equals(Object) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
equals(Object) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
equals(Object) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
equals(Object) - Method in class org.eclipse.jdt.launching.LibraryLocation
 
equals(IPath, IPath) - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns whether the given paths are equal - either may be null.
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
 
equals(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
 
equalsIgnoreWhitespace(String, String) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryListComparator
 
ERR_CONNECTION_FAILED - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the debugger failed to connect to the VM.
ERR_CONNECTOR_NOT_AVAILABLE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the JDI connector required for a debug launch was not available.
ERR_COULD_NOT_BUILD_HTML - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the .html file used to initiate an applet launch could not be built.
ERR_INTERNAL_ERROR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating an unexpected internal error.
ERR_INVALID_HOSTNAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration has specified an invalid host name attribute
ERR_INVALID_PORT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration has specified an invalid port number attribute
ERR_NO_SOCKET_AVAILABLE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that a free socket was not available to communicate with the VM.
ERR_NOT_A_JAVA_PROJECT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating the project associated with a launch configuration is not a Java project.
ERR_NOT_AN_APPLET - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the applet launcher was asked to launch a resource that did not extend java.applet.Applet.
ERR_PROJECT_CLOSED - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the project referenced by a launch configuration is closed.
ERR_REMOTE_VM_CONNECTION_FAILED - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating an attempt to connect to a remote VM has failed or an attempt to listen for a remote VM connecting has failed.
ERR_SHARED_MEMORY_CONNECTOR_UNAVAILABLE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the shared memory attach or listen connector could not be found.
ERR_UNABLE_TO_RESOLVE_JRE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
A status code indicating that a JRE could not be resolved for a project.
ERR_UNSPECIFIED_HOSTNAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a host name value
ERR_UNSPECIFIED_LAUNCH_CONFIG - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that no launch configuration was specified.
ERR_UNSPECIFIED_MAIN_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a main type to launch.
ERR_UNSPECIFIED_PORT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a port number value
ERR_UNSPECIFIED_PROJECT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a project when a project is required.
ERR_UNSPECIFIED_VM_INSTALL - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a VM Install
ERR_UNSPECIFIED_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration does not specify a VM Install Type.
ERR_VM_CONNECT_TIMEOUT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that a timeout has occurred waiting for the VM to connect with the debugger.
ERR_VM_INSTALL_DOES_NOT_EXIST - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration's VM install could not be found.
ERR_VM_INSTALL_TYPE_DOES_NOT_EXIST - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a launch configuration's VM install type could not be found.
ERR_VM_LAUNCH_ERROR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that an error occurred launching a VM.
ERR_VM_RUNNER_DOES_NOT_EXIST - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating a VM runner could not be located for the VM install specified by a launch configuration.
ERR_WORKING_DIRECTORY_DOES_NOT_EXIST - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating the specified working directory does not exist.
ERR_WORKING_DIRECTORY_NOT_SUPPORTED - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Status code indicating that the Eclipse runtime does not support launching a program with a working directory.
evaluateSystemProperties(String[], IProgressMonitor) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
evaluateSystemProperties(String[], IProgressMonitor) - Method in interface org.eclipse.jdt.launching.IVMInstall3
Evaluates the specified system properties in this VM, returning the result as a map of property names to property values.
exec(String[], File) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Executes the given command line using the given working directory
exec(String[], File, String[]) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Executes the given command line using the given working directory and environment
EXECUTABLE - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Executable property name in an execution environment description file.
EXECUTABLE_CONSOLE - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Console executable property name in an execution environment description file.
ExecutionArguments - Class in org.eclipse.jdt.launching
The execution arguments for running a Java VM.
ExecutionArguments(String, String) - Constructor for class org.eclipse.jdt.launching.ExecutionArguments
Creates a new execution arguments object.
ExecutionEnvironmentAnalyzer - Class in org.eclipse.jdt.internal.launching.environments
Environment analyzer for standard execution environments.
ExecutionEnvironmentAnalyzer() - Constructor for class org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer
 
ExecutionEnvironmentDescription - Class in org.eclipse.jdt.launching.environments
Helper class to parse and retrieve properties from execution environment description files.
ExecutionEnvironmentDescription(File) - Constructor for class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Creates an execution environment description based on the properties defined in the given execution environment description file.
ExecutionEnvironmentDescription_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ExecutionEnvironmentDescription_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ExecutionEnvironmentVariableResolver - Class in org.eclipse.jdt.internal.launching.environments
Resolves variables of the form ${ee_home:}
ExecutionEnvironmentVariableResolver() - Constructor for class org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentVariableResolver
 
ExecutionEnvironmentVariableResolver_0 - Static variable in class org.eclipse.jdt.internal.launching.environments.EnvironmentMessages
 
ExecutionEnvironmentVariableResolver_1 - Static variable in class org.eclipse.jdt.internal.launching.environments.EnvironmentMessages
 
ExecutionEnvironmentVariableResolver_2 - Static variable in class org.eclipse.jdt.internal.launching.environments.EnvironmentMessages
 
EXTENSION_DIRS - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Extension directories property name in an execution environment description file.
EXTENSION_POINT_EXECUTION_ENVIRONMENTS - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Simple identifier constant (value "executionEnvironments") for the execution environments extension point.
EXTENSION_POINT_LIBRARY_LOCATION_RESOLVERS - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Simple identifier constant (value "libraryLocationResolvers") for the Library Resolvers extension point
EXTENSION_POINT_RUNTIME_CLASSPATH_ENTRY_RESOLVERS - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Simple identifier constant (value "runtimeClasspathEntryResolvers") for the runtime classpath entry resolvers extension point.
EXTENSION_POINT_RUNTIME_CLASSPATH_PROVIDERS - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Simple identifier constant (value "classpathProviders") for the runtime classpath providers extension point.
EXTENSION_POINT_VM_INSTALLS - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Simple identifier constant (value "vmInstalls") for the VM installs extension point.

F

fileExists(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Convenience method to determine if the specified file exists or not
findFreePort() - Static method in class org.eclipse.jdt.launching.SocketUtil
Returns a free port number on localhost, or -1 if unable to find a free port.
findJavaExecutable(File) - Static method in class org.eclipse.jdt.internal.launching.StandardVMType
Starting in the specified VM install location, attempt to find the 'java' executable file.
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
 
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
 
findSourceElement(String) - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Deprecated.
Returns an object representing the source code for a type with the specified name, or null if none could be found.
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
 
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
 
findSourceElements(String) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
findSourceElements(String) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
findUnusedLocalPort(String, int, int) - Static method in class org.eclipse.jdt.launching.SocketUtil
Deprecated.
Use findFreePort() instead. It is possible that this method can return a port that is already in use since the implementation does not bind to the given port to ensure that it is free.
findVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
findVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Finds the VM with the given id.
findVMInstallByName(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
findVMInstallByName(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Finds the VM with the given name.
fireReadyToAcceptEvent() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Fires a custom model specific event when this connector is ready to accept incoming connections from a remote VM.
fireTerminateEvent() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Fires a terminate event.
fireVMAdded(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the VM addition
fireVMChanged(PropertyChangeEvent) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the given property change.
fireVMRemoved(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the VM removal
fromString(String) - Static method in class org.eclipse.jdt.internal.launching.CompositeId
 
fVMInstance - Variable in class org.eclipse.jdt.internal.launching.StandardVMRunner
The VM install instance

G

gatherAllLibraries(String[]) - Static method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns a list of all zip's and jars contained in the given directories.
generateLibraryInfo(File, File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Generates library information for the given java executable.
get(int) - Method in class org.eclipse.jdt.internal.launching.CompositeId
 
getAccessRuleParticipants() - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
Returns all access rule participants that are not specific to an execution environment.
getAccessRules(IExecutionEnvironment, IVMInstall, LibraryLocation[], IJavaProject) - Method in class org.eclipse.jdt.internal.launching.environments.DefaultAccessRuleParticipant
 
getAccessRules(IExecutionEnvironment, IVMInstall, LibraryLocation[], IJavaProject) - Method in interface org.eclipse.jdt.launching.environments.IAccessRuleParticipant
Returns a collection of access rules to be applied to the specified VM libraries and execution environment in the context of the given project.
getAccessRules(IVMInstall, LibraryLocation[], IJavaProject) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a collection of access rules to be applied to the specified VM libraries for this execution environment in the context of the given project.
getAccessRulesStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
getAdapter(Class<T>) - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getAnalyzers() - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
Returns all registered analyzers
getAppletMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
Returns the applet's main type name.
getArchive() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Returns the archive associated with this source location.
getArgumentOrder() - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
getArgumentOrder() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnector
 
getArgumentOrder() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns a list of argument names found in this connector's default argument map, defining the order in which arguments should be presented to the user.
getAsXML() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Return the VM definitions contained in this object as a String of XML.
getAttachingConnector() - Static method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
Return the socket transport attaching connector
getAttribute(String) - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getAttribute(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Returns a VM specific attribute associated with the given key or null if none.
getAttributes() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Returns a map of VM specific attributes stored with this VM install.
getAttributeStatus(IPath, IJavaProject, String) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
getBootClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the boot classpath.
getBootpath() - Method in class org.eclipse.jdt.internal.launching.LibraryInfo
Returns a collection of bootpath entries for this VM install.
getBootpath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns entries that should appear on the bootstrap portion of the classpath as specified by the given launch configuration, as an array of resolved strings.
getBootpathExt(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns three sets of entries which represent the boot classpath specified in the launch configuration, as an array of three arrays of resolved strings.
getBreakpoints(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
getBuildOrder(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
getClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the entries that should appear on the user portion of the classpath as specified by the given launch configuration, as an array of resolved strings.
getClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the classpath.
getClasspathAndModulepath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the entries that should appear on the user portion of the classpath and modulepath as specified by the given launch configuration, as an array of resolved strings.
getClasspathContainer() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Returns the associated container or null if unavailable.
getClasspathEntries() - Method in class org.eclipse.jdt.internal.launching.JREContainer
 
getClasspathEntry() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getClasspathEntry() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getClasspathEntry() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns a classpath entry equivalent to this runtime classpath entry, or null if none.
getClasspathProperty() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getClasspathProperty() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getClasspathProperty() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns a constant indicating where this entry should appear on the runtime classpath by default.
getClasspathProvider(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the classpath provider for the given launch configuration.
getClassToLaunch() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the name of the class to launch.
getCmdLineAsString(String[]) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns the given array of strings as a single space-delimited string.
getCompatibleEnvironment() - Method in class org.eclipse.jdt.launching.environments.CompatibleEnvironment
Returns an environment compatible with the vm being analyzed.
getCompatibleVMs() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a collection of VM installs compatible with this environment, possibly empty.
getComplianceOptions() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a map of Eclipse Java compiler options specified as default settings to use when building with this profile, or null if unspecified.
getCompositeIdFromVM(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a String that uniquely identifies the specified VM across all VM types.
getConnector() - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
Returns the default 'com.sun.jdi.SocketListen' connector
getConsoleExecutable() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns the console executable for this description as a file or null if not specified.
getContainerId() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
Returns the container id this resolver is registered for, or null
getDebugArgs() - Method in class org.eclipse.jdt.internal.launching.EEVMInstall
 
getDebugArgs() - Method in class org.eclipse.jdt.internal.launching.StandardVM
Returns arguments used to start this VM in debug mode or null if default arguments should be used.
getDefault() - Static method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
Returns the singleton environments manager.
getDefault() - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns the singleton instance of LaunchingPlugin
getDefaultArguments() - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
getDefaultArguments() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnector
 
getDefaultArguments() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns a map of default arguments used by this connector.
getDefaultEndorsedDirectory(File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
getDefaultEndorsedDirectory(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns the default location of the endorsed directory, based on the given install location.
getDefaultExtensionDirectory(File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
Returns null - not supported.
getDefaultExtensionDirectory(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns the default location of the extension directory, based on the given install location.
getDefaultJavadocLocation(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
getDefaultJavadocLocation(String) - Static method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns a default Javadoc location for a language version, or null.
getDefaultJavadocLocation(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
Returns a URL for the default javadoc location of a VM installed at the given home location, or null if none.
getDefaultJREContainerEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates and returns a classpath entry describing the default JRE container entry.
getDefaultLibraryInfo(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns default library information for the given install location.
getDefaultLibraryLocations(File) - Method in class org.eclipse.jdt.internal.launching.EEVMType
 
getDefaultLibraryLocations(File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
getDefaultLibraryLocations(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
getDefaultLibraryLocations(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns a collection of LibraryLocations that represent the default system libraries of this VM install type, if a VM was installed at the given installLocation.
getDefaultPackageRootPath() - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns the package root path
getDefaultProcessMap() - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns the default process attribute map for Java processes.
getDefaultRootPath() - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
getDefaultSourceLocations(IJavaProject) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Returns a default collection of source locations for the given Java project.
getDefaultSystemLibrary(File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
getDefaultSystemLibrary(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Return an IPath corresponding to the single library file containing the standard Java classes for most VMs version 1.2 and above.
getDefaultSystemLibrarySource(File) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
getDefaultSystemLibrarySource(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns a path to the source attachment for the given library, or an empty path if none.
getDefaultVM() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns the VM that is used by default for this execution environment, or null if none.
getDefaultVMArguments(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
Returns a string of default VM arguments for a VM installed at the given home location, or null if none.
getDefaultVMConnector() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the default VM connector.
getDefaultVMInstall() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the default VM set with setDefaultVM().
getDefaultVMInstallCompositeID() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Returns the composite ID for the default VM.
getDefaultVMInstallConnectorTypeID() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Return the default VM's connector type ID.
getDefaultWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
getDefaultWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the default working directory for the given launch configuration, or null if none.
getDelegateContainer(ISourceContainer) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
getDescription() - Method in class org.eclipse.jdt.internal.launching.JREContainer
 
getDescription(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
getDescription() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a brief human-readable description of this environment.
getDirectory() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
Returns the directory associated with this source location.
getEndorsedDirs() - Method in class org.eclipse.jdt.internal.launching.LibraryInfo
Returns a collection of endorsed directory paths for this VM install.
getEnvironment(String) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
getEnvironment(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns an array of environment variables to be used when launching the given configuration or null if unspecified.
getEnvironment(String) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
Returns the execution environment associated with the given identifier or null if none.
getEnvironment() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the environment for the Java program or null
getExecutable() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns the executable for this description as a file or null if not specified.
getExecutionEnvironmentId(IPath) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Returns the segment from the path containing the execution environment id or null
getExecutionEnvironmentId(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the execution environment identifier in the following JRE classpath container path, or null if none.
getExecutionEnvironments() - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
getExecutionEnvironments() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
Returns all registered execution environments sorted by their id.
getExecutionEnvironmentsManager() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the execution environments manager.
getExitValue() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getExtensionDirs() - Method in class org.eclipse.jdt.internal.launching.LibraryInfo
Returns a collection of extension directory paths for this VM install.
getExternalAnnotationsPath() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getExternalAnnotationsPath() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getExternalAnnotationsPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the path to the external annotations file or directory, or null if no external annotations are associated with this classpath entry.
getExternalAnnotationsPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
Return the JRE library external annotations location.
getFileByteContent(File) - Static method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
Returns the contents of the given file as a byte array.
getFileInPlugin(IPath) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Return a java.io.File object that corresponds to the specified IPath in the plug-in directory.
getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
getId() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a unique identifier for this execution environment.
getId() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the id for this VM.
getId() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns the globally unique id of this VM type.
getId() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
 
getIdentifier() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathProvider
 
getIdentifier() - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
getIdentifier() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnector
 
getIdentifier() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns a unique identifier for this kind of connector.
getIndexLocation(Map<String, String>) - Static method in class org.eclipse.jdt.internal.launching.EEVMType
Returns the default index location specified in the properties or null if none.
getIndexLocation(IPath) - Method in class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
getIndexLocation(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
Returns the URL of the index for the given library or null.
getIndexLocation() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the index location associated with this library location.
getInputStreamAsByteArray(InputStream, int) - Static method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
Returns the given input stream's contents as a byte array.
getInstalledJREs(IProgressMonitor) - Static method in class org.eclipse.jdt.internal.launching.MacInstalledJREs
Parses the XML output produced from "java_home -X" (see bug 325777), and return a collection of descriptions of JRE installations.
getInstallLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getInstallLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the root directory of the install location of this VM.
getJavadocLocation(Map<String, String>) - Static method in class org.eclipse.jdt.internal.launching.EEVMType
Returns the default javadoc location specified in the properties or null if none.
getJavadocLocation(IPath) - Method in class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
getJavadocLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getJavadocLocation(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
Returns the URL of the Javadoc for this library or null
getJavadocLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the Javadoc location associated with this VM install.
getJavadocLocation() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the Javadoc location associated with this Library location.
getJavaHomeLocation() - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns the VM install location using the java.home system property or null.
getJavaLibraryPath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns an array of paths to be used for the java.library.path system property, or null if unspecified.
getJavaPolicyFile(File) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
Returns the system property string for the policy file
getJavaProject() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getJavaProject() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Java project specified by the given launch configuration, or null if none.
getJavaProject() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the Java project associated with this runtime classpath entry or null if none.
getJavaProject(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the IJavaProject referenced in the specified configuration or null if none.
getJavaProject() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
Returns the Java project associated with this source container.
getJavaProject() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
Returns the Java project associated with this source location.
getJavaProjectName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Java project name specified by the given launch configuration, or null if none.
getJavaVersion() - Method in class org.eclipse.jdt.internal.launching.EEVMInstall
 
getJavaVersion() - Method in class org.eclipse.jdt.internal.launching.MacInstalledJREs.MacVMStandin
 
getJavaVersion() - Method in class org.eclipse.jdt.internal.launching.StandardVM
 
getJavaVersion() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getJavaVersion() - Method in interface org.eclipse.jdt.launching.IVMInstall2
Returns a string representing the java.version system property of this VM install, or null if unknown.
getJavaVersion() - Method in class org.eclipse.jdt.launching.VMStandin
 
getJREVariableEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates and returns a classpath entry describing the JRE_LIB classpath variable.
getKind() - Method in class org.eclipse.jdt.internal.launching.JREContainer
 
getLabel() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getLaunch() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getLaunchManager() - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Convenience method to get the launch manager.
getLibraryInfo(String) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns the library info that corresponds to the specified JRE install path, or null if none.
getLibraryInfo(File, File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Return library information corresponding to the specified install location.
getLibraryLocations() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getLibraryLocations() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns the location of the system libraries defined in this execution environment.
getLibraryLocations() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the library locations of this IVMInstall.
getLibraryLocations(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Evaluates library locations for a IVMInstall.
getLibraryPaths(IClasspathAttribute) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns an array of strings referencing shared libraries that should appear on the -Djava.library.path system property at runtime for an associated IClasspathEntry, or null if the given attribute is not a CLASSPATH_ATTR_LIBRARY_PATH_ENTRY.
getListeningConnector() - Static method in class org.eclipse.jdt.internal.launching.SocketListenConnector
Return the socket transport listening connector
getLocation() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getLocation() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getLocation() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns an absolute path in the local file system for this entry, or null if none, or if this entry is of type CONTAINER.
getMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
getMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the main type name specified by the given launch configuration, or null if none.
getMemento() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getMemento(ISourceContainer) - Method in class org.eclipse.jdt.internal.launching.ClasspathContainerSourceContainerTypeDelegate
 
getMemento(ISourceContainer) - Method in class org.eclipse.jdt.internal.launching.ClasspathVariableSourceContainerTypeDelegate
 
getMemento(ISourceContainer) - Method in class org.eclipse.jdt.internal.launching.JavaProjectSourceContainerTypeDelegate
 
getMemento(ISourceContainer) - Method in class org.eclipse.jdt.internal.launching.PackageFragmentRootSourceContainerTypeDelegate
 
getMemento() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getMemento() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns a memento for this classpath entry.
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
 
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
 
getMemento() - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Deprecated.
Returns a memento for this source location from which this source location can be reconstructed.
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
 
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
 
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
 
getModuleDescription() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the ModuleDescription.
getModulepath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the Modulepath.
getMonitor() - Method in class org.eclipse.jdt.internal.launching.JavaClasspathVariablesInitializer
 
getName() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getName() - Method in class org.eclipse.jdt.internal.launching.EEVMType
 
getName() - Method in class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
getName() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnector
 
getName() - Method in class org.eclipse.jdt.internal.launching.Standard11xVMType
 
getName() - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
getName() - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
getName() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getName() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
Returns a human readable name for this classpath entry.
getName() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns the name of this connector.
getName() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the display name of this VM.
getName() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns the display name of this VM type.
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Returns the name of the archive associated with this source location
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
getNewValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the new value of the property.
getOldValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the old value of the property.
getPackageFragmentRoot() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
Returns the package fragment root this container searches for source.
getPackageFragmentRoot() - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
Returns the package fragment root associated with this source location, or null if none
getPackageRoot(IPath) - Method in class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
getPackageRoot(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
Returns the path inside the source zip file where packages names begin, must not be null - use Path#EMPTY

For example, if the source for java.lang.Object source is found at src/java/lang/Object.java in the zip file, the package root would be src.
getPackageRootPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the path to the default package in the sources zip file
getParser() - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns a shared XML parser.
getPartCount() - Method in class org.eclipse.jdt.internal.launching.CompositeId
 
getPath() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getPath() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getPath() - Method in class org.eclipse.jdt.internal.launching.JREContainer
 
getPath() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the path associated with this entry, or null if none.
getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Returns the classpath container's path
getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
Returns the variable this container references as a path.
getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
getPluginIdentifier() - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
 
getPluginIdentifier() - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns the identifier of the plug-in this VM runner originated from.
getPreferences() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the preference store for the launching plug-in.
getProfileProperties() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns the OSGi profile properties associated with this execution environment or null if none.
getProgramArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
getProgramArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the program arguments specified by the given launch configuration, as a string.
getProgramArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the program arguments as one string.
getProgramArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the arguments to the Java program.
getProgramArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the program arguments as an array of individual arguments.
getProject() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getProjectOutputDirectory(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the String representation of the default output directory of the launch config's project or null if there is no configuration, no project or some sort of problem.
getProjectsForProblemSearch(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
getProperties() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns a map of properties defined in this execution environment description.
getProperty(String) - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns the specified property from this description, or null if none.
getProperty() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the name of the property that changed.
getProvider() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathProvider
Returns the resolver delegate (and creates if required)
getResolvedClasspathEntry() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Returns the resolved classpath entry associated with this runtime entry, resolving if required.
getResolver() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
Returns the resolver delegate (and creates if required)
getResource() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getResource() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getResource() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getResource(IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Returns the resource in the workspace associated with the given absolute path, or null if none.
getResource() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the resource associated with this entry, or null if none.
getRootPath() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
Returns the location of the root source folder within the archive, or null if the root source folder is the root of the archive
getRuntimeClasspathEntries() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
Default implementation returns an empty collection.
getRuntimeClasspathEntries(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getRuntimeClasspathEntries(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
getRuntimeClasspathEntries(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
Returns the classpath entries this entry is composed of, or an empty collection if this entry is not a composite entry.
getRuntimeClasspathEntryId() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
Returns the runtime classpath entry id this resolver is registered for,or null if none.
getSelectedResource() - Method in class org.eclipse.jdt.internal.launching.ProjectClasspathVariableResolver
Returns the selected resource.
getSourceAttachmentLocation() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getSourceAttachmentLocation() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getSourceAttachmentLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns an absolute path in the local file system for the source attachment associated with this entry entry, or null if none.
getSourceAttachmentPath() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getSourceAttachmentPath() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getSourceAttachmentPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the path to the source archive associated with this entry, or null if this classpath entry has no source attachment.
getSourceAttachmentRootLocation() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getSourceAttachmentRootLocation() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getSourceAttachmentRootLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns a path relative to this entry's source attachment path for the root location containing source, or null if none.
getSourceAttachmentRootPath() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getSourceAttachmentRootPath() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the path within the source archive where package fragments are located.
getSourceAttachmentStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
getSourceContainers(IRuntimeClasspathEntry[]) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a collection of source containers corresponding to the given resolved runtime classpath entries.
getSourceElement(IStackFrame) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
 
getSourceElements(IStackFrame) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Returns all source elements that correspond to the type associated with the given stack frame, or null if none.
getSourceLocations() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Returns the locations that this source locator is currently searching, in the order that they are searched.
getSourceLookupPathProvider(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the source lookup path provider for the given launch configuration.
getSourceName(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
Returns the source name associated with the given object, or null if none.
getSourcePath(IPath) - Method in class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
getSourcePath(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
Returns the IPath of the zip or jar file containing the sources for library.
getStatus(String, Throwable, int) - Static method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Returns an error status using the passed parameters.
getStatus() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Returns status from parsing VM installs or null if none.
getStreamsProxy() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
getSubEnvironments() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns a collection of execution environments that are subsets of this environment.
getSystemLibraryPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the JRE library jar location.
getSystemLibrarySourcePath() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the JRE library source zip location.
getType() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getType() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getType() - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
getType() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns this classpath entry's type.
getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
 
getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
getTypeId() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
getTypeId() - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
getTypeId() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
Returns the unique identifier of the extension that contributed this classpath entry type, or null if this classpath entry type was not contributed.
getUniqueIdentifier() - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Convenience method which returns the unique identifier of this plug-in.
getValidVMList() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Return a list of all valid VMs in this container.
getVariableName() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
getVariableName() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
getVariableName() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
Returns the variable name this resolver is registered for, or null
getVariableName() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the first segment of the path associated with this entry, or null if this entry is not of type VARIABLE or CONTAINER.
getVariableString() - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
getVersion() - Method in class org.eclipse.jdt.internal.launching.LibraryInfo
Returns the version of this VM install.
getVMArgs() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getVMArgs() - Method in interface org.eclipse.jdt.launching.IVMInstall2
Returns VM arguments to be used with this vm install whenever this VM is launched as a raw string, or null if none.
getVMArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
getVMArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM arguments specified by the given launch configuration, as a string.
getVMArguments() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getVMArguments() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Returns VM arguments in this description or null if none.
getVMArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the VM arguments as one string.
getVMArguments() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns VM arguments to be used with this vm install whenever this VM is launched as they should be passed to the command line, or null if none.
getVMArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the arguments to the VM itself.
getVMArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the VM arguments as an array of individual arguments.
getVMConnector(String) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns the VM connector with the specified id, or null if none.
getVMConnector(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM connector defined with the specified identifier, or null if none.
getVMConnectorId(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM connector identifier specified by the given launch configuration, or null if none.
getVMConnectors() - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns all VM connector extensions.
getVMConnectors() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns all VM connector extensions.
getVMFromCompositeId(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the VM corresponding to the specified composite Id.
getVMInstall(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install specified by the given launch configuration, or null if none.
getVMInstall(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM assigned to build the given Java project.
getVMInstall(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the JRE referenced by the specified JRE classpath container path or null if none.
getVMInstallName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install name specified by the given launch configuration, or null if none.
getVMInstallName(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the name of the VM install referenced by the given JRE classpath container path, or null if none.
getVMInstalls() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
getVMInstalls() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns all VM instances managed by this VM type.
getVMInstallType(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install type specified by the given launch configuration, or null if none.
getVMInstallType() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getVMInstallType() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the VM type of this VM.
getVMInstallType(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install type with the given unique id.
getVMInstallTypeId(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install type identifier specified by the given launch configuration, or null if none.
getVMInstallTypeId(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the identifier of the VM install type referenced by the given JRE classpath container path, or null if none.
getVMInstallTypes() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the list of registered VM types.
getVMList() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Return a list of all VMs in this container, including any invalid VMs.
getVMName(IPath) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Returns the VM name from the given container ID path.
getVMRunner(String) - Method in class org.eclipse.jdt.internal.launching.Standard11xVM
 
getVMRunner(String) - Method in class org.eclipse.jdt.internal.launching.StandardVM
 
getVMRunner(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM runner for the given launch mode to use when launching the given configuration.
getVMRunner(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getVMRunner(String) - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns a VM runner that runs this installed VM in the given mode.
getVMSpecificAttributesMap(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Map of VM-specific attributes specified by the given launch configuration, or null if none.
getVMSpecificAttributesMap() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the Map that contains String name/value pairs that represent VM-specific attributes.
getVMTypeId(IPath) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Returns the VM type identifier from the given container ID path.
getVMTypeToVMMap() - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Return a mapping of VM install types to lists of VMs.
getVMVersion(File, File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Returns the version of the VM at the given location, with the given executable.
getWorkingDir(VMRunnerConfiguration) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Returns the working directory to use for the launched VM, or null if the working directory is to be inherited from the current process.
getWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the working directory specified by the given launch configuration, or null if none.
getWorkingDirectory() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the working directory of a launched VM.
getWorkingDirectoryPath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the working directory path specified by the given launch configuration, or null if none.

H

handleDebugEvents(DebugEvent[]) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
handleDebugEvents(DebugEvent[]) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
handleDebugEvents(DebugEvent[]) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Handles the "stop-in-main" option.
hashCode() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
hashCode() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
hashCode() - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
hashCode() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
hashCode() - Method in class org.eclipse.jdt.launching.LibraryLocation
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
 
hashCode() - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
 

I

IAccessRuleParticipant - Interface in org.eclipse.jdt.launching.environments
Contributes access rules for an execution environment.
ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
Unique identifier for the local Java source path computer (value org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer).
ID_EE_VM_TYPE - Static variable in class org.eclipse.jdt.internal.launching.EEVMType
VM Type id
ID_EXTENSION_POINT_RUNTIME_CLASSPATH_ENTRIES - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Identifier for 'runtimeClasspathEntries' extension point
ID_EXTENSION_POINT_VM_CONNECTORS - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Identifier for 'vmConnectors' extension point
ID_JAVA_APPLET - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the Java Applet launch configuration type (value "org.eclipse.jdt.launching.javaApplet").
ID_JAVA_APPLICATION - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the Local Java Application launch configuration type (value "org.eclipse.jdt.launching.localJavaApplication").
ID_JAVA_PROCESS_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the java process type, which is annotated on processes created by the local java application launch delegate.
ID_JAVA_SOURCE_LOCATOR - Static variable in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Identifier for the 'Java Source Locator' extension (value "org.eclipse.jdt.launching.javaSourceLocator").
ID_PLUGIN - Static variable in class org.eclipse.jdt.internal.launching.LaunchingPlugin
The id of the JDT launching plug-in (value "org.eclipse.jdt.launching").
ID_PLUGIN - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Unique identifier constant (value "org.eclipse.jdt.launching") for the Java launching plug-in.
ID_REMOTE_JAVA_APPLICATION - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the Remote Java Application launch configuration type (value "org.eclipse.jdt.launching.remoteJavaApplication").
ID_SOCKET_ATTACH_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the standard Socket Attaching VM connector (value "org.eclipse.jdt.launching.socketAttachConnector").
ID_SOCKET_LISTEN_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Identifier for the standard Socket Listening VM connector (value "org.eclipse.jdt.launching.socketListenConnector").
ID_STANDARD_VM_TYPE - Static variable in class org.eclipse.jdt.internal.launching.StandardVMType
 
IExecutionEnvironment - Interface in org.eclipse.jdt.launching.environments
An execution environment describes capabilities of a Java runtime environment (IVMInstall).
IExecutionEnvironmentAnalyzerDelegate - Interface in org.eclipse.jdt.launching.environments
Analyzes vm installs for compatibility with execution environments.
IExecutionEnvironmentsManager - Interface in org.eclipse.jdt.launching.environments
Manager for execution environments.
IJavaLaunchConfigurationConstants - Interface in org.eclipse.jdt.launching
Constant definitions for Java launch configurations.
IJavaSourceLocation - Interface in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This interface has been replaced by org.eclipse.debug.core.sourcelookup.ISourceContainer.
ILibraryLocationResolver - Interface in org.eclipse.jdt.launching
This resolver allows contributors to provide LibraryLocation information for non-standard JRE / JDK libraries.
INDEX_LOC - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Pre-built index location property in an execution environment description file.
init(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
initialize(String) - Method in class org.eclipse.jdt.internal.launching.JavaClasspathVariablesInitializer
 
initialize(IPath, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
initialize(IPath, IJavaProject[]) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Sets the specified class path container for all of the given projects.
initializeDefaultPreferences() - Method in class org.eclipse.jdt.internal.launching.LaunchingPreferenceInitializer
 
initializeDefaults(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
 
initializeFrom(Element) - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
initializeFrom(Element) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
initializeFrom(Element) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
Initializes this runtime classpath entry from the given memento.
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.
 
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.
 
initializeFrom(String) - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Deprecated.
Initializes this source location from the given memento.
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
 
initializeFrom(String) - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
 
initializeFromMemento(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
 
initializeParticipants() - Method in class org.eclipse.jdt.internal.launching.JavaSourceLookupDirector
 
IRuntimeClasspathEntry - Interface in org.eclipse.jdt.launching
Represents an entry on a runtime classpath.
IRuntimeClasspathEntry2 - Interface in org.eclipse.jdt.launching
Enhancements to IRuntimeClasspathEntry to support extensible runtime classpath entries.
IRuntimeClasspathEntryResolver - Interface in org.eclipse.jdt.launching
Resolves variable and/or container runtime classpath entries in the context of a launch configuration or Java project.
IRuntimeClasspathEntryResolver2 - Interface in org.eclipse.jdt.launching
Optional enhancements to IRuntimeClasspathEntryResolver.
IRuntimeClasspathProvider - Interface in org.eclipse.jdt.launching
A classpath provider computes an unresolved classpath for a launch configuration, and resolves classpath entries for a launch configuration.
IRuntimeContainerComparator - Interface in org.eclipse.jdt.launching
Deprecated.
support has been added to ClasspathContainerInitializer to handle comparison of classpath containers. Use ClasspathContainerInitializer.getComparisonID(IPath,IJavaProject). When a classpath container implements this interface, this interface is used to determine equality before using the support defined in ClasspathContainerInitializer.
isActive(IJavaProject) - Method in class org.eclipse.jdt.internal.launching.EECompilationParticipant
 
isAllowTerminate(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that termination is allowed.
isAutomodule() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
isAutomodule() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
isAutomodule() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns true if the java project associated is an AutoModule.
isCandidate(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaMigrationDelegate
 
isChanged() - Method in class org.eclipse.jdt.internal.launching.VMListener
 
isComposite() - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
isComposite() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
isComposite() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
Returns whether this classpath entry is composed of other entries.
isContributedVMInstall(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns whether the VM install with the specified id was contributed via the vmInstalls extension point.
isDuplicate(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeContainerComparator
Deprecated.
Returns whether this container is a duplicate of the container identified by the given path.
isEmpty(String) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
isExecutionEnvironment(IPath) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Returns whether the given path identifies a VM by execution environment.
isExportedEntriesOnly() - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
Returns whether the classpath computation only includes exported entries in referenced projects.
isIgnoreVMDefPropertyChangeEvents() - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns if VM property changed event should be ignored or not
isLaunchProblem(IMarker) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
isModular(VMRunnerConfiguration, IVMInstall) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Examines the project and install for presence of module and execution support.
isModularConfiguration(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Checks if configuration JRE is greater than 8.
isModularJava(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Checks if vm install is modular( version greater than 8).
isModularProject(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Checks if project entry is modular
isModule(IClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Checks if classpath entry is modular and project is modular .
isResumeOnStartup() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns whether the VM is resumed on startup when launched in debug mode.
isSameArchives(LibraryLocation[], LibraryLocation[]) - Static method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
Return whether the given list of libraries refer to the same archives in the same order.
isStopInMain(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns whether the given launch configuration specifies that execution should suspend on entry of the main method.
isStrictlyCompatbile() - Method in class org.eclipse.jdt.launching.environments.CompatibleEnvironment
Returns whether the analyzed vm install is strictly compatible with the compatible environment or represents a superset of the environment.
isStrictlyCompatible(IVMInstall) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Returns whether the specified VM install is strictly compatible with this environment.
isTerminated() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
isVMInstallReference(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
 
isVMInstallReference(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
 
isVMInstallReference(IClasspathEntry) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver2
Returns whether the given classpath entry references a VM install.
isVMInstallReference(IRuntimeClasspathEntry) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns whether the given runtime classpath entry refers to a VM install.
IVMConnector - Interface in org.eclipse.jdt.launching
A VM connector establishes a JDI connection with a debuggable virtual machine.
IVMInstall - Interface in org.eclipse.jdt.launching
Represents a particular installation of a VM.
IVMInstall2 - Interface in org.eclipse.jdt.launching
Optional extensions that may be implemented by an IVMInstall.
IVMInstall3 - Interface in org.eclipse.jdt.launching
Optional extensions that may be implemented by an IVMInstall, providing access to a JRE's system properties.
IVMInstallChangedListener - Interface in org.eclipse.jdt.launching
A VM install changed listener is notified when the workspace default VM install changes, or when an attribute of a specific VM install changes.
IVMInstallType - Interface in org.eclipse.jdt.launching
Represents a particular type of VM for which there may be any number of VM installations.
IVMRunner - Interface in org.eclipse.jdt.launching
A VM runner starts a Java VM running a Java program.

J

JAVA_HOME - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Java home property name in an execution environment description file.
JAVA_JVM_VERSION - Static variable in class org.eclipse.jdt.internal.launching.StandardVMDebugger
 
JavaAppletLaunchConfigurationDelegate - Class in org.eclipse.jdt.internal.launching
 
JavaAppletLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
JavaAppletLaunchConfigurationDelegate_Could_not_build_HTML_file_for_applet_launch_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaClasspathVariablesInitializer - Class in org.eclipse.jdt.internal.launching
 
JavaClasspathVariablesInitializer() - Constructor for class org.eclipse.jdt.internal.launching.JavaClasspathVariablesInitializer
 
JAVADOC_LOC - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Javadoc location property name in an execution environment description file.
JavaFxLibraryResolver - Class in org.eclipse.jdt.internal.launching
 
JavaFxLibraryResolver() - Constructor for class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
JavaLaunchableTester - Class in org.eclipse.jdt.internal.launching
Property tester for context launching menu.
JavaLaunchableTester() - Constructor for class org.eclipse.jdt.internal.launching.JavaLaunchableTester
 
JavaLaunchDelegate - Class in org.eclipse.jdt.launching
A launch delegate for launching local Java applications.
JavaLaunchDelegate() - Constructor for class org.eclipse.jdt.launching.JavaLaunchDelegate
 
JavaLocalApplicationLaunchConfigurationDelegate_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaLocalApplicationLaunchConfigurationDelegate_Creating_source_locator____2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaLocalApplicationLaunchConfigurationDelegate_Verifying_launch_attributes____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaMigrationDelegate - Class in org.eclipse.jdt.internal.launching
Delegate for migrating Java launch configurations.
JavaMigrationDelegate() - Constructor for class org.eclipse.jdt.internal.launching.JavaMigrationDelegate
Constructor needed for reflection
JavaProjectSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
Java project source container.
JavaProjectSourceContainer(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
Constructs a source container on the given Java project.
JavaProjectSourceContainerTypeDelegate - Class in org.eclipse.jdt.internal.launching
Java project source container type.
JavaProjectSourceContainerTypeDelegate() - Constructor for class org.eclipse.jdt.internal.launching.JavaProjectSourceContainerTypeDelegate
 
JavaProjectSourceContainerTypeDelegate_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaProjectSourceContainerTypeDelegate_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaProjectSourceContainerTypeDelegate_7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaProjectSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer.
JavaProjectSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
Constructs a new empty source location to be initialized by a memento.
JavaProjectSourceLocation(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.
Constructs a new source location that will retrieve source elements from the given Java project.
JavaProjectSourceLocation_Exception_occurred_initializing_source_location__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaProjectSourceLocation_Unable_to_initialize_source_location___missing_project_name_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRemoteApplicationLaunchConfigurationDelegate - Class in org.eclipse.jdt.internal.launching
Launch configuration delegate for a remote Java application.
JavaRemoteApplicationLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate
 
JavaRemoteApplicationLaunchConfigurationDelegate_Attaching_to__0_____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRemoteApplicationLaunchConfigurationDelegate_Connector_not_specified_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRemoteApplicationLaunchConfigurationDelegate_Creating_source_locator____2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRemoteApplicationLaunchConfigurationDelegate_Verifying_launch_attributes____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime - Class in org.eclipse.jdt.launching
The central access point for launching support.
JavaRuntime_24 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_25 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_26 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_27 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_28 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_32 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_badFormat - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Classpath_references_non_existant_archive___0__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Classpath_references_non_existant_project___0__3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Could_not_resolve_classpath_container___0__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Launch_configuration__0__references_non_existing_project__1___1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Specified_VM_install_not_found__type__0___name__1__2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaRuntime_Specified_VM_install_type_does_not_exist___0__2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by a Java source lookup director and Java source lookup participant. To migrate to the new source lookup support clients should add two new attributes to their launch configuration type extensions:
  • sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
  • sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"
The source locator id attribute specifies to use the Java source lookup director for launch configurations of the associated type, and the source path computer id attribute specifies the class to use when computing a default source lookup path for a launch configuration. The path computer referenced/provided (by the above id), computes a default source lookup path based on the support provided in the 2.0 release - i.e. a configuration's ATTR_SOURCE_PATH_PROVIDER attribute (if present), or a default source lookup path based on a configuration's runtime classpath. This class has been replaced by the Java source lookup director which is an internal class, but can be used via the sourceLocatorId attribute on a launch configuration type extension.
JavaSourceLocator() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Constructs a new empty JavaSourceLocator.
JavaSourceLocator(IJavaProject[], boolean) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Constructs a new Java source locator that looks in the specified project for source, and required projects, if includeRequired is true.
JavaSourceLocator(IJavaSourceLocation[]) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Constructs a new JavaSourceLocator that searches the specified set of source locations for source elements.
JavaSourceLocator(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Constructs a new JavaSourceLocator that searches the default set of source locations for the given Java project.
JavaSourceLocator_Exception_occurred_initializing_source_locator__15 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Illegal_to_have_a_container_resolved_to_a_container_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Unable_to_restore_Java_source_locator___invalid_format__10 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Unable_to_restore_Java_source_locator___invalid_format__14 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Unable_to_restore_Java_source_locator___invalid_format__6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Unable_to_restore_source_location__12 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLocator_Unable_to_restore_source_location___class_not_found___0__11 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JavaSourceLookupDirector - Class in org.eclipse.jdt.internal.launching
Java source lookup director.
JavaSourceLookupDirector() - Constructor for class org.eclipse.jdt.internal.launching.JavaSourceLookupDirector
 
JavaSourceLookupParticipant - Class in org.eclipse.jdt.launching.sourcelookup.containers
A source lookup participant that searches for Java source code.
JavaSourceLookupParticipant() - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
JavaSourceLookupUtil - Class in org.eclipse.jdt.internal.launching
Private source lookup utilities.
JavaSourceLookupUtil() - Constructor for class org.eclipse.jdt.internal.launching.JavaSourceLookupUtil
 
JavaSourcePathComputer - Class in org.eclipse.jdt.launching.sourcelookup.containers
Computes a default source lookup path for Java applications.
JavaSourcePathComputer() - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
 
JFXRT_JAR - Static variable in class org.eclipse.jdt.internal.launching.JavaFxLibraryResolver
 
JRE - Static variable in class org.eclipse.jdt.internal.launching.StandardVMDebugger
JRE path segment descriptor String equals the word: jre
JRE_CONTAINER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath container used for a project's JRE (value "org.eclipse.jdt.launching.JRE_CONTAINER").
JRE_CONTAINER_MARKER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Marker type identifier for JRE container problems.
JREContainer - Class in org.eclipse.jdt.internal.launching
JRE Container - resolves a classpath container variable to a JRE
JREContainer(IVMInstall, IPath, IJavaProject) - Constructor for class org.eclipse.jdt.internal.launching.JREContainer
Constructs a JRE classpath container on the given VM install
JREContainer_JRE_System_Library_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JREContainerInitializer - Class in org.eclipse.jdt.internal.launching
Resolves a container for a JRE classpath container entry.
JREContainerInitializer() - Constructor for class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
JREContainerInitializer_Classpath_entry__0__does_not_refer_to_a_library__3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JREContainerInitializer_Classpath_entry__0__does_not_refer_to_an_existing_library__2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JREContainerInitializer_Default_System_Library_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JREContainerInitializer_JRE_referenced_by_classpath_container__0__does_not_exist__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
JRELIB_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library (value "JRE_LIB").
JREPreferenceModifyListener - Class in org.eclipse.jdt.internal.launching
Manages import of installed JREs.
JREPreferenceModifyListener() - Constructor for class org.eclipse.jdt.internal.launching.JREPreferenceModifyListener
 
JRERuntimeClasspathEntryResolver - Class in org.eclipse.jdt.internal.launching
Resolves for JRELIB_VARIABLE and JRE_CONTAINER
JRERuntimeClasspathEntryResolver() - Constructor for class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
 
JRESRC_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source (value "JRE_SRC").
JRESRCROOT_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source root (value "JRE_SRCROOT").

L

LANGUAGE_LEVEL - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Language level property name in an execution environment description file.
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.JavaAppletLaunchConfigurationDelegate
 
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate
 
launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.launching.JavaLaunchDelegate
 
launchesAdded(ILaunch[]) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
launchesChanged(ILaunch[]) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
launchesRemoved(ILaunch[]) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
LaunchingMessages - Class in org.eclipse.jdt.internal.launching
 
LaunchingMessages() - Constructor for class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin - Class in org.eclipse.jdt.internal.launching
 
LaunchingPlugin() - Constructor for class org.eclipse.jdt.internal.launching.LaunchingPlugin
Constructor
LaunchingPlugin_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_32 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_34 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_35 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_36 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_37 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPlugin_38 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LaunchingPreferenceInitializer - Class in org.eclipse.jdt.internal.launching
Initializes preferences for the JDT launching plug-in.
LaunchingPreferenceInitializer() - Constructor for class org.eclipse.jdt.internal.launching.LaunchingPreferenceInitializer
 
LibraryInfo - Class in org.eclipse.jdt.internal.launching
Stores the boot path and extension directories associated with a VM.
LibraryInfo(String, String[], String[], String[]) - Constructor for class org.eclipse.jdt.internal.launching.LibraryInfo
 
LibraryLocation - Class in org.eclipse.jdt.launching
The location of a library (for example rt.jar).
LibraryLocation(IPath, IPath, IPath) - Constructor for class org.eclipse.jdt.launching.LibraryLocation
Creates a new library location.
LibraryLocation(IPath, IPath, IPath, URL) - Constructor for class org.eclipse.jdt.launching.LibraryLocation
Creates a new library location.
LibraryLocation(IPath, IPath, IPath, URL, URL) - Constructor for class org.eclipse.jdt.launching.LibraryLocation
Creates a new library location.
LibraryLocation(IPath, IPath, IPath, URL, URL, IPath) - Constructor for class org.eclipse.jdt.launching.LibraryLocation
Creates a new library location.
libraryLocation_assert_libraryNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
LocalFileStorage - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0 this class is now provided by the debug platform. Clients should use the replacement class org.eclipse.debug.core.sourcelookup.containers.LocalFileStorage
LocalFileStorage(File) - Constructor for class org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
Deprecated.
Constructs and returns storage for the given file.
log(IStatus) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Logs the specified status

M

MacInstalledJREs - Class in org.eclipse.jdt.internal.launching
Searches for installed JREs on the Mac.
MacInstalledJREs() - Constructor for class org.eclipse.jdt.internal.launching.MacInstalledJREs
 
MacInstalledJREs.MacVMStandin - Class in org.eclipse.jdt.internal.launching
Custom stand-in that allows us to provide a version
MacInstalledJREs_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
MacInstalledJREs_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
MacVMStandin(IVMInstallType, File, String, String, String) - Constructor for class org.eclipse.jdt.internal.launching.MacInstalledJREs.MacVMStandin
 
migrate(ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JavaMigrationDelegate
 
MIN_VM_SIZE - Static variable in class org.eclipse.jdt.internal.launching.StandardVMType
The minimal -Xmx size for launching a JVM.
MODULE_PATH - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the module path for modular project.

N

newArchiveRuntimeClasspathEntry(IResource) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive.
newArchiveRuntimeClasspathEntry(IPath, int) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive(possibly external).
newArchiveRuntimeClasspathEntry(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive (possibly external).
newArchiveRuntimeClasspathEntry(IPath, IPath, IPath, IAccessRule[], IClasspathAttribute[], boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given archive (possibly external).
newDefaultJREContainerPath() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a path for the JRE classpath container identifying the default VM install.
newDefaultProjectClasspathEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry containing the default classpath for the specified Java project.
newJREContainerPath(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a path for the JRE classpath container identifying the specified VM install by type and name.
newJREContainerPath(String, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a path for the JRE classpath container identifying the specified VM install by type and name.
newJREContainerPath(IExecutionEnvironment) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a path for the JRE classpath container identifying the specified execution environment.
newLibraryPathsAttribute(String[]) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates a new classpath attribute referencing a list of shared libraries that should appear on the -Djava.library.path system property at runtime for an associated IClasspathEntry.
newProcess(ILaunch, Process, String, Map<String, String>) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns a new process aborting if the process could not be created.
newProjectRuntimeClasspathEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given project.
newProjectRuntimeClasspathEntry(IJavaProject, int) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given project.
newRuntimeClasspathEntry(String) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Returns a new runtime classpath entry of the specified type.
newRuntimeClasspathEntry(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry constructed from the given memento.
newRuntimeContainerClasspathEntry(IPath, int) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry for the given container path with the given classpath property.
newRuntimeContainerClasspathEntry(IPath, int, IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry for the given container path with the given classpath property to be resolved in the context of the given Java project.
newStringVariableClasspathEntry(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the given expression that may contain string substitution variable references.
newVariableRuntimeClasspathEntry(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a new runtime classpath entry for the classpath variable with the given path.
NO_VMS - Static variable in class org.eclipse.jdt.internal.launching.MacInstalledJREs
 

O

optionsChanged(DebugOptions) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
org.eclipse.jdt.internal.launching - package org.eclipse.jdt.internal.launching
 
org.eclipse.jdt.internal.launching.environments - package org.eclipse.jdt.internal.launching.environments
 
org.eclipse.jdt.launching - package org.eclipse.jdt.launching
Application programming interfaces for interaction with the Eclipse Java launching support.
org.eclipse.jdt.launching.environments - package org.eclipse.jdt.launching.environments
Application programming interfaces and classes for execution environments.
org.eclipse.jdt.launching.sourcelookup - package org.eclipse.jdt.launching.sourcelookup
Application programming interfaces and classes for source lookup.
org.eclipse.jdt.launching.sourcelookup.containers - package org.eclipse.jdt.launching.sourcelookup.containers
Provides source lookup support for the Java debugger.
OTHER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for contributed entries.

P

PackageFragmentRootSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
Package fragment root source container.
PackageFragmentRootSourceContainer(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
Constructs a new package fragment root source container on the given root.
PackageFragmentRootSourceContainerTypeDelegate - Class in org.eclipse.jdt.internal.launching
Package fragment root source container type.
PackageFragmentRootSourceContainerTypeDelegate() - Constructor for class org.eclipse.jdt.internal.launching.PackageFragmentRootSourceContainerTypeDelegate
 
PackageFragmentRootSourceContainerTypeDelegate_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PackageFragmentRootSourceContainerTypeDelegate_7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PackageFragmentRootSourceContainerTypeDelegate_8 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PackageFragmentRootSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer.
PackageFragmentRootSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
Creates an empty source location.
PackageFragmentRootSourceLocation(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.
Creates a source location on the given package fragment root.
PackageFragmentRootSourceLocation_Exception_occurred_initializing_source_location__8 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PackageFragmentRootSourceLocation_Unable_to_initialize_source_location___missing_handle_identifier_for_package_fragment_root__6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PackageFragmentRootSourceLocation_Unable_to_initialize_source_location___package_fragment_root_does_not_exist__7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
parse(InputStream) - Method in class org.eclipse.jdt.internal.launching.PListParser
Parses the given input stream which corresponds to an XML plist.
parseJREInfo(InputStream, IProgressMonitor) - Static method in class org.eclipse.jdt.internal.launching.MacInstalledJREs
Parse JREDescriptors from the given input stream.
parseLibraryInfo(IProcess) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
Parses the output from 'LibraryDetector'.
parsePaths(String) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
parseXMLIntoContainer(InputStream) - Static method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
 
parseXMLIntoContainer(InputStream, VMDefinitionsContainer) - Static method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Parse the VM definitions contained in the specified InputStream into the specified container.
PListParser - Class in org.eclipse.jdt.internal.launching
Parses an XML property list into its associated objects.
PListParser() - Constructor for class org.eclipse.jdt.internal.launching.PListParser
 
preApply(IEclipsePreferences) - Method in class org.eclipse.jdt.internal.launching.JREPreferenceModifyListener
 
PREF_CONNECT_TIMEOUT - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for launch/connect timeout.
PREF_ONLY_INCLUDE_EXPORTED_CLASSPATH_ENTRIES - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Boolean preference controlling whether only exported entries should even be included when the runtime classpath is computed
PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for the default problem severity when an execution environment is bound to a project's build path for which there is no strictly compatible JRE available in the workspace.
PREF_VM_XML - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for the String of XML that defines all installed VMs.
preferenceChange(PreferenceChangeEvent) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
preferenceChange(PreferenceChangeEvent) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
prepareStopInMain(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Determines if the given launch configuration specifies the "stop-in-main" attribute, and sets up an event listener to handle the option if required.
prependJREPath(String[], IPath) - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
This method performs platform specific operations to modify the runtime path for JREs prior to launching.
prependJREPath(String[]) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Prepends the correct java version variable state to the environment path for Mac VMs
processVMPrefsChanged(String, String) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Check for differences between the old & new sets of installed JREs.
PROJECT - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for project entries.
ProjectClasspathVariableResolver - Class in org.eclipse.jdt.internal.launching
Resolver for ${project_classpath:}.
ProjectClasspathVariableResolver() - Constructor for class org.eclipse.jdt.internal.launching.ProjectClasspathVariableResolver
 
ProjectClasspathVariableResolver_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ProjectClasspathVariableResolver_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
ProjectClasspathVariableResolver_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
PROPERTY_INSTALL_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the install location of a VM install has changed.
PROPERTY_JAVADOC_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the Javadoc location associated with a VM install has changed.
PROPERTY_LIBRARY_LOCATIONS - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the library locations associated with a VM install have changed.
PROPERTY_NAME - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the name associated with a VM install has changed.
PROPERTY_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the VM arguments associated with a VM install has changed.
PropertyChangeEvent - Class in org.eclipse.jdt.launching
An event object describing a change to a named property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.jdt.launching.PropertyChangeEvent
Creates a new property change event.

R

recoverRuntimePath(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
Returns a collection of runtime classpath entries that are defined in the specified attribute of the given launch configuration.
removeVM(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Removes the VM from this container.
removeVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Removes the given listener from the list of registered VM install changed listeners.
renderCommandLine(String[]) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Prepares the command line from the specified array of strings
renderDebugTarget(String, int) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Returns the 'rendered' name for the current target
renderProcessLabel(String[], String) - Static method in class org.eclipse.jdt.internal.launching.StandardVMRunner
Returns the 'rendered' name for the specified command line
requestClasspathContainerUpdate(IPath, IJavaProject, IClasspathContainer) - Method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
 
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathProvider
 
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Returns the resolved path corresponding to the given path, in the context of the given launch configuration.
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
resolveLibraryLocations(IVMInstall, int) - Method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
Resolves library locations for the given VM install
resolveRuntimeClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Resolves the given classpath, returning the resolved classpath in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.DefaultEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.DefaultEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathResolver
 
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given Java project.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given Java project.
resolveSourceLookupPath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Resolves the given source lookup path, returning the resolved source lookup path in the context of the given launch configuration.
resolveToOSPath(IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Returns the OS path for the given absolute or workspace relative path
resolveValue(IDynamicVariable, String) - Method in class org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentVariableResolver
 
resolveValue(IDynamicVariable, String) - Method in class org.eclipse.jdt.internal.launching.ProjectClasspathVariableResolver
 
resolveVM(IPath) - Static method in class org.eclipse.jdt.internal.launching.JREContainerInitializer
Returns the VM install associated with the container path, or null if it does not exist.
resolveVMInstall(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.DefaultEntryResolver
 
resolveVMInstall(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver
 
resolveVMInstall(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
 
resolveVMInstall(IClasspathEntry) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathResolver
 
resolveVMInstall(IClasspathEntry) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns a VM install associated with the given classpath entry, or null if none.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.Standard11xVMRunner
 
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
 
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
 
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.IVMRunner
Launches a Java VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.
RunnerBootpathError - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RunnerBootpathPError - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry - Class in org.eclipse.jdt.internal.launching
An entry on the runtime classpath that the user can manipulate and share in a launch configuration.
RuntimeClasspathEntry(IClasspathEntry) - Constructor for class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Constructs a new runtime classpath entry based on the (build) classpath entry.
RuntimeClasspathEntry(IClasspathEntry, int) - Constructor for class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Constructs a new container entry in the context of the given project
RuntimeClasspathEntry_Illegal_classpath_entry__0__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_archive_path_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_project_name_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry___missing_variable_name_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_location_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntry_Unable_to_recover_runtime_class_path_entry_type_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
RuntimeClasspathEntryListComparator - Class in org.eclipse.jdt.internal.launching
Compares lists of runtime classpath entry mementos.
RuntimeClasspathEntryListComparator() - Constructor for class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryListComparator
 
RuntimeClasspathEntryResolver - Class in org.eclipse.jdt.internal.launching
Proxy to a runtime classpath entry resolver extension.
RuntimeClasspathEntryResolver(IConfigurationElement) - Constructor for class org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver
Constructs a new resolver on the given configuration element
RuntimeClasspathProvider - Class in org.eclipse.jdt.internal.launching
Proxy to a runtime classpath provider extension.
RuntimeClasspathProvider(IConfigurationElement) - Constructor for class org.eclipse.jdt.internal.launching.RuntimeClasspathProvider
Constructs a new resolver on the given configuration element

S

sameURL(URL, URL) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Compares two URL for equality, but do not connect to do DNS resolution
savePreferences() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Saves the preferences for the launching plug-in.
saveVMConfiguration() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Saves the VM configuration information to the preferences.
setAttribute(String, String) - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
setAttribute(String, String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Sets a VM specific attribute.
setBootClassPath(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the boot classpath.
setClasspathProperty(int) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
setClasspathProperty(int) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
setClasspathProperty(int) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets whether this entry should appear on the bootstrap classpath, the user classpath, or whether this entry is a standard bootstrap entry that does not need to appear on the classpath.
setDefaultRootPath(String) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
setDefaultSourceLocator(ILaunch, ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Assigns a default source locator to the given launch if a source locator has not yet been assigned to it, and the associated launch configuration does not specify a source locator.
setDefaultVM(IVMInstall) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Sets the VM to use by default for this execution environment.
setDefaultVMConnector(IVMConnector, IProgressMonitor) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM connector as the system-wide default VM.
setDefaultVMInstall(IVMInstall, IProgressMonitor) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDefaultVMInstall(IVMInstall, IProgressMonitor, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDefaultVMInstallCompositeID(String) - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Sets the composite ID for the default VM.
setDefaultVMInstallConnectorTypeID(String) - Method in class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Set the default VM's connector type ID.
setEnvironment(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the environment for the Java program.
setExportedEntriesOnly(boolean) - Method in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
Sets whether the runtime classpath computation should only include exported entries in referenced projects.
setExternalAnnotationsPath(IPath) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
setExternalAnnotationsPath(IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
setExternalAnnotationsPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path to the external annotations file or directory.
setIgnoreVMDefPropertyChangeEvents(boolean) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Allows VM property change events to be ignored
setIndexLocation(URL) - Method in class org.eclipse.jdt.launching.LibraryLocation
Sets the index location to the given URL.
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
Initializes the id parameter from the "id" attribute in the configuration markup.
setInstallLocation(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setInstallLocation(File) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the root directory of the install location of this VM.
setJavadocLocation(URL) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setJavadocLocation(URL) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the Javadoc location associated with this VM install.
setJavaProject(IJavaProject) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
Sets the Java project associated with this entry.
setJavaProject(IJavaProject) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Sets the Java project associated with this classpath entry.
setLibraryInfo(String, LibraryInfo) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Sets the library info that corresponds to the specified JRE install path.
setLibraryLocations(LibraryLocation[]) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setLibraryLocations(LibraryLocation[]) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the library locations of this IVMInstall.
setModuleDescription(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the fModuleDescription.
setModulepath(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the modulepath.
setName(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setName(String) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the display name of this VM.
setNotify(boolean) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Whether this VM should fire property change notifications.
setProgramArguments(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the custom program arguments.
setResumeOnStartup(boolean) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets whether the VM is resumed on startup when launched in debug mode.
setSourceAttachmentPath(IPath) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
setSourceAttachmentPath(IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
setSourceAttachmentPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path to the source archive associated with this entry, or null if this classpath entry has no source attachment.
setSourceAttachmentRootPath(IPath) - Method in class org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry
 
setSourceAttachmentRootPath(IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
setSourceAttachmentRootPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path within the source archive where package fragments are located.
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Sets the locations that will be searched, in the order to be searched.
setSystemLibrarySource(IPath) - Method in class org.eclipse.jdt.launching.LibraryLocation
Sets the JRE library source zip location.
setVariableString(String) - Method in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
setVMArgs(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setVMArgs(String) - Method in interface org.eclipse.jdt.launching.IVMInstall2
Sets VM arguments to be used with this vm install whenever this VM is launched as a raw string, possibly null.
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setVMArguments(String[]) - Method in interface org.eclipse.jdt.launching.IVMInstall
Deprecated.
if possible, clients should use setVMArgs(String) on IVMInstall2 when possible
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the custom VM arguments.
setVMSpecificAttributesMap(Map<String, Object>) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the Map that contains String name/value pairs that represent VM-specific attributes.
setWorkingDirectory(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the working directory for a launched VM.
SocketAttachConnector - Class in org.eclipse.jdt.internal.launching
A standard socket attaching connector
SocketAttachConnector() - Constructor for class org.eclipse.jdt.internal.launching.SocketAttachConnector
 
SocketAttachConnector_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Configuring_connection____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Connecting____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Establishing_connection____2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Failed_to_connect_to_remote_VM_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Failed_to_connect_to_remote_VM_as_connection_was_refused_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Failed_to_connect_to_remote_VM_because_of_unknown_host____0___1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Hostname_unspecified_for_remote_connection__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Port_unspecified_for_remote_connection__2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Socket_attaching_connector_not_available_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketAttachConnector_Standard__Socket_Attach__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnector - Class in org.eclipse.jdt.internal.launching
A standard socket listening connector.
SocketListenConnector() - Constructor for class org.eclipse.jdt.internal.launching.SocketListenConnector
 
SocketListenConnector_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnector_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnector_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnector_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnector_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnectorProcess - Class in org.eclipse.jdt.internal.launching
A process that represents a VM listening connector that is waiting for some VM(s) to remotely connect.
SocketListenConnectorProcess(ILaunch, String, int) - Constructor for class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Creates this process.
SocketListenConnectorProcess_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnectorProcess_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnectorProcess_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketListenConnectorProcess_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
SocketUtil - Class in org.eclipse.jdt.launching
Utility class to find a port to debug on.
SocketUtil() - Constructor for class org.eclipse.jdt.launching.SocketUtil
 
SOURCE_DEFAULT - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Source archive property name in an execution environment description file.
SOURCE_MAP - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Source map property name in an execution environment description file.
sourceContainersChanged(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
specifyArguments(Map<String, Connector.Argument>, int) - Method in class org.eclipse.jdt.internal.launching.StandardVMDebugger
Allows arguments to be specified
Standard11xVM - Class in org.eclipse.jdt.internal.launching
A 1.1.x VM
Standard11xVM(IVMInstallType, String) - Constructor for class org.eclipse.jdt.internal.launching.Standard11xVM
 
Standard11xVMRunner - Class in org.eclipse.jdt.internal.launching
A 1.1.x VM runner
Standard11xVMRunner(IVMInstall) - Constructor for class org.eclipse.jdt.internal.launching.Standard11xVMRunner
 
Standard11xVMType - Class in org.eclipse.jdt.internal.launching
A VM install type for VMs the conform to the 1.1.x standard JDK installion layout, and command line options.
Standard11xVMType() - Constructor for class org.eclipse.jdt.internal.launching.Standard11xVMType
 
Standard11xVMType_Standard_1_1_x_VM_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
STANDARD_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that appear on the bootstrap path by default.
StandardClasspathProvider - Class in org.eclipse.jdt.launching
Default implementation for classpath provider.
StandardClasspathProvider() - Constructor for class org.eclipse.jdt.launching.StandardClasspathProvider
 
StandardSourcePathProvider - Class in org.eclipse.jdt.launching
Default implementation of source lookup path computation and resolution.
StandardSourcePathProvider() - Constructor for class org.eclipse.jdt.launching.StandardSourcePathProvider
 
StandardVM - Class in org.eclipse.jdt.internal.launching
 
StandardVMDebugger - Class in org.eclipse.jdt.internal.launching
A launcher for debugging Java main classes.
StandardVMDebugger(IVMInstall) - Constructor for class org.eclipse.jdt.internal.launching.StandardVMDebugger
Creates a new launcher
StandardVMDebugger_Constructing_command_line____3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Could_not_find_a_free_socket_for_the_debugger_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Couldn__t_connect_to_VM_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Couldn__t_connect_to_VM_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Couldn__t_find_an_appropriate_debug_connector_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Establishing_debug_connection____5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Finding_free_socket____2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Launching_VM____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMDebugger_Starting_virtual_machine____4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner - Class in org.eclipse.jdt.internal.launching
A launcher for running Java main classes.
StandardVMRunner(IVMInstall) - Constructor for class org.eclipse.jdt.internal.launching.StandardVMRunner
Constructor
StandardVMRunner__0____1___2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner__0__at_localhost__1__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Constructing_command_line____2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Launching_VM____1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Specified_executable__0__does_not_exist_for__1__4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Specified_working_directory_does_not_exist_or_is_not_a_directory___0__3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Starting_virtual_machine____3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMRunner_Unable_to_locate_executable_for__0__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMType - Class in org.eclipse.jdt.internal.launching
A VM install type for VMs the conform to the standard JDK installation layout.
StandardVMType() - Constructor for class org.eclipse.jdt.internal.launching.StandardVMType
 
StandardVMType_Not_a_JDK_Root__Java_executable_was_not_found_1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMType_Not_a_JDK_root__System_library_was_not_found__1 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMType_ok_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
StandardVMType_Standard_VM_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
start(BundleContext) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
stop(BundleContext) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Clears zip file cache.
supportsSourceContainerType(ISourceContainerType) - Method in class org.eclipse.jdt.internal.launching.JavaSourceLookupDirector
 

T

terminate() - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
 
test(Object, String, Object[], Object) - Method in class org.eclipse.jdt.internal.launching.JavaLaunchableTester
Method runs the tests defined from extension points for Run As... and Debug As... menu items.
timeStampChanged(String) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Checks to see if the time stamp of the file describe by the given location string has been modified since the last recorded time stamp.
toString() - Method in class org.eclipse.jdt.internal.launching.CompositeId
 
toString() - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
 
trace(String, String, Throwable) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Prints the given message to System.out and to the OSGi tracing (if started)
trace(String) - Static method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
Prints the given message to System.out and to the OSGi tracing (if enabled)
translate(IRuntimeClasspathEntry[]) - Static method in class org.eclipse.jdt.internal.launching.JavaSourceLookupUtil
Translates the given runtime classpath entries into associated source containers.
TYPE_ID - Static variable in class org.eclipse.jdt.internal.launching.DefaultProjectClasspathEntry
 
TYPE_ID - Static variable in class org.eclipse.jdt.internal.launching.VariableClasspathEntry
 
TYPE_ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.classpathContainer).
TYPE_ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.classpathVariable).
TYPE_ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.javaProject).
TYPE_ID - Static variable in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
Unique identifier for Java project source container type (value org.eclipse.jdt.launching.sourceContainer.packageFragmentRoot).

U

updateClasspathEntry(IPath, IPath, IPath, IPath) - Method in class org.eclipse.jdt.internal.launching.RuntimeClasspathEntry
Creates a new underlying classpath entry for this runtime classpath entry with the given paths, due to a change in source attachment.
updateResourceMapping(ILaunchConfigurationWorkingCopy) - Static method in class org.eclipse.jdt.internal.launching.JavaMigrationDelegate
Updates the resource mapping for the given launch configuration.
USER_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the user classpath.

V

validateCommandLine(ILaunchConfiguration, String[]) - Method in class org.eclipse.jdt.internal.launching.StandardVMRunner
This method allows consumers to have a last look at the command line that will be used to start the runner just prior to launching.
validateDefinitionFile(ExecutionEnvironmentDescription) - Static method in class org.eclipse.jdt.internal.launching.EEVMType
Returns a status indicating if the given definition file is valid.
validateInstallLocation(File) - Method in class org.eclipse.jdt.internal.launching.EEVMType
 
validateInstallLocation(File) - Method in class org.eclipse.jdt.internal.launching.StandardVMType
 
validateInstallLocation(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Validates the given location of a VM installation.
VAR_EE_HOME - Static variable in class org.eclipse.jdt.internal.launching.EEVMType
Substitution in EE file - replaced with directory of EE file, to support absolute path names where needed.
VAR_PORT - Static variable in class org.eclipse.jdt.internal.launching.StandardVM
If a StandardVM returns a string for #getDebugArgs(), the string may contain the variable ${port}.
VARIABLE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for variable entries.
VariableClasspathEntry - Class in org.eclipse.jdt.internal.launching
Specialization for a String variable classpath entry
VariableClasspathEntry() - Constructor for class org.eclipse.jdt.internal.launching.VariableClasspathEntry
Constructor
VariableClasspathEntry(String) - Constructor for class org.eclipse.jdt.internal.launching.VariableClasspathEntry
Constructor
VariableClasspathResolver - Class in org.eclipse.jdt.internal.launching
 
VariableClasspathResolver() - Constructor for class org.eclipse.jdt.internal.launching.VariableClasspathResolver
 
verifyJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies a Java project is specified by the given launch configuration, and returns the Java project.
verifyMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies a main type name is specified by the given launch configuration, and returns the main type name.
verifyVMInstall(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies the VM install specified by the given launch configuration exists and returns the VM install.
verifyWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Verifies the working directory specified by the given launch configuration exists, and returns the working directory, or null if none is specified.
vmAdded(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
vmAdded(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
vmAdded(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.VMListener
 
vmAdded(IVMInstall) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a VM has been created.
vmChanged(PropertyChangeEvent) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
vmChanged(PropertyChangeEvent) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
vmChanged(PropertyChangeEvent) - Method in class org.eclipse.jdt.internal.launching.VMListener
 
vmChanged(PropertyChangeEvent) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a property of a VM install has changed.
VMDefinitionsContainer - Class in org.eclipse.jdt.internal.launching
This is a container for VM definitions such as the VM definitions that are stored in the workbench preferences.
VMDefinitionsContainer() - Constructor for class org.eclipse.jdt.internal.launching.VMDefinitionsContainer
Constructs an empty VM container
VMDefinitionsContainer_0 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_10 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_2 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_3 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_4 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_5 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_6 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_7 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMDefinitionsContainer_9 - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmInstall_assert_idNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmInstall_assert_typeNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmInstallType_duplicateVM - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMListener - Class in org.eclipse.jdt.internal.launching
Simple VM listener that reports whether VM settings have changed.
VMListener() - Constructor for class org.eclipse.jdt.internal.launching.VMListener
 
vmRemoved(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.environments.EnvironmentsManager
 
vmRemoved(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.LaunchingPlugin
 
vmRemoved(IVMInstall) - Method in class org.eclipse.jdt.internal.launching.VMListener
 
vmRemoved(IVMInstall) - Method in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Notification that a VM has been disposed.
vmRunnerConfig_assert_classNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmRunnerConfig_assert_classPathNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmRunnerConfig_assert_programArgsNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
vmRunnerConfig_assert_vmArgsNotNull - Static variable in class org.eclipse.jdt.internal.launching.LaunchingMessages
 
VMRunnerConfiguration - Class in org.eclipse.jdt.launching
Holder for various arguments passed to a VM runner.
VMRunnerConfiguration(String, String[]) - Constructor for class org.eclipse.jdt.launching.VMRunnerConfiguration
Creates a new configuration for launching a VM to run the given main class using the given class path.
VMStandin - Class in org.eclipse.jdt.launching
An implementation of IVMInstall that is used for manipulating VMs without necessarily committing changes.
VMStandin(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.VMStandin
 
VMStandin(IVMInstall, String) - Constructor for class org.eclipse.jdt.launching.VMStandin
Constructs a copy of the specified VM with the given identifier.
VMStandin(IVMInstall) - Constructor for class org.eclipse.jdt.launching.VMStandin
Construct a VMStandin instance based on the specified IVMInstall.

W

waitForConnection(ListeningConnector, Map<String, Connector.Argument>) - Method in class org.eclipse.jdt.internal.launching.SocketListenConnectorProcess
Starts a job that will accept a VM remotely connecting to the given connector.

X

XSTART_ON_FIRST_THREAD - Static variable in class org.eclipse.jdt.internal.launching.StandardVMRunner
Constant representing the -XstartOnFirstThread VM argument

Z

ZipEntryStorage - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated.
In 3.0 this class is provided by the debug platform and clients should use the replacement class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage.
ZipEntryStorage(ZipFile, ZipEntry) - Constructor for class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
Deprecated.
Constructs a new storage implementation for the given zip entry in the specified zip file
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links