IAntClasspathEntry[] |
AntCorePreferences.getAdditionalClasspathEntries() |
Returns the set of classpath entries that the user has added to the Ant runtime classpath.
|
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.getContributedClasspathEntries() |
Returns all contributed classpath entries via the extraClasspathEntries extension point.
|
IAntClasspathEntry[] |
AntCorePreferences.getDefaultAntHomeEntries() |
Returns the array of classpath entries that is the default set of entries defining the Ant classpath.
|
IAntClasspathEntry |
AntCorePreferences.getToolsJarEntry() |
Returns the IAntClasspathEntry for the tools.jar associated with the System property "java.home" location.
|
IAntClasspathEntry |
AntCorePreferences.getToolsJarEntry(IPath javaHomePath) |
Returns the IAntClasspathEntry for the tools.jar associated with the path supplied.
|