Class PicoCliProcessCallback
java.lang.Object
com.kingsrook.qqq.frontend.picocli.PicoCliProcessCallback
- All Implemented Interfaces:
QProcessCallback
Define how a PicoCLI process gets data back to a QProcess.
-
Constructor Summary
ConstructorsConstructorDescriptionPicoCliProcessCallback
(picocli.CommandLine commandLine) Constructor that takes the picocli CommandLine object -
Method Summary
Modifier and TypeMethodDescriptiongetFieldValues
(List<QFieldMetaData> fields) Get the field values for this callback.Get the filter query for this callback.
-
Constructor Details
-
PicoCliProcessCallback
public PicoCliProcessCallback(picocli.CommandLine commandLine) Constructor that takes the picocli CommandLine object
-
-
Method Details
-
getQueryFilter
Get the filter query for this callback.- Specified by:
getQueryFilter
in interfaceQProcessCallback
-
getFieldValues
Get the field values for this callback.- Specified by:
getFieldValues
in interfaceQProcessCallback
-