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 Rule
getFirstMatch(MimeType providedType)
Return the first rule in the ruleset matching the givenMimeType
ornull
if there are no matching rules.List<Rule>
getRules()
String
getType()
boolean
matches(String targetType)
Return whether this Target pertains to the given target type.
-