Package net.sourceforge.plantuml.command
Class CommandSpriteFile
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TitledDiagram>
net.sourceforge.plantuml.command.CommandSpriteFile
- All Implemented Interfaces:
Command<TitledDiagram>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Field Details
-
ME
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(TitledDiagram system, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArg
in classSingleLineCommand2<TitledDiagram>
-