gate.util.spring
Class ExtraGatePlugin

java.lang.Object
  extended by 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.


Field Summary
private  org.springframework.core.io.Resource location
           
 
Constructor Summary
ExtraGatePlugin()
           
 
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
 

Field Detail

location

private org.springframework.core.io.Resource location
Constructor Detail

ExtraGatePlugin

public ExtraGatePlugin()
Method Detail

setLocation

public void setLocation(org.springframework.core.io.Resource location)

getLocation

public org.springframework.core.io.Resource getLocation()