Package prantl.ant.eclipse

Class Summary
ClassPathElement Configures contents of the file .classpath with paths to source files, binary java archives and output directories, this class specifically the root element classpath.
ClassPathEntryBinaryElement Describes an element under the element classpath referring to compiled classes.
ClassPathEntryContainerElement Describes an element classpathentry under the element classpath, specifically the kind "con".
ClassPathEntryElement Base for the entries under the element classpath, specifically the elements classpathentry.
ClassPathEntryLibraryElement Describes an element classpathentry under the element classpath, specifically the kind "lib".
ClassPathEntryOutputElement Describes an element classpathentry under the element classpath, specifically the kind "src".
ClassPathEntryPathElement Describes an element under the element classpath referencing a path consisting optionally from more elements (directories or files).
ClassPathEntrySourceElement Describes an element classpathentry under the element classpath, specifically the kind "src".
ClassPathEntryVariableElement Describes an element classpathentry under the element classpath, specifically the kind "var".
EclipseElement Configures the behavior of the generation of the output files and contains descriptions of ther content.
EclipseElement.Mode EnumeratedAttribute implementation supporting the available project modes.
EclipseTask Generates project configuration files for Eclipse.
GeneralPreferencesElement Configures a component preferences file under the directory .settings on the low level - allowing to define the variables directly.
OrgEclipseCoreResourcesPreferencesElement Configures the component preferences file .settings/org.eclipse.core.resources.prefs on the high level using attributes for the typical constellations of variable values.
OrgEclipseCoreRuntimePreferencesElement Configures the component preferences file .settings/org.eclipse.core.runtime.prefs on the high level using attributes for the typical constellations of variable values.
OrgEclipseJdtCorePreferencesElement Configures the component preferences file .settings/org.eclipse.jdt.core.prefs on the high level using attributes for the typical constellations of variable values.
OrgEclipseJdtUiPreferencesElement Configures the component preferences file .settings/org.eclipse.jdt.ui.prefs on the high level using attributes for the typical constellations of variable values.
PreferencesElement Configures a component preferences in a file under the directory .settings using variable elements.
ProjectElement Configures contents of the file .project with the name of the project, this class specifically the root element project.
SettingsElement Configures components creating their preference files under under the directory .settings.
VariableElement Configures name and value of a variable in a preferences file under the directory .settings.