| Modifier and Type | Class and Description |
|---|---|
static class |
PathnameParser.PathPart |
| Constructor and Description |
|---|
PathnameParser(String path) |
PathnameParser(String path,
char delim,
char nameLeft,
char nameRight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFullPath() |
boolean |
isRoot() |
boolean |
isWild()
return true if any part of the path includes a wildcard
|
String |
name() |
String |
parentPath() |
static String |
parentPath(ObjectName objectName) |
List<PathnameParser.PathPart> |
parts() |
static String |
path(String parentPath,
String type,
String name) |
static String |
pathPart(String type) |
static String |
pathPart(String type,
String name) |
String |
toString() |
String |
type() |
public PathnameParser(String path)
public PathnameParser(String path, char delim, char nameLeft, char nameRight)
public boolean isFullPath()
public boolean isRoot()
public boolean isWild()
public List<PathnameParser.PathPart> parts()
public String type()
public String name()
public String parentPath()
public static String parentPath(ObjectName objectName)
Copyright © 2019. All rights reserved.