| 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 |
|---|---|
protected static class |
ClasspathScannerImpl.AbstractBrowsableClasspathResource
Abstract base implementation of
BrowsableResource for ClasspathScannerImpl.ClasspathFile or ClasspathScannerImpl.ClasspathFolder. |
protected static class |
ClasspathScannerImpl.ClasspathFile
A file on the classpath.
|
protected static class |
ClasspathScannerImpl.ClasspathFolder
A folder (package) of the classpath.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.