|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAntClasspathEntry | |
org.eclipse.ant.core | Provides support for running the Ant build tool in the platform. |
Uses of IAntClasspathEntry in org.eclipse.ant.core |
Methods in org.eclipse.ant.core that return IAntClasspathEntry | |
IAntClasspathEntry[] |
AntCorePreferences.getDefaultAntHomeEntries()
Returns the array of classpath entries that is the default set of entries defining the Ant classpath. |
IAntClasspathEntry |
AntCorePreferences.getToolsJarEntry(IPath javaHomePath)
Returns the IAntClasspathEntry for the tools.jar associated with the path supplied. |
IAntClasspathEntry |
AntCorePreferences.getToolsJarEntry()
Returns the IAntClasspathEntry for the tools.jar associated with the System property "java.home"
location.
|
IAntClasspathEntry[] |
AntCorePreferences.getAntHomeClasspathEntries()
Returns the set of classpath entries that compose the libraries added to the Ant runtime classpath from the Ant home location. |
IAntClasspathEntry[] |
AntCorePreferences.getAdditionalClasspathEntries()
Returns the set of classpath entries that the user has added to the Ant runtime classpath. |
IAntClasspathEntry[] |
AntCorePreferences.getContributedClasspathEntries()
Returns all contributed classpath entries via the extraClasspathEntries extension point. |
Methods in org.eclipse.ant.core with parameters of type IAntClasspathEntry | |
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. |
void |
AntCorePreferences.setAdditionalClasspathEntries(IAntClasspathEntry[] entries)
Sets the set of classpath entries that the user has added to the Ant runtime classpath. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.