org.antmod.conf |
Makes configuration properties available both to Java logic and Ant buildfiles, loading the various kinds of configuration data in the correct order.
|
Java Source File Name | Type | Comment |
AntmodProperties.java | Class | Accesses the proper set of Antmod properties, reading
all default and user specific config files in the proper order. |
AntmodPropertiesTask.java | Class | Allows access to the antmod properties from within Ant build files,
by loading the antmod configuration properties into the current Ant project
as normal properties. |
AntmodPropertiesTest.java | Class | JUnit test for properties class. |