public class CharacterizedExecFile extends Object implements AutoCloseable
| Constructor and Description |
|---|
CharacterizedExecFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTemp(Path f) |
void |
close() |
Path |
getContentFile() |
net.thevpc.nuts.NDescriptor |
getDescriptor() |
net.thevpc.nuts.NId |
getExecutor() |
net.thevpc.nuts.io.NInputSource |
getStreamOrPath() |
List<Path> |
getTemps() |
CharacterizedExecFile |
setContentFile(Path contentFile) |
CharacterizedExecFile |
setDescriptor(net.thevpc.nuts.NDescriptor descriptor) |
CharacterizedExecFile |
setExecutor(net.thevpc.nuts.NId executor) |
CharacterizedExecFile |
setStreamOrPath(net.thevpc.nuts.io.NInputSource streamOrPath) |
CharacterizedExecFile |
setTemps(List<Path> temps) |
public void addTemp(Path f)
public Path getContentFile()
public CharacterizedExecFile setContentFile(Path contentFile)
public net.thevpc.nuts.io.NInputSource getStreamOrPath()
public CharacterizedExecFile setStreamOrPath(net.thevpc.nuts.io.NInputSource streamOrPath)
public CharacterizedExecFile setTemps(List<Path> temps)
public net.thevpc.nuts.NDescriptor getDescriptor()
public CharacterizedExecFile setDescriptor(net.thevpc.nuts.NDescriptor descriptor)
public net.thevpc.nuts.NId getExecutor()
public CharacterizedExecFile setExecutor(net.thevpc.nuts.NId executor)
public void close()
close in interface AutoCloseableCopyright © 2025 vpc open source initiative. All rights reserved.