Class PlantUMLSequenceDiagramConfig

java.lang.Object
de.elnarion.util.plantuml.generator.sequencediagram.config.PlantUMLSequenceDiagramConfig

public class PlantUMLSequenceDiagramConfig extends Object
The Class PlantUMLSequenceDiagramConfig.
  • Constructor Details

    • PlantUMLSequenceDiagramConfig

      public PlantUMLSequenceDiagramConfig()
  • Method Details

    • getDestinationClassloader

      public ClassLoader getDestinationClassloader()
      Gets the destination classloader.
      Returns:
      the destination classloader
    • setDestinationClassloader

      public void setDestinationClassloader(ClassLoader destinationClassloader)
      Sets the destination classloader.
      Parameters:
      destinationClassloader - the new destination classloader
    • getStartClass

      public String getStartClass()
      Gets the start class.
      Returns:
      the start class
    • setStartClass

      public void setStartClass(String startClass)
      Sets the start class.
      Parameters:
      startClass - the new start class
    • getStartMethod

      public String getStartMethod()
      Gets the start method.
      Returns:
      the start method
    • setStartMethod

      public void setStartMethod(String startMethod)
      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

      public String getClassBlacklistRegexp()
      Gets the class blacklist regexp.
      Returns:
      the class blacklist regexp
    • setClassBlacklistRegexp

      public void setClassBlacklistRegexp(String classBlacklistRegexp)
      Sets the class blacklist regexp.
      Parameters:
      classBlacklistRegexp - the new class blacklist regexp
    • getMethodBlacklistRegexp

      public String getMethodBlacklistRegexp()
      Gets the method blacklist regexp.
      Returns:
      the method blacklist regexp
    • setMethodBlacklistRegexp

      public void setMethodBlacklistRegexp(String methodBlacklistRegexp)
      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