Package | Description |
---|---|
com.holonplatform.core | |
com.holonplatform.core.internal |
Modifier and Type | Interface and Description |
---|---|
static interface |
Path.FinalPath.FinalPathBuilder<T>
Path.FinalPath builder. |
Modifier and Type | Method and Description |
---|---|
static <T> Path.PathBuilder<T> |
Path.of(String name,
Class<? extends T> type)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFinalPath<T>
Default
FinalPath implementation. |
class |
DefaultPath<T>
Default
Path implementation. |
Modifier and Type | Method and Description |
---|---|
Path.PathBuilder<T> |
DefaultPath.dataPath(String dataPath) |
Path.PathBuilder<T> |
DefaultFinalPath.parent(Path<?> parent) |
Path.PathBuilder<T> |
DefaultPath.parent(Path<?> parent) |
Copyright © 2019 The Holon Platform. All rights reserved.