metagloss 0.0.2

net.sf.metagloss.injection
Interface Injector

All Known Implementing Classes:
AssistCursor, DOMFeeder

public interface Injector

Interface denotes that a class is capable of injecting setters/calling getters.


Method Summary
 void inject(java.lang.Object obj)
          Sets up object via setter injection.
 boolean next()
          Moves to the data.
 

Method Detail

inject

void inject(java.lang.Object obj)
Sets up object via setter injection.

Parameters:
obj - Object to inject.

next

boolean next()
Moves to the data. Data type depends on implementation.

Returns:
True if the move was within bounds.