PathUtils class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- variableRegex ↔ RegExp
-
getter/setter pair
Static Methods
-
combinePath(
String a, String b) → String -
Combines the two paths
a
andb
by adding a / between them. -
parseMatcher(
String path) → PathMatcher -
Creates a matcher for the specified
path
matcher definition. -
sanitizePath(
String path) → String - Removes duplicated as well as trailing and leading path separators.
-
splitPath(
String path) → List< String>