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