Class CommandCreoleOpenIcon
- java.lang.Object
-
- net.sourceforge.plantuml.creole.command.CommandCreoleOpenIcon
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Commandcreate()StringexecuteAndGetRemaining(String line, StripeSimple stripe)intmatchingSize(String line)StringstartingChars()
-
-
-
Method Detail
-
startingChars
public String startingChars()
- Specified by:
startingCharsin interfaceCommand
-
create
public static Command create()
-
matchingSize
public int matchingSize(String line)
- Specified by:
matchingSizein interfaceCommand
-
executeAndGetRemaining
public String executeAndGetRemaining(String line, StripeSimple stripe)
- Specified by:
executeAndGetRemainingin interfaceCommand
-
-