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() |
NDescriptor |
getDescriptor() |
NId |
getExecutor() |
NInputSource |
getStreamOrPath() |
List<Path> |
getTemps() |
CharacterizedExecFile |
setContentFile(Path contentFile) |
CharacterizedExecFile |
setDescriptor(NDescriptor descriptor) |
CharacterizedExecFile |
setExecutor(NId executor) |
CharacterizedExecFile |
setStreamOrPath(NInputSource streamOrPath) |
CharacterizedExecFile |
setTemps(List<Path> temps) |
public void addTemp(Path f)
public Path getContentFile()
public CharacterizedExecFile setContentFile(Path contentFile)
public NInputSource getStreamOrPath()
public CharacterizedExecFile setStreamOrPath(NInputSource streamOrPath)
public CharacterizedExecFile setTemps(List<Path> temps)
public NDescriptor getDescriptor()
public CharacterizedExecFile setDescriptor(NDescriptor descriptor)
public NId getExecutor()
public CharacterizedExecFile setExecutor(NId executor)
public void close()
close in interface AutoCloseableCopyright © 2026 vpc open source initiative. All rights reserved.