Class GenericCodecArgs
java.lang.Object
org.aksw.shellgebra.shim.cmd.GenericCodecArgs
- All Implemented Interfaces:
Args
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDecode()booleanisStdout()static ArgsModular<GenericCodecArgs> Whether this argument configuration would read from stdin.static ArgumentListrenderArgList(GenericCodecArgs model) static BooleanstdinTest(GenericCodecArgs model) toString()
-
Field Details
-
fileNames
-
-
Constructor Details
-
GenericCodecArgs
public GenericCodecArgs()
-
-
Method Details
-
getFileNames
-
isDecode
public boolean isDecode() -
isStdout
public boolean isStdout() -
getUnmatchedArgs
-
toString
-
toArgList
-
renderArgList
-
stdinTest
-
parse
-
readsStdin
Description copied from interface:ArgsWhether this argument configuration would read from stdin. Used to automatically enable/disable interative mode when docker containers are involved.- Specified by:
readsStdinin interfaceArgs
-