Exemplo n.º 1
0
 public void setParent(final RepositoryFile parent) {
   this.parent = parent;
   resolvePath();
 }
Exemplo n.º 2
0
 protected void setFileName(final String fileName) {
   this.fileName = fileName;
   resolvePath();
 }