addFile (fullClassName, filePath) {
        ensure(fullClassName, String);
        ensure(filePath, String);

        this.files[fullClassName] = filePath;