Uses of Interface
io.dialob.executor.command.NopCommand
-
Packages that use NopCommand Package Description io.dialob.executor.command -
-
Uses of NopCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement NopCommand Modifier and Type Class Description classImmutableNopCommandImmutable implementation ofNopCommand.Methods in io.dialob.executor.command with parameters of type NopCommand Modifier and Type Method Description static ImmutableNopCommandImmutableNopCommand. copyOf(NopCommand instance)Creates an immutable copy of aNopCommandvalue.ImmutableNopCommand.BuilderImmutableNopCommand.Builder. from(NopCommand instance)Fill a builder with attribute values from the providedNopCommandinstance.
-