Class LCImport
java.lang.Object
com.io7m.laurel.cmdline.internal.LCImport
- All Implemented Interfaces:
com.io7m.quarrel.core.QCommandOrGroupType, com.io7m.quarrel.core.QCommandType, Flow.Subscriber<LFileModelEventType>
public final class LCImport
extends Object
implements com.io7m.quarrel.core.QCommandType, Flow.Subscriber<LFileModelEventType>
"import"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.io7m.quarrel.core.QCommandMetadatametadata()voidvoidcom.io7m.quarrel.core.QCommandStatusonExecute(com.io7m.quarrel.core.QCommandContextType newContext) List<com.io7m.quarrel.core.QParameterNamedType<?>> voidonNext(LFileModelEventType item) voidonSubscribe(Flow.Subscription subscription) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.quarrel.core.QCommandOrGroupType
isHiddenMethods inherited from interface com.io7m.quarrel.core.QCommandType
onListPositionalParameters
-
Constructor Details
-
LCImport
public LCImport()Construct a command.
-
-
Method Details
-
onListNamedParameters
- Specified by:
onListNamedParametersin interfacecom.io7m.quarrel.core.QCommandType
-
onExecute
public com.io7m.quarrel.core.QCommandStatus onExecute(com.io7m.quarrel.core.QCommandContextType newContext) - Specified by:
onExecutein interfacecom.io7m.quarrel.core.QCommandType
-
metadata
public com.io7m.quarrel.core.QCommandMetadata metadata()- Specified by:
metadatain interfacecom.io7m.quarrel.core.QCommandOrGroupType
-
onSubscribe
- Specified by:
onSubscribein interfaceFlow.Subscriber<LFileModelEventType>
-
onNext
- Specified by:
onNextin interfaceFlow.Subscriber<LFileModelEventType>
-
onError
- Specified by:
onErrorin interfaceFlow.Subscriber<LFileModelEventType>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceFlow.Subscriber<LFileModelEventType>
-