|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.filter.ComponentRule
public abstract class ComponentRule
$Id: ComponentRule.java,v 1.10 2011/02/20 03:12:32 fortuna Exp $ Created on 2/02/2006 An abstract rule implementation serving as the base class for component matching rule implementations.
| Constructor Summary | |
|---|---|
ComponentRule()
|
|
| Method Summary | |
|---|---|
abstract boolean |
match(Component component)
|
boolean |
match(java.lang.Object o)
Indicates whether the specified object passes the conditions required to match this rule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentRule()
| Method Detail |
|---|
public final boolean match(java.lang.Object o)
match in interface Ruleo - an object to match
public abstract boolean match(Component component)
component - a component to match on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||