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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.processes.QProcessCallback
customizeInputPreQuery
-
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
-