initial checkin of the new xml-style configuration classes
authorzapata <zapata>
Sun, 17 Mar 2002 02:32:47 +0000 (02:32 +0000)
committerzapata <zapata>
Sun, 17 Mar 2002 02:32:47 +0000 (02:32 +0000)
commit973a63c00a383f568fed2e37be1f4a46a72d124a
tree3435cb25c8060b22a772a5961d2902ee3d181783
parent6f6867d62a63da51599fca78eb6fcad992bd614b
initial checkin of the new xml-style configuration classes
source/mir/config/ConfigChecker.java [new file with mode: 0755]
source/mir/config/ConfigNode.java [new file with mode: 0755]
source/mir/config/ConfigNodeBuilder.java [new file with mode: 0755]
source/mir/config/ConfigReader.java [new file with mode: 0755]
source/mir/config/ConfigSimpleNode.java [new file with mode: 0755]
source/mir/config/MirConfiguration.java [new file with mode: 0755]
source/mir/config/exceptions/ConfigDefineNotKnownException.java [new file with mode: 0755]
source/mir/config/exceptions/ConfigException.java [new file with mode: 0755]
source/mir/config/exceptions/ConfigInvalidPropertyTypeException.java [new file with mode: 0755]
source/mir/config/exceptions/ConfigMissingPropertyException.java [new file with mode: 0755]