| Modifier and Type | Method and Description |
|---|---|
PathInfo.Status |
PathInfo.getStatus() |
static PathInfo.Status |
PathInfo.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathInfo.Status[] |
PathInfo.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PathInfo(PathInfoType type,
net.thevpc.nuts.NutsId id,
Path path,
PathInfo.Status status) |
| Modifier and Type | Method and Description |
|---|---|
PathInfo.Status |
UnixFreeDesktopEntryWriter.tryWrite(FreeDesktopEntry file,
File out) |
PathInfo.Status |
UnixFreeDesktopEntryWriter.tryWrite(FreeDesktopEntry file,
Path out) |
| Modifier and Type | Method and Description |
|---|---|
static PathInfo.Status |
NdiUtils.tryWrite(byte[] content,
Path out,
NdiUtils.DoWhenExist doWhenExist,
NdiUtils.DoWhenNotExists doWhenNotExist,
net.thevpc.nuts.NutsSession session) |
static PathInfo.Status |
NdiUtils.tryWrite(byte[] content,
Path out,
net.thevpc.nuts.NutsSession session) |
static PathInfo.Status |
NdiUtils.tryWriteStatus(byte[] content,
Path out,
net.thevpc.nuts.NutsSession session) |
Copyright © 2021 vpc open source initiative. All rights reserved.