Package com.atlassian.confluence.util
Class StringHyphenBean
- java.lang.Object
-
- com.atlassian.confluence.util.StringHyphenBean
-
public class StringHyphenBean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT
-
Constructor Summary
Constructors Constructor Description StringHyphenBean()
StringHyphenBean(int hyphenAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString(String original)
void
setHyphenAfter(int hyphenAfter)
-
-
-
Field Detail
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
-