![JAR search and dependency download from the Maven repository](/logo.png)
org.oddjob.arooa.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arooa Show documentation
Show all versions of arooa Show documentation
A Rip Off Of Ant - A drag and drop component framework.
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
Configuration starts with an {@link org.oddjob.arooa.ArooaConfiguration}.
The most typical is an {@link org.oddjob.arooa.xml.XMLConfiguration}.
An ArooaConfiguration
takes and provides an
{@link org.oddjob.arooa.parsing.ArooaContext} which is something
that brings together
the result of parsing an 'element' in a configuration and everything required
to parse child elements if (or when) they exist.
The
ArooaContext
is central to Arooa and provides the framweork with
it's flexability. Creating one does require some understanding of Arooa but
an {@link org.oddjob.arooa.ArooaParser} saves us this need.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy