KIE Internal 6.1.0.Final

org.kie.internal.runtime.conf
Interface BuilderHandler


public interface BuilderHandler

Handler 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
 boolean accepted(Object value)
          Verifies if given value is acceptable to be written via builder
 

Method Detail

accepted

boolean accepted(Object value)
Verifies if given value is acceptable to be written via builder

Parameters:
value -
Returns:

KIE Internal 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.