Uses of Class
com.levigo.jadice.server.nodes.worker.rules.Rule
-
Packages that use Rule Package Description com.levigo.jadice.server.nodes.worker.rules -
-
Uses of Rule in com.levigo.jadice.server.nodes.worker.rules
Methods in com.levigo.jadice.server.nodes.worker.rules that return Rule Modifier and Type Method Description RuleRuleset. findRule(MimeType providedType, String targetType)RuleTarget. getFirstMatch(MimeType providedType)Return the first rule in the ruleset matching the givenMimeTypeornullif there are no matching rules.Methods in com.levigo.jadice.server.nodes.worker.rules that return types with arguments of type Rule Modifier and Type Method Description List<Rule>Target. getRules()
-