Uses of Interface
org.cojen.boxtin.RulesApplier
-
Uses of RulesApplier in org.cojen.boxtin
Methods in org.cojen.boxtin that return RulesApplierModifier and TypeMethodDescriptionstatic RulesApplier
RulesApplier.checkReflection()
Returns an applier which allows reflection operations, but they are checked to ensure that the corresponding constructor or method is allowed by the other rules.static RulesApplier
RulesApplier.java_base()
Returns an applier of rules for the java.base module, which denies operations that are considered harmful.Methods in org.cojen.boxtin with parameters of type RulesApplierModifier and TypeMethodDescriptionRulesBuilder.applyAllowRules
(RulesApplier applier) Applies only the allow rules from the given applier to this builder.RulesBuilder.applyDenyRules
(RulesApplier applier) Applies only the deny rules from the given applier to this builder.RulesBuilder.applyRules
(RulesApplier applier) Applies all the rules from the given applier to this builder.