[DEV] add generation of config
This commit is contained in:
parent
c70d59c918
commit
cdbacb8bb5
@ -102,7 +102,9 @@ public class ConfigManifest {
|
|||||||
store(Env.get_island_path_config());
|
store(Env.get_island_path_config());
|
||||||
}
|
}
|
||||||
public void store(final Path path) {
|
public void store(final Path path) {
|
||||||
Log.todo("unimplemented model...");
|
StringBuilder builder = new StringBuilder();
|
||||||
|
Exml.generate(this, builder);
|
||||||
|
Log.warning("data generated: " + builder.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user