Class RightTemplatesUtil
java.lang.Object
com.e1c.langtool.v8.dt.right.templates.RightTemplatesUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatStringLiteral(String literalContent) Format string literal content forStringLiteral.static StringgetString(StringLiteral literal) Gets the string content fromStringLiteral.
-
Field Details
-
QUOTE
- See Also:
-
RT_FILE_EXT
- See Also:
-
-
Method Details
-
getString
Gets the string content fromStringLiteral.- Parameters:
literal- the literal, cannot benull.- Returns:
- the string content, cannot return
null.
-
formatStringLiteral
Format string literal content forStringLiteral.- Parameters:
literalContent- the literal content, may benull.- Returns:
- the formated string, may return
null.
-