Class PlantUMLSequenceDiagramConfig
java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.config.PlantUMLSequenceDiagramConfig
The Class PlantUMLSequenceDiagramConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the class blacklist regexp.Gets the destination classloader.Gets the method blacklist regexp.Gets the start class.Gets the start method.booleanChecks if is hide method name.booleanChecks if is hide super class.booleanChecks if is ignore JPA entities.booleanChecks if is ignore standard classes.booleanChecks if is show return types.booleanChecks if is use short class names.voidsetClassBlacklistRegexp(String classBlacklistRegexp) Sets the class blacklist regexp.voidsetDestinationClassloader(ClassLoader destinationClassloader) Sets the destination classloader.voidsetHideMethodName(boolean hideMethodName) Sets the hide method name.voidsetHideSuperClass(boolean hideSuperClass) Sets the hide super class.voidsetIgnoreJPAEntities(boolean ignoreJPAEntities) Sets the ignore JPA entities.voidsetIgnoreStandardClasses(boolean ignoreStandardClasses) Sets the ignore standard classes.voidsetMethodBlacklistRegexp(String methodBlacklistRegexp) Sets the method blacklist regexp.voidsetShowReturnTypes(boolean showReturnTypes) Sets the show return types.voidsetStartClass(String startClass) Sets the start class.voidsetStartMethod(String startMethod) Sets the start method.voidsetUseShortClassNames(boolean useShortClassNames) Sets the use short class names.
-
Constructor Details
-
PlantUMLSequenceDiagramConfig
public PlantUMLSequenceDiagramConfig()
-
-
Method Details
-
getDestinationClassloader
Gets the destination classloader.- Returns:
- the destination classloader
-
setDestinationClassloader
Sets the destination classloader.- Parameters:
destinationClassloader- the new destination classloader
-
getStartClass
Gets the start class.- Returns:
- the start class
-
setStartClass
Sets the start class.- Parameters:
startClass- the new start class
-
getStartMethod
Gets the start method.- Returns:
- the start method
-
setStartMethod
Sets the start method.- Parameters:
startMethod- the new start method
-
isUseShortClassNames
public boolean isUseShortClassNames()Checks if is use short class names.- Returns:
- true, if is use short class names
-
setUseShortClassNames
public void setUseShortClassNames(boolean useShortClassNames) Sets the use short class names.- Parameters:
useShortClassNames- the new use short class names
-
isShowReturnTypes
public boolean isShowReturnTypes()Checks if is show return types.- Returns:
- true, if is show return types
-
setShowReturnTypes
public void setShowReturnTypes(boolean showReturnTypes) Sets the show return types.- Parameters:
showReturnTypes- the new show return types
-
isHideSuperClass
public boolean isHideSuperClass()Checks if is hide super class.- Returns:
- true, if is hide super class
-
setHideSuperClass
public void setHideSuperClass(boolean hideSuperClass) Sets the hide super class.- Parameters:
hideSuperClass- the new hide super class
-
isIgnoreStandardClasses
public boolean isIgnoreStandardClasses()Checks if is ignore standard classes.- Returns:
- true, if is ignore standard classes
-
setIgnoreStandardClasses
public void setIgnoreStandardClasses(boolean ignoreStandardClasses) Sets the ignore standard classes.- Parameters:
ignoreStandardClasses- the new ignore standard classes
-
isIgnoreJPAEntities
public boolean isIgnoreJPAEntities()Checks if is ignore JPA entities.- Returns:
- true, if is ignore JPA entities
-
setIgnoreJPAEntities
public void setIgnoreJPAEntities(boolean ignoreJPAEntities) Sets the ignore JPA entities.- Parameters:
ignoreJPAEntities- the new ignore JPA entities
-
getClassBlacklistRegexp
Gets the class blacklist regexp.- Returns:
- the class blacklist regexp
-
setClassBlacklistRegexp
Sets the class blacklist regexp.- Parameters:
classBlacklistRegexp- the new class blacklist regexp
-
getMethodBlacklistRegexp
Gets the method blacklist regexp.- Returns:
- the method blacklist regexp
-
setMethodBlacklistRegexp
Sets the method blacklist regexp.- Parameters:
methodBlacklistRegexp- the new method blacklist regexp
-
isHideMethodName
public boolean isHideMethodName()Checks if is hide method name.- Returns:
- true, if is hide method name
-
setHideMethodName
public void setHideMethodName(boolean hideMethodName) Sets the hide method name.- Parameters:
hideMethodName- the new hide method name
-