Class DistributionInfo
java.lang.Object
org.gcube.spatial.data.geonetwork.iso.tpl.distribution.DistributionInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of distribution info types. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new DistributionInfo with the specified type and online resources. -
Method Summary
-
Constructor Details
-
DistributionInfo
public DistributionInfo(DistributionInfo.DistributionInfoType type, Collection<OnlineResource> onlines) Constructs a new DistributionInfo with the specified type and online resources.- Parameters:
type- the distribution info typeonlines- the collection of online resources
-