public void track() { if (file != null) { fileCleaningTracker = new FileCleaningTracker(); fileCleaningTracker.track(this.file, this); } }