Class AnalyserFactory
- java.lang.Object
-
- org.gcube.common.software.analyser.AnalyserFactory
-
public class AnalyserFactory extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringARTIFACTS_PROPERTY_NAMEstatic StringCONFIGURATION_PROPERTY_NAMEstatic StringEXPORT_FILENAME_EXTENSION
-
Constructor Summary
Constructors Constructor Description AnalyserFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnalysergetAnalyser(File jsonFile)static AnalysergetAnalyser(String inputJson)static AnalysergetAnalyser(String localConfiguration, String inputJson)static AnalysergetAnalyser(org.gcube.com.fasterxml.jackson.databind.JsonNode inputNode)static AnalysergetAnalyser(org.gcube.com.fasterxml.jackson.databind.JsonNode localConfiguration, org.gcube.com.fasterxml.jackson.databind.JsonNode inputNode)
-
-
-
Field Detail
-
EXPORT_FILENAME_EXTENSION
public static final String EXPORT_FILENAME_EXTENSION
- See Also:
- Constant Field Values
-
CONFIGURATION_PROPERTY_NAME
public static final String CONFIGURATION_PROPERTY_NAME
- See Also:
- Constant Field Values
-
ARTIFACTS_PROPERTY_NAME
public static final String ARTIFACTS_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAnalyser
public static Analyser getAnalyser(String inputJson) throws Exception
- Throws:
Exception
-
getAnalyser
public static Analyser getAnalyser(org.gcube.com.fasterxml.jackson.databind.JsonNode inputNode) throws Exception
- Throws:
Exception
-
getAnalyser
public static Analyser getAnalyser(String localConfiguration, String inputJson) throws Exception
- Throws:
Exception
-
-