- ClassPathElement - Class in prantl.ant.eclipse
-
Configures contents of the file .classpath with paths to source files, binary java
archives and output directories, this class specifically the root element
classpath.
- ClassPathElement() - Constructor for class prantl.ant.eclipse.ClassPathElement
-
Creates a new instance of the classpath element.
- ClassPathEntryBinaryElement - Class in prantl.ant.eclipse
-
Describes an element under the element classpath referring to compiled classes.
- ClassPathEntryBinaryElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Creates a new instance of the element containing binary code.
- ClassPathEntryContainerElement - Class in prantl.ant.eclipse
-
Describes an element classpathentry under the element classpath,
specifically the kind "con".
- ClassPathEntryContainerElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryContainerElement
-
Creates a new instance of the classpathentry-con element.
- ClassPathEntryElement - Class in prantl.ant.eclipse
-
Base for the entries under the element classpath, specifically the elements
classpathentry.
- ClassPathEntryLibraryElement - Class in prantl.ant.eclipse
-
Describes an element classpathentry under the element classpath,
specifically the kind "lib".
- ClassPathEntryLibraryElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryLibraryElement
-
Creates a new instance of the classpathentry-lib element.
- ClassPathEntryOutputElement - Class in prantl.ant.eclipse
-
Describes an element classpathentry under the element classpath,
specifically the kind "src".
- ClassPathEntryOutputElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryOutputElement
-
Creates a new instance of the classpathentry-src element.
- ClassPathEntryPathElement - Class in prantl.ant.eclipse
-
Describes an element under the element classpath referencing a path consisting
optionally from more elements (directories or files).
- ClassPathEntryPathElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryPathElement
-
Creates a new instance of the classpathentry-src element.
- ClassPathEntrySourceElement - Class in prantl.ant.eclipse
-
Describes an element classpathentry under the element classpath,
specifically the kind "src".
- ClassPathEntrySourceElement() - Constructor for class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Creates a new instance of the classpathentry-src element.
- ClassPathEntryVariableElement - Class in prantl.ant.eclipse
-
Describes an element classpathentry under the element classpath,
specifically the kind "var".
- ClassPathEntryVariableElement() - Constructor for class prantl.ant.eclipse.ClassPathEntryVariableElement
-
Creates a new instance of the classpathentry-var element.
- createClassPath() - Method in class prantl.ant.eclipse.EclipseTask
-
Adds a definition of the classpath element.
- createContainer() - Method in class prantl.ant.eclipse.ClassPathElement
-
Adds a definition of the classpathentry element of the kind "con".
- createGeneral() - Method in class prantl.ant.eclipse.SettingsElement
-
Adds a definition of the general preferences element.
- createJdtCore() - Method in class prantl.ant.eclipse.SettingsElement
-
Adds a definition of the convenience preferences element specific for the package
org.eclipse.jdt.core.
- createJdtUi() - Method in class prantl.ant.eclipse.SettingsElement
-
Adds a definition of the convenience preferences element specific for the package
org.eclipse.jdt.ui.
- createLibrary() - Method in class prantl.ant.eclipse.ClassPathElement
-
Adds a definition of the classpathentry element of the kind "lib".
- createOutput() - Method in class prantl.ant.eclipse.ClassPathElement
-
Adds a definition of the classpathentry element of the kind "output".
- createProject() - Method in class prantl.ant.eclipse.EclipseTask
-
Adds a definition of the project element.
- createResources() - Method in class prantl.ant.eclipse.SettingsElement
-
Adds a definition of the convenience preferences element specific for the package
org.eclipse.core.resources.
- createRuntime() - Method in class prantl.ant.eclipse.SettingsElement
-
Adds a definition of the convenience preferences element specific for the package
org.eclipse.core.runtime.
- createSettings() - Method in class prantl.ant.eclipse.EclipseTask
-
Adds a definition of the settings element.
- createSource() - Method in class prantl.ant.eclipse.ClassPathElement
-
Adds a definition of the classpathentry element of the kind "src".
- createVariable() - Method in class prantl.ant.eclipse.ClassPathElement
-
Adds a definition of the classpathentry element of the kind "var".
- createVariable() - Method in class prantl.ant.eclipse.GeneralPreferencesElement
-
Adds a definition of a new variable element.
- GeneralPreferencesElement - Class in prantl.ant.eclipse
-
Configures a component preferences file under the directory .settings on the
low level - allowing to define the variables directly.
- GeneralPreferencesElement(SettingsElement) - Constructor for class prantl.ant.eclipse.GeneralPreferencesElement
-
Creates a new instance of the element for a general preferences under the settings
element.
- getClassPath() - Method in class prantl.ant.eclipse.EclipseElement
-
- getCompilerCompliance() - Method in class prantl.ant.eclipse.OrgEclipseJdtCorePreferencesElement
-
Returns the line separator (default is inherited from the workspace settings and
not set here in the file).
- getCompliance() - Method in class prantl.ant.eclipse.OrgEclipseJdtUiPreferencesElement
-
Returns the source file encoding for the project (default is inherited from the
workspace settings and not set here in the file).
- getContainer() - Method in class prantl.ant.eclipse.ClassPathElement
-
Returns an instance of the class ClassPathEntryContainerElement describing the
element classpathentry of the kind "con" in the file .classpath or
null if the element was not present, which means creating a default one.
- getDestDir() - Method in class prantl.ant.eclipse.EclipseElement
-
- getEncoding() - Method in class prantl.ant.eclipse.OrgEclipseCoreResourcesPreferencesElement
-
Returns the source file encoding for the project (default is inherited from the
workspace settings and not set here in the file).
- getErrorProperty() - Method in class prantl.ant.eclipse.EclipseElement
-
- getExcluding() - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Returns a list of project-relative paths to be excluded from the source path
delimited by vertical lines ('|') or null if it has not been set, which
means do not exlude anything.
- getExported() - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Returns if the referred compiled byte-code is exported during the jar-file
generation (not by default).
- getJavadoc() - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Returns a path with a generated javadoc documentation to the referred compiled
byte-code or null if it has not been set, which means that the javadoc
is not available.
- getLibraries() - Method in class prantl.ant.eclipse.ClassPathElement
-
Returns a list of instances of the class ClassPathEntryLibraryElement describing
elements classpathentry of the kind "lib" in the file .classpath.
- getLineSeparator() - Method in class prantl.ant.eclipse.OrgEclipseCoreRuntimePreferencesElement
-
Returns the line separator (default is inherited from the workspace settings and
not set here in the file).
- getMode() - Method in class prantl.ant.eclipse.EclipseElement
-
- getName() - Method in class prantl.ant.eclipse.PreferencesElement
-
Returns the name of the file with preferences.
- getName() - Method in class prantl.ant.eclipse.ProjectElement
-
Returns the name of the Eclipse project or null if it has not been set
and the default shoud be used.
- getName() - Method in class prantl.ant.eclipse.VariableElement
-
Returns the name of the configuration variable.
- getOutput() - Method in class prantl.ant.eclipse.ClassPathElement
-
Returns an instance of the class ClassPathEntryOutputElement describing the element
classpathentry of the kind "output" in the file .classpath or
null if the element was not present, which means creating a default one.
- getOutput() - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Returns a source-specific output directory to compile the Java classes there or
null if it has not been set, which means to use the common one.
- getPath() - Method in class prantl.ant.eclipse.ClassPathEntryElement
-
Returns a kind-of-element specific path value or null if it has not been
set, which should be considered an error.
- getPathRef() - Method in class prantl.ant.eclipse.ClassPathEntryPathElement
-
Returns a reference to the kind-of-element specific path value or null
if it has not been set, which should be considered an error.
- getPreferences() - Method in class prantl.ant.eclipse.SettingsElement
-
Returns a list with instances of the descendants of the class PreferencesElement
describing files <full qualified class
name> under the directory
.settings.
- getProject() - Method in class prantl.ant.eclipse.EclipseElement
-
- getSettings() - Method in class prantl.ant.eclipse.EclipseElement
-
- getSource() - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Returns a path with source code to the referred compiled byte-code or null
if it has not been set, which means that the sources are not available.
- getSources() - Method in class prantl.ant.eclipse.ClassPathElement
-
Returns a list of instances of the class ClassPathEntrySourceElement describing
elements classpathentry of the kind "src" in the file .classpath.
- getValue() - Method in class prantl.ant.eclipse.VariableElement
-
Returns the value of the configuration variable.
- getValues() - Method in class prantl.ant.eclipse.EclipseElement.Mode
-
- getVariables() - Method in class prantl.ant.eclipse.ClassPathElement
-
Returns a list of instances of the class ClassPathEntryVariableElement describing
elements classpathentry of the kind "var" in the file .classpath.
- getVariables() - Method in class prantl.ant.eclipse.PreferencesElement
-
Returns a list with instances of the class VariableElement defining variables for a
file <full qualified class
name> under the directory
.settings.
- getVersion() - Method in class prantl.ant.eclipse.PreferencesElement
-
Returns the version of the preferences set by this element (1 is used
as a default).
- setClassPath(ClassPathElement) - Method in class prantl.ant.eclipse.EclipseElement
-
- setCompilerCompliance(String) - Method in class prantl.ant.eclipse.OrgEclipseJdtCorePreferencesElement
-
Sets the version of the Eclipse preferences.
- setCompliance(String) - Method in class prantl.ant.eclipse.OrgEclipseJdtUiPreferencesElement
-
Sets the version of the Eclipse preferences.
- setDestDir(File) - Method in class prantl.ant.eclipse.EclipseElement
-
- setDestDir(File) - Method in class prantl.ant.eclipse.EclipseTask
-
Sets the destination directory to place generated files into.
- setEncoding(String) - Method in class prantl.ant.eclipse.OrgEclipseCoreResourcesPreferencesElement
-
Sets the version of the Eclipse preferences.
- setErrorProperty(String) - Method in class prantl.ant.eclipse.EclipseElement
-
- setErrorProperty(String) - Method in class prantl.ant.eclipse.EclipseTask
-
Property to set to "true" if there is an error in the generation of the project
files.
- setExcluding(String) - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Sets the list of project-relative paths to be excluded from the source path
delimited by vertical lines ('|').
- setExported(boolean) - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Sets if the referred compiled byte-code is exported during the jar-file generation.
- setFailOnError(boolean) - Method in class prantl.ant.eclipse.EclipseElement
-
- setFailOnError(boolean) - Method in class prantl.ant.eclipse.EclipseTask
-
If true, stop the build process if the generation of the project files fails.
- setJavadoc(String) - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Sets the path with a generated javadoc documentation to the referred compiled
byte-code.
- setLineSeparator(String) - Method in class prantl.ant.eclipse.OrgEclipseCoreRuntimePreferencesElement
-
Sets the version of the Eclipse preferences.
- setMode(EclipseElement.Mode) - Method in class prantl.ant.eclipse.EclipseElement
-
- setMode(EclipseElement.Mode) - Method in class prantl.ant.eclipse.EclipseTask
-
High-level project creation mode controlling defaults for the generated files and
changing behavior according to the specified project type, which usually responds
to the chosen development toolkit.
- setName(String) - Method in class prantl.ant.eclipse.GeneralPreferencesElement
-
Sets the name of the file with preferences.
- setName(String) - Method in class prantl.ant.eclipse.ProjectElement
-
Sets the name of the Eclipse project.
- setName(String) - Method in class prantl.ant.eclipse.VariableElement
-
Sets the name of the configuration variable.
- setOutput(String) - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Sets the source-specific output directory to compile the Java classes there.
- setPath(String) - Method in class prantl.ant.eclipse.ClassPathEntryElement
-
Sets the path of the classpathentry element.
- setPath(String) - Method in class prantl.ant.eclipse.ClassPathEntryPathElement
-
Sets the path of the classpathentry element.
- setPath(String) - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Sets the path of the classpathentry element.
- setPathRef(Reference) - Method in class prantl.ant.eclipse.ClassPathEntryPathElement
-
Sets the reference to a path of the classpathentry element.
- setPathRef(Reference) - Method in class prantl.ant.eclipse.ClassPathEntrySourceElement
-
Sets the reference to a path of the classpathentry element.
- setProject(ProjectElement) - Method in class prantl.ant.eclipse.EclipseElement
-
- setSettings(SettingsElement) - Method in class prantl.ant.eclipse.EclipseElement
-
- setSource(String) - Method in class prantl.ant.eclipse.ClassPathEntryBinaryElement
-
Sets the path with source code to the referred compiled byte-code.
- SettingsElement - Class in prantl.ant.eclipse
-
Configures components creating their preference files under under the directory
.settings.
- SettingsElement() - Constructor for class prantl.ant.eclipse.SettingsElement
-
Creates a new instance of the settings element.
- setUpdateAlways(boolean) - Method in class prantl.ant.eclipse.EclipseElement
-
- setUpdateAlways(boolean) - Method in class prantl.ant.eclipse.EclipseTask
-
Sets if the generated files are to be written always or only if the Ant build
script has been changed.
- setValue(String) - Method in class prantl.ant.eclipse.VariableElement
-
Sets the value of the configuration variable.
- setVersion(String) - Method in class prantl.ant.eclipse.PreferencesElement
-
Sets the version of the Eclipse preferences.
- validate() - Method in class prantl.ant.eclipse.ClassPathEntryElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory attributes
with default settings.
- validate() - Method in class prantl.ant.eclipse.ClassPathEntryPathElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory attributes
with default settings.
- validate() - Method in class prantl.ant.eclipse.OrgEclipseCoreResourcesPreferencesElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- validate() - Method in class prantl.ant.eclipse.OrgEclipseCoreRuntimePreferencesElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- validate() - Method in class prantl.ant.eclipse.OrgEclipseJdtCorePreferencesElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- validate() - Method in class prantl.ant.eclipse.OrgEclipseJdtUiPreferencesElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- validate() - Method in class prantl.ant.eclipse.PreferencesElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- validate() - Method in class prantl.ant.eclipse.VariableElement
-
Performs the validation of the element at the time when the whole build file was
parsed checking the content of the element and possibly adding mandatory variables
with default settings.
- VariableElement - Class in prantl.ant.eclipse
-
Configures name and value of a variable in a preferences file under the directory
.settings.
- VariableElement(PreferencesElement) - Constructor for class prantl.ant.eclipse.VariableElement
-
Creates a new instance of the variable element.