public class ResourcePaths extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ResourcePaths.ResourcePath
Represents a path consisting of segments that may represent placeholders of the form
${name} which can be resolved via ResourcePaths.ResourcePath.resolve(Function) . |
Constructor and Description |
---|
ResourcePaths() |
public static ResourcePaths.ResourcePath path(String path)
path
- must not be null
.null
.Copyright © 2024. All rights reserved.