ReadWriteFileSystem<?> classOutput) {
super(fileManager);
//
this.sourcePath = safeWrap(StandardLocation.SOURCE_PATH, sourcePath);
this.classPath = new CompositeFileManager(StandardLocation.CLASS_PATH, classPath);
this.classOutput = safeWrap(StandardLocation.CLASS_OUTPUT, classOutput);
this.sourceOutput = safeWrap(StandardLocation.SOURCE_OUTPUT, sourceOutput);
}