Methods from org.eclipse.jdt.launching used by org.eclipse.ant.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.AbstractJavaLaunchConfigurationDelegate()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.datatransfer.AppletUtil.1.()38

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getMainTypeName(ILaunchConfiguration)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.datatransfer.AppletUtil.getMainTypeName(ILaunchConfiguration)119

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getProgramArguments(ILaunchConfiguration)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.getProgramArguments(ILaunchConfiguration)42
OVERRIDE
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.getProgramArguments(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor)29
OVERRIDE
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor)-1

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getClasspathEntry()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)103
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)105

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getClasspathProperty()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getCustomClasspath(ILaunchConfiguration)406
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)86
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)85

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getCustomClasspath(ILaunchConfiguration)415

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getMemento()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.migrateToNewClasspathFormat(ILaunchConfiguration)606
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.convertVariableClasspathEntry(IRuntimeClasspathEntry)544

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getPath()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)100

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getAntHome(ILaunchConfiguration)193
org.eclipse.ant.internal.ui.AntUtil.migrateToNewClasspathFormat(ILaunchConfiguration)598
org.eclipse.ant.internal.ui.launchConfigurations.EditAntHomeEntryAction.run()74

org.eclipse.jdt.launching.IRuntimeClasspathEntry2.getTypeId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getAntHome(ILaunchConfiguration)195
org.eclipse.ant.internal.ui.AntUtil.migrateToNewClasspathFormat(ILaunchConfiguration)600
org.eclipse.ant.internal.ui.launchConfigurations.EditAntHomeEntryAction.run()76

org.eclipse.jdt.launching.IVMInstall.getInstallLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addToolsJar(ILaunchConfiguration, List, String)132
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.getToolsJar(ILaunchConfiguration)204

org.eclipse.jdt.launching.IVMInstall.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJRETab.setDefaultVMInstallAttributes(IVMInstall, ILaunchConfigurationWorkingCopy)280
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.setDefaultVM(ILaunchConfiguration, ILaunchConfigurationWorkingCopy)621

org.eclipse.jdt.launching.IVMInstall.getVMInstallType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJRETab.setDefaultVMInstallAttributes(IVMInstall, ILaunchConfigurationWorkingCopy)281
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.setDefaultVM(ILaunchConfiguration, ILaunchConfigurationWorkingCopy)622

org.eclipse.jdt.launching.IVMInstallType.getId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJRETab.setDefaultVMInstallAttributes(IVMInstall, ILaunchConfigurationWorkingCopy)281
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.setDefaultVM(ILaunchConfiguration, ILaunchConfigurationWorkingCopy)622

org.eclipse.jdt.launching.JavaLaunchDelegate.JavaLaunchDelegate()

OVERRIDE
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.AntJavaLaunchDelegate()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJavaLaunchDelegate.AntJavaLaunchDelegate()23

org.eclipse.jdt.launching.JavaLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.runInSeparateVM(ILaunchConfiguration, ILaunch, IProgressMonitor, String, String, int, int, StringBuffer, boolean, boolean)567

org.eclipse.jdt.launching.JavaRuntime.computeDefaultRuntimeClassPath(IJavaProject)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.getClasspathList(IJavaProject)423

org.eclipse.jdt.launching.JavaRuntime.computeJREEntry(ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)35

org.eclipse.jdt.launching.JavaRuntime.computeUnresolvedRuntimeClasspath(ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getAntHome(ILaunchConfiguration)190
org.eclipse.ant.internal.ui.AntUtil.getCustomClasspath(ILaunchConfiguration)401
org.eclipse.ant.internal.ui.AntUtil.migrateToNewClasspathFormat(ILaunchConfiguration)594
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath.EclipseClasspath(IJavaProject, ILaunchConfiguration, boolean)80

org.eclipse.jdt.launching.JavaRuntime.computeVMInstall(ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJRETab.getDefaultVMInstall(ILaunchConfiguration)271
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.getToolsJar(ILaunchConfiguration)202

org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntJRETab.getDefaultVMInstall(ILaunchConfiguration)274
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.setDefaultVM(ILaunchConfiguration, ILaunchConfigurationWorkingCopy)620
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addToolsJar(ILaunchConfiguration, List, String)130

org.eclipse.jdt.launching.JavaRuntime.getJavaProject(ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.setDefaultVM(ILaunchConfiguration, ILaunchConfigurationWorkingCopy)613

org.eclipse.jdt.launching.JavaRuntime.newArchiveRuntimeClasspathEntry(IPath)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntHomeClasspathEntry.getRuntimeClasspathEntries(ILaunchConfiguration)113
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addSWTJars(List)185
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addSWTJars(List)172
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addToolsJar(ILaunchConfiguration, List, String)134
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.addToolsJar(ILaunchConfiguration, List, String)127
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.getToolsJar(ILaunchConfiguration)206

org.eclipse.jdt.launching.JavaRuntime.newDefaultJREContainerPath()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)41

org.eclipse.jdt.launching.JavaRuntime.newRuntimeContainerClasspathEntry(IPath, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)40

org.eclipse.jdt.launching.JavaRuntime.newStringVariableClasspathEntry(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AddVariableStringAction.run()39
org.eclipse.ant.internal.ui.launchConfigurations.AntHomeClasspathEntry.getRuntimeClasspathEntries(ILaunchConfiguration)102
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.getRuntimeClasspathEntries(ILaunchConfiguration)108
org.eclipse.ant.internal.ui.launchConfigurations.ContributedClasspathEntriesEntry.getRuntimeClasspathEntries(ILaunchConfiguration)93

org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.AntUtil.getCustomClasspath(ILaunchConfiguration)410

org.eclipse.jdt.launching.SocketUtil.findFreePort()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)213
org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)217

org.eclipse.jdt.launching.StandardClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)48
OVERRIDE
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.computeUnresolvedClasspath(ILaunchConfiguration)-1

org.eclipse.jdt.launching.StandardClasspathProvider.StandardClasspathProvider()

OVERRIDE
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.AntClasspathProvider()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ant.internal.ui.launchConfigurations.AntClasspathProvider.AntClasspathProvider()24

Back to reference summary for org.eclipse.ant.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict