Package org.refcodes.command
Interface CommandAccessor<CTX,R,E extends java.lang.Exception>
-
- Type Parameters:
CTX
- the generic typeR
- the generic typeE
- the element type
- All Known Subinterfaces:
CommandAccessor.CommandProperty<CTX,R,E>
public interface CommandAccessor<CTX,R,E extends java.lang.Exception>
Provides an accessor for a command property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CommandAccessor.CommandBuilder<CTX,R,E extends java.lang.Exception,B extends CommandAccessor.CommandBuilder<CTX,R,E,B>>
Provides a builder method for a name property returning the builder for applying multiple build operations.static interface
CommandAccessor.CommandMutator<CTX,R,E extends java.lang.Exception>
Provides a mutator for a command property.static interface
CommandAccessor.CommandProperty<CTX,R,E extends java.lang.Exception>
Provides a command property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command<CTX,R,E>
getCommand()
Retrieves the command from the command property.
-