Package org.kie.internal.runtime.conf
Interface BuilderHandler
-
public interface BuilderHandlerHandler responsible for controlling access to writable properties. It's main responsibility is to accept or reject given value depending on the underlying implementation e.g. disallow null values- See Also:
DeploymentDescriptorBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepted(Object value)Verifies if givenvalueis acceptable to be written via builder
-
-
-
Method Detail
-
accepted
boolean accepted(Object value)
Verifies if givenvalueis acceptable to be written via builder- Parameters:
value-- Returns:
-
-