| Package | Description |
|---|---|
| org.oddjob.arooa |
Arooa stands for A Rip Off Of Ant, and provides ant like configuration.
|
| org.oddjob.arooa.parsing |
Classes concerning the parsing a configurations.
|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
ArooaParseException.getLocation()
Returns the file location where the error occurred.
|
Location |
ArooaParseException.getLocation()
Returns the file location where the error occurred.
|
| Constructor and Description |
|---|
ArooaParseException(String message,
Location location) |
ArooaParseException(String message,
Location location) |
ArooaParseException(String message,
Location location,
Throwable t) |
ArooaParseException(String message,
Location location,
Throwable t) |
| Modifier and Type | Field and Description |
|---|---|
static Location |
Location.UNKNOWN_LOCATION
Location to use when one is needed but no information is available
|
static Location |
Location.UNKNOWN_LOCATION
Location to use when one is needed but no information is available
|
| Constructor and Description |
|---|
ArooaNoPropertyException(String property,
String tag,
Location location,
Class<?> clazz,
String[] validProperties,
Throwable e) |
ArooaNoPropertyException(String property,
String tag,
Location location,
Class<?> clazz,
String[] validProperties,
Throwable e) |
Copyright © 2023. All rights reserved.