public class PlantUMLConfigBuilder extends Object
| Constructor and Description |
|---|
PlantUMLConfigBuilder(List<String> paramPackagesToScan) |
PlantUMLConfigBuilder(List<String> paramPackagesToScan,
String paramWhitelistRegexp) |
PlantUMLConfigBuilder(String paramWhitelistRegexp) |
PlantUMLConfigBuilder(String paramBlacklistRegexp,
List<String> paramPackagesToScan) |
public PlantUMLConfigBuilder(String paramBlacklistRegexp, List<String> paramPackagesToScan)
public PlantUMLConfigBuilder(String paramWhitelistRegexp)
public PlantUMLConfigBuilder withClassLoader(ClassLoader paramDestinationClassLoader)
paramDestinationClassLoader - public PlantUMLConfigBuilder withHideMethods(boolean paramHideMethods)
paramHideMethods - public PlantUMLConfigBuilder withHideFieldsParameter(boolean paramHideFields)
paramHideFields - public PlantUMLConfigBuilder withHideClasses(List<String> paramClassesToHide)
paramClassesToHide - public PlantUMLConfigBuilder withRemoveMethods(boolean paramRemoveMethods)
paramRemoveMethods - public PlantUMLConfigBuilder withRemoveFields(boolean paramRemoveFields)
paramRemoveFields - public PlantUMLConfigBuilder withFieldBlacklistRegexp(String paramBlacklistFieldRegexp)
paramBlacklistFieldRegexp - public PlantUMLConfigBuilder withMethodBlacklistRegexp(String paramBlacklistMethodRegexp)
paramBlacklistMethodRegexp - public PlantUMLConfigBuilder withMaximumMethodVisibility(VisibilityType paramVisibility)
public PlantUMLConfigBuilder withMaximumFieldVisibility(VisibilityType paramVisibility)
public PlantUMLConfigBuilder addFieldClassifierToIgnore(ClassifierType paramClassifier)
public PlantUMLConfigBuilder addFieldClassifiersToIgnore(List<ClassifierType> paramClassiferList)
public PlantUMLConfigBuilder addMethodClassifierToIgnore(ClassifierType paramClassifier)
public PlantUMLConfigBuilder addMethodClassifiersToIgnore(List<ClassifierType> paramClassiferList)
public PlantUMLConfig build()
Copyright © 2020. All rights reserved.