Class DMAlgorithmsInfoCollector
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.collectors.dm.DMAlgorithmsInfoCollector
-
- All Implemented Interfaces:
org.gcube.data.publishing.gCatfeeder.collectors.DataCollector<InternalAlgorithmDescriptor>
public class DMAlgorithmsInfoCollector extends Object implements org.gcube.data.publishing.gCatfeeder.collectors.DataCollector<InternalAlgorithmDescriptor>
-
-
Constructor Summary
Constructors Constructor Description DMAlgorithmsInfoCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<InternalAlgorithmDescriptor>collect()voidsetEnvironmentConfiguration(org.gcube.data.publishing.gCatFeeder.model.EnvironmentConfiguration envConfig)
-
-
-
Method Detail
-
setEnvironmentConfiguration
public void setEnvironmentConfiguration(org.gcube.data.publishing.gCatFeeder.model.EnvironmentConfiguration envConfig)
-
collect
public Set<InternalAlgorithmDescriptor> collect() throws org.gcube.data.publishing.gCatfeeder.collectors.model.faults.CollectorFault
- Specified by:
collectin interfaceorg.gcube.data.publishing.gCatfeeder.collectors.DataCollector<InternalAlgorithmDescriptor>- Throws:
org.gcube.data.publishing.gCatfeeder.collectors.model.faults.CollectorFault
-
-