Class DistributionInfo
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.distribution.DistributionInfo
-
public class DistributionInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDistributionInfo.DistributionInfoTypeEnumeration of distribution info types.
-
Constructor Summary
Constructors Constructor Description DistributionInfo(DistributionInfo.DistributionInfoType type, Collection<OnlineResource> onlines)Constructs a new DistributionInfo with the specified type and online resources.
-
-
-
Constructor Detail
-
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
-
-