Package net.sourceforge.plantuml.command
Class ProtectedCommand<S extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.ProtectedCommand<S>
- All Implemented Interfaces:
Command<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(S system, BlocLines lines, ParserPass currentPass) String[]booleanisEligibleFor(ParserPass pass)
-
Constructor Details
-
ProtectedCommand
-
-
Method Details
-
execute
-
isValid
-
getDescription
- Specified by:
getDescriptionin interfaceCommand<S extends Diagram>
-
isEligibleFor
- Specified by:
isEligibleForin interfaceCommand<S extends Diagram>
-