18192021222324252627
private String player; private File workingDir; public CompilationConfiguration() { sources = new SourcePaths(); testSources = new SourcePaths(); libraries = new LibraryPaths(); debug = false; }
34353637383940414243