Package net.sourceforge.plantuml.command
Class CommandMultilinesComment
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines<Diagram>
-
- net.sourceforge.plantuml.command.CommandMultilinesComment
-
public class CommandMultilinesComment extends CommandMultilines<Diagram>
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMENT_MULTILINE_ENDstatic StringCOMMENT_MULTILINE_STARTstatic StringCOMMENT_SINGLE_LINEstatic StringINNER_COMMENT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultexecute(Diagram diagram, BlocLines lines)StringgetPatternEnd()-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid
-
-
-
-
Field Detail
-
COMMENT_MULTILINE_START
public static final String COMMENT_MULTILINE_START
- See Also:
- Constant Field Values
-
COMMENT_MULTILINE_END
public static final String COMMENT_MULTILINE_END
- See Also:
- Constant Field Values
-
COMMENT_SINGLE_LINE
public static final String COMMENT_SINGLE_LINE
- See Also:
- Constant Field Values
-
INNER_COMMENT
public static final String INNER_COMMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEndin classCommandMultilines<Diagram>
-
execute
public CommandExecutionResult execute(Diagram diagram, BlocLines lines)
-
-