| Package | Description |
|---|---|
| net.thevpc.nuts.runtime.standalone.io.urlpart |
| Modifier and Type | Field and Description |
|---|---|
protected URLPart |
URLPart.parent |
| Modifier and Type | Method and Description |
|---|---|
abstract URLPart[] |
URLPart.getChildren(boolean includeFolders,
boolean deep,
Predicate<URLPart> filter) |
static URLPart |
URLPart.of(File r) |
static URLPart |
URLPart.of(String r) |
static URLPart |
URLPart.of(String r,
Object obj) |
static URLPart |
URLPart.of(URL r) |
URLPart |
URLPart.parent() |
URLPart |
URLPart.root() |
abstract URLPart |
URLPart.rootSibling(String path) |
| Modifier and Type | Method and Description |
|---|---|
abstract URLPart[] |
URLPart.getChildren(boolean includeFolders,
boolean deep,
Predicate<URLPart> filter) |
| Constructor and Description |
|---|
URLPart(URLPart parent,
URLPart.Type type,
String path,
Object obj) |
Copyright © 2025 vpc open source initiative. All rights reserved.