Exemplo n.º 1
0
 /**
  * Get the path combined with proper escaping
  *
  * @return path as string or null if no path is given.
  */
 public String getPath() {
   return EscapeUtil.combineToPath(pathParts);
 }