public class GlobalConfiguration extends CommonConfiguration
CommonConfiguration.ConfigurationOption, CommonConfiguration.ControlMode, CommonConfiguration.InstantiationModeconfigurationValues, logger| Constructor and Description |
|---|
GlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.lang3.builder.ToStringBuilder |
appendProperties(org.apache.commons.lang3.builder.ToStringBuilder builder) |
void |
closeSummary() |
String |
getControlFileName() |
String |
getSummaryFileName()
Returns filename that is currently used for summary or
null if summary is disabled. |
void |
initSummaryWriter(String fileName)
Tune summary writer to write to given
fileName. |
boolean |
isClassIncluded(String className)
Returns
true if given candidate class should be considered. |
boolean |
isClassUnmarkedForRemoval(String className)
Returns
true if given candidate class should not be removed from model. |
void |
writeSummary(String s) |
getCollectionImplClass, getCollectionInterfaceClass, getInstantiationMode, isApplyPluralForm, setApplyPluralForm, setCollectionImplClass, setCollectionInterfaceClass, setInstantiationMode, setLogger, toStringpublic String getControlFileName()
public boolean isClassIncluded(String className)
true if given candidate class should be considered.public boolean isClassUnmarkedForRemoval(String className)
true if given candidate class should not be removed from model.protected org.apache.commons.lang3.builder.ToStringBuilder appendProperties(org.apache.commons.lang3.builder.ToStringBuilder builder)
appendProperties in class CommonConfigurationpublic void initSummaryWriter(String fileName) throws FileNotFoundException
fileName.FileNotFoundExceptionpublic String getSummaryFileName()
null if summary is disabled.public void writeSummary(String s)
public void closeSummary()
Copyright © 2022–2023. All rights reserved.