Class GNAConfigsConverter
- java.lang.Object
-
- org.gcube.application.geoportalcommon.GNAConfigsConverter
-
public class GNAConfigsConverter extends Object
The Class GNAConfigsConverter.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Dec 21, 2021
-
-
Constructor Summary
Constructors Constructor Description GNAConfigsConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckYesNoValue(String value)Check yes no value.List<ItemFieldDV>readListItemsConfig(String contentValue)Read list items config.
-
-
-
Method Detail
-
readListItemsConfig
public List<ItemFieldDV> readListItemsConfig(String contentValue) throws GNAConfigException
Read list items config.- Parameters:
contentValue- the content value- Returns:
- the list
- Throws:
GNAConfigException- the GNA user rights config exception
-
checkYesNoValue
public static boolean checkYesNoValue(String value)
Check yes no value.- Parameters:
value- the value- Returns:
- true, if successful
-
-