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 String
COMMENT_MULTILINE_END
static String
COMMENT_MULTILINE_START
static String
COMMENT_SINGLE_LINE
static String
INNER_COMMENT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(Diagram diagram, BlocLines lines)
String
getPatternEnd()
-
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:
getPatternEnd
in classCommandMultilines<Diagram>
-
execute
public CommandExecutionResult execute(Diagram diagram, BlocLines lines)
-
-