-
- Downloads
#7 Created interfaces from existing PropertiesReader and PropertiesWriter....
#7 Created interfaces from existing PropertiesReader and PropertiesWriter. Moved the JSON-based implementation to the main package since they are not part of the actual API. The reader and writer can be instanciated useing the PropertiesIOFactory which chooses an implementation based on the file ending.
Showing
- src/core/de.evoal.core/src/main/java/de/evoal/core/api/properties/io/PropertiesIOFactory.java 30 additions, 0 deletions.../de/evoal/core/api/properties/io/PropertiesIOFactory.java
- src/core/de.evoal.core/src/main/java/de/evoal/core/api/properties/io/PropertiesReader.java 15 additions, 136 deletions...ava/de/evoal/core/api/properties/io/PropertiesReader.java
- src/core/de.evoal.core/src/main/java/de/evoal/core/api/properties/io/PropertiesWriter.java 23 additions, 46 deletions...ava/de/evoal/core/api/properties/io/PropertiesWriter.java
- src/core/de.evoal.core/src/main/java/de/evoal/core/api/properties/stream/FileBasedPropertiesStreamSupplier.java 2 additions, 1 deletion.../properties/stream/FileBasedPropertiesStreamSupplier.java
- src/core/de.evoal.core/src/main/java/de/evoal/core/api/utils/EvoalIOException.java 11 additions, 0 deletions...c/main/java/de/evoal/core/api/utils/EvoalIOException.java
- src/core/de.evoal.core/src/main/java/module-info.java 1 addition, 0 deletionssrc/core/de.evoal.core/src/main/java/module-info.java
- src/core/de.evoal.generator.main/src/main/java/de/evoal/generator/main/internal/StatementExecutor.java 13 additions, 2 deletions...a/de/evoal/generator/main/internal/StatementExecutor.java