public void setParent(final RepositoryFile parent) {
   this.parent = parent;
   resolvePath();
 }
 protected void setFileName(final String fileName) {
   this.fileName = fileName;
   resolvePath();
 }