public class PathInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathInfo.Status |
| Constructor and Description |
|---|
PathInfo(PathInfoType type,
net.thevpc.nuts.NutsId id,
Path path,
PathInfo.Status status) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsId |
getId() |
Path |
getPath() |
PathInfo.Status |
getStatus() |
PathInfoType |
getType() |
public PathInfo(PathInfoType type, net.thevpc.nuts.NutsId id, Path path, PathInfo.Status status)
public net.thevpc.nuts.NutsId getId()
public PathInfoType getType()
public Path getPath()
public PathInfo.Status getStatus()
Copyright © 2021 vpc open source initiative. All rights reserved.