| java.lang.Object net.sf.oval.configuration.pojo.elements.ConfigurationElement
All known Subclasses: net.sf.oval.configuration.pojo.elements.MethodConfiguration, net.sf.oval.configuration.pojo.elements.ConstructorConfiguration, net.sf.oval.configuration.pojo.elements.ClassConfiguration, net.sf.oval.configuration.pojo.elements.ConstraintSetConfiguration, net.sf.oval.configuration.pojo.elements.FieldConfiguration, net.sf.oval.configuration.pojo.elements.ParameterConfiguration, net.sf.oval.configuration.pojo.elements.ObjectConfiguration, net.sf.oval.configuration.pojo.elements.MethodPostExecutionConfiguration, net.sf.oval.configuration.pojo.elements.MethodReturnValueConfiguration, net.sf.oval.configuration.pojo.elements.MethodPreExecutionConfiguration,
ConfigurationElement | public class ConfigurationElement implements Serializable(Code) | | author: Sebastian Thomschke |
overwrite | public Boolean overwrite(Code) | | if set to false the checks defined here and in the child configuration elements will be added to the already registered checks for the respective contexts
if set to true the already registered checks for the respective contexts will be replaced by the checks defined here and in the child configuration elements
if not set (null) -> interpreted as false
|
|
|