Uses of Class
org.apache.oodt.cas.filemgr.structs.ExtractorSpec

Packages that use ExtractorSpec
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.util   
 

Uses of ExtractorSpec in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that return types with arguments of type ExtractorSpec
 List<ExtractorSpec> ProductType.getExtractors()
           
 

Method parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type ExtractorSpec
 void ProductType.setExtractors(List<ExtractorSpec> extractors)
           
 

Uses of ExtractorSpec in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return ExtractorSpec
static ExtractorSpec XmlRpcStructFactory.getExtractorSpecFromXmlRpc(Hashtable<String,Object> extractorSpecHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type ExtractorSpec
static List<ExtractorSpec> XmlRpcStructFactory.getTypeExtractorsFromXmlRpc(Vector<Hashtable<String,Object>> extractorsVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type ExtractorSpec
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcExtractorSpec(ExtractorSpec spec)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type ExtractorSpec
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcTypeExtractors(List<ExtractorSpec> extractors)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.