Uses of Interface
org.refcodes.command.Worker
-
Uses of Worker in org.refcodes.command
Modifier and TypeMethodDescriptionWorkerAccessor.getWorker()
Retrieves the worker from the worker property.This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenWorker
(setter) as ofWorkerAccessor.WorkerMutator.setWorker(Worker)
and returns the very same value (getter).Modifier and TypeMethodDescriptionThis method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenWorker
(setter) as ofWorkerAccessor.WorkerMutator.setWorker(Worker)
and returns the very same value (getter).void
Sets the worker for the worker property.WorkerAccessor.WorkerBuilder.withWorker
(Worker<CTX, E> aCommand) Sets the worker for the worker property.