Uses of Interface
org.eclipse.ant.core.IAntClasspathEntry
Package
Description
Provides support for running the Ant build tool in the platform.
-
Uses of IAntClasspathEntry in org.eclipse.ant.core
Modifier and TypeMethodDescriptionAntCorePreferences.getAdditionalClasspathEntries()
Returns the set of classpath entries that the user has added to the Ant runtime classpath.AntCorePreferences.getAntHomeClasspathEntries()
Returns the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location.AntCorePreferences.getContributedClasspathEntries()
Returns all contributed classpath entries via theextraClasspathEntries
extension point.AntCorePreferences.getDefaultAntHomeEntries()
Returns the array of classpath entries that is the default set of entries defining the Ant classpath.AntCorePreferences.getToolsJarEntry()
Returns theIAntClasspathEntry
for the tools.jar associated with the System property "java.home" location.AntCorePreferences.getToolsJarEntry
(IPath javaHomePath) Returns the IAntClasspathEntry for the tools.jar associated with the path supplied.Modifier and TypeMethodDescriptionvoid
AntCorePreferences.setAdditionalClasspathEntries
(IAntClasspathEntry[] entries) Sets the set of classpath entries that the user has added to the Ant runtime classpath.void
AntCorePreferences.setAntHomeClasspathEntries
(IAntClasspathEntry[] entries) Sets the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location.