Searched refs:allowsMultipleRoots (Results 1 – 1 of 1) sorted by relevance
71 private final boolean allowsMultipleRoots; field in PathType77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType() argument79 this.allowsMultipleRoots = allowsMultipleRoots; in PathType()119 public final boolean allowsMultipleRoots() { in allowsMultipleRoots() method in PathType120 return allowsMultipleRoots; in allowsMultipleRoots()