Class SupportedFormat
- java.lang.Object
-
- org.gcube.application.cms.sdi.model.SupportedFormat
-
public abstract class SupportedFormat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisProposedFilesetValid
-
Constructor Summary
Constructors Constructor Description SupportedFormat()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidconsider(org.gcube.application.geoportal.common.model.document.filesets.RegisteredFile f)static ArrayList<SupportedFormat>getByExtension(String... extensions)StringtoString()
-
-
-
Field Detail
-
isProposedFilesetValid
protected Boolean isProposedFilesetValid
-
-