gate.util.spring
Class ExtraGatePlugin
java.lang.Object
gate.util.spring.ExtraGatePlugin
public class ExtraGatePlugin
- extends Object
Holder class for a single Resource that points to a
GATE plugin. Init scans for all beans in its defining
BeanFactory that are instances of this class, and loads the
plugins they point to after GATE has been initialized.
|
Method Summary |
org.springframework.core.io.Resource |
getLocation()
|
void |
setLocation(org.springframework.core.io.Resource location)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraGatePlugin
public ExtraGatePlugin()
setLocation
public void setLocation(org.springframework.core.io.Resource location)
getLocation
public org.springframework.core.io.Resource getLocation()