Interface Command
-
- All Known Implementing Classes:
CommandCreoleColorAndSizeChange
,CommandCreoleColorChange
,CommandCreoleEmoji
,CommandCreoleExposantChange
,CommandCreoleFontFamilyChange
,CommandCreoleImg
,CommandCreoleLatex
,CommandCreoleMath
,CommandCreoleMonospaced
,CommandCreoleOpenIcon
,CommandCreoleQrcode
,CommandCreoleSizeChange
,CommandCreoleSpace
,CommandCreoleSprite
,CommandCreoleStyle
,CommandCreoleSvgAttributeChange
,CommandCreoleUrl
public interface Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
int
matchingSize(java.lang.String line)
java.lang.String
startingChars()
-
-
-
Method Detail
-
startingChars
java.lang.String startingChars()
-
matchingSize
int matchingSize(java.lang.String line)
-
executeAndGetRemaining
java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
-
-