Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.ProcessorFullType

Packages that use ProcessorFullType
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of ProcessorFullType in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return ProcessorFullType
static ProcessorFullType KProcessorFullType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type ProcessorFullType
static void KProcessorFullType.store(ProcessorFullType processorFullType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of ProcessorFullType in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return ProcessorFullType
 ProcessorFullType HostType.getProcessor()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type ProcessorFullType
 void HostType.setProcessor(ProcessorFullType processor)