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