D
- is the type of the generic data
. For simple usage just Void
.public static class ResourcePathNode.ResourcePathRootWindows<D> extends ResourcePathNode<D>
ResourcePathNode.ResourcePathRootAbsolute<D>, ResourcePathNode.ResourcePathRootHome<D>, ResourcePathNode.ResourcePathRootRelative<D>, ResourcePathNode.ResourcePathRootUnc<D>, ResourcePathNode.ResourcePathRootUrl<D>, ResourcePathNode.ResourcePathRootWindows<D>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
ROOT_ABSOLUTE, ROOT_HOME, ROOT_RELATIVE
HOME_PATH_CHAR, PATH_SEGMENT_CURRENT_DIRECTORY, PATH_SEGMENT_PARENT_DIRECTORY, PATH_SEGMENT_SEPARATOR, PATH_SEGMENT_SEPARATOR_CHAR, UNC_PATH_PREFIX, URL_SCHEME_AUTHORITY_SEPARATOR
Constructor and Description |
---|
ResourcePathRootWindows(String drive,
Function<ResourcePathNode<D>,D> dataFunction)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAbsolute() |
asList, collectFromRoot, create, create, createPattern, getData, getName, getParent, getRoot, isAppendSeparator, isParentDirectory, isRoot, matches, navigateTo, toString, toString, toString
private static final long serialVersionUID
public boolean isAbsolute()
isAbsolute
in interface ResourcePath
isAbsolute
in class ResourcePathNode<D>
true
if this path is absolute, false
if it is relative.Copyright © 2001–2016 mmm-Team. All rights reserved.