Class BulletConfig
java.lang.Object
com.robinloom.jweaver.commons.WeaverConfig
com.robinloom.jweaver.bullet.BulletConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharintcharvoidsetDeeperLevelBulletChar(char deeperLevelBulletChar) voidsetFirstLevelBulletChar(char firstLevelBulletChar) voidsetIndentation(int indentation) voidsetSecondLevelBulletChar(char secondLevelBulletChar) Methods inherited from class WeaverConfig
getGlobalLengthLimit, getMaxDepth, getMaxSequenceLength, isCapitalizeFields, isIncludeClassName, isIncluded, isOrderFieldsAlphabetically, isShowDataTypes, isShowInheritedFields, setCapitalizeFields, setExcludedFields, setGlobalLengthLimit, setIncludedFields, setMaxDepth, setMaxSequenceLength, setOmitClassName, setOrderFieldsAlphabetically, setShowDataTypes, setShowInheritedFields
-
Constructor Details
-
BulletConfig
public BulletConfig()
-
-
Method Details
-
getFirstLevelBulletChar
public char getFirstLevelBulletChar() -
setFirstLevelBulletChar
public void setFirstLevelBulletChar(char firstLevelBulletChar) -
getSecondLevelBulletChar
public char getSecondLevelBulletChar() -
setSecondLevelBulletChar
public void setSecondLevelBulletChar(char secondLevelBulletChar) -
getDeeperLevelBulletChar
public char getDeeperLevelBulletChar() -
setDeeperLevelBulletChar
public void setDeeperLevelBulletChar(char deeperLevelBulletChar) -
getIndentation
public int getIndentation() -
setIndentation
public void setIndentation(int indentation)
-