|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OBFactory<O extends OB>
Instantiates objects from string lines.
Method Summary | |
---|---|
O |
create(String x)
Creates a new object from the given String. |
boolean |
shouldProcess(O obj)
Returns true if we should process (add / search) the given object. |
Method Detail |
---|
O create(String x) throws OBException
x
- The string to use to instantiate the obj.
OBException
boolean shouldProcess(O obj) throws OBException
OBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |