Package | Description |
---|---|
net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
net.sf.mmm.util.resource.impl |
Contains the implementation of the
resource-API . |
Modifier and Type | Class and Description |
---|---|
class |
ResourcePathNode<D>
This class represents a path in a file, URL, or the like.
|
static class |
ResourcePathNode.ResourcePathRootAbsolute<D>
Implementation of Unix/Linux absolute root.
|
static class |
ResourcePathNode.ResourcePathRootHome<D>
Implementation of home absolute root (~ or ~login).
|
static class |
ResourcePathNode.ResourcePathRootRelative<D>
Implementation of relative root.
|
static class |
ResourcePathNode.ResourcePathRootUnc<D>
Implementation of UNC absolute root.
|
static class |
ResourcePathNode.ResourcePathRootUrl<D>
Implementation of Unix/Linux absolute root.
|
static class |
ResourcePathNode.ResourcePathRootWindows<D>
Implementation of Windows absolute root drive.
|
Modifier and Type | Method and Description |
---|---|
ResourcePath |
ResourcePath.getParent() |
ResourcePath |
ResourcePath.getRoot() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractBrowsableClasspathResource
|
(package private) class |
ClasspathFile
A file on the classpath.
|
(package private) class |
ClasspathFolder
A folder (package) of the classpath.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.