Example #1
0
 /**
  * @param p
  *  The ItemGroup instance used as context to evaluate the relative name of this AbstractItem
  * @return
  *  The name of the current item, relative to p.
  *  Nested ItemGroups are separated by / character.
  */
 public String getRelativeNameFrom(ItemGroup p) {
     return Functions.getRelativeNameFrom(this, p);
 }