Interface Args
- All Known Implementing Classes:
ArgsModular, GenericCodecArgs
public interface Args
Interface for domain implementations that can be converted to argument lists.
The returned argument list uses the
CmdArg model. It allows for tagging files,
which is important for placing commands onto docker containers and setting up bind mounts.
You can use ArgsModular to separate the model from its rendering as an ArgumentList.-
Method Summary
Modifier and TypeMethodDescriptionWhether this argument configuration would read from stdin.
-
Method Details
-
toArgList
ArgumentList toArgList() -
readsStdin
-