Class Target
- java.lang.Object
-
- com.levigo.jadice.server.nodes.worker.rules.Target
-
public class Target extends Object
-
-
Constructor Summary
Constructors Constructor Description Target()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RulegetFirstMatch(MimeType providedType)Return the first rule in the ruleset matching the givenMimeTypeornullif there are no matching rules.List<Rule>getRules()StringgetType()booleanmatches(String targetType)Return whether this Target pertains to the given target type.
-