| Modifier and Type | Method and Description |
|---|---|
PathInfo.Status |
OptionalMsLinkHelper.write() |
| Modifier and Type | Method and Description |
|---|---|
static PathInfo.Status |
CoreIOUtils.tryWrite(byte[] content,
net.thevpc.nuts.NutsPath out,
DoWhenExist doWhenExist,
DoWhenNotExists doWhenNotExist,
net.thevpc.nuts.NutsSession session) |
static PathInfo.Status |
CoreIOUtils.tryWrite(byte[] content,
net.thevpc.nuts.NutsPath out,
net.thevpc.nuts.NutsSession session) |
static PathInfo.Status |
CoreIOUtils.tryWriteStatus(byte[] content,
net.thevpc.nuts.NutsPath out,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
PathInfo.Status |
UnixFreeDesktopEntryWriter.tryWrite(FreeDesktopEntry file,
net.thevpc.nuts.NutsPath out) |
| 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(String type,
net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsPath path,
PathInfo.Status status) |
Copyright © 2022 vpc open source initiative. All rights reserved.