Class AnalyserFactory
java.lang.Object
org.gcube.common.software.analyser.AnalyserFactory
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnalysergetAnalyser(com.fasterxml.jackson.databind.JsonNode inputNode) static AnalysergetAnalyser(com.fasterxml.jackson.databind.JsonNode localConfiguration, com.fasterxml.jackson.databind.JsonNode inputNode) static AnalysergetAnalyser(File jsonFile) static AnalysergetAnalyser(File localConfiguration, File jsonFile) static AnalysergetAnalyser(String inputJson) static AnalysergetAnalyser(String localConfiguration, String inputJson)
-
Field Details
-
EXPORT_FILENAME_EXTENSION
- See Also:
-
CONFIGURATION_PROPERTY_NAME
- See Also:
-
ARTIFACTS_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
AnalyserFactory
public AnalyserFactory()
-
-
Method Details
-
getAnalyser
- Throws:
Exception
-
getAnalyser
- Throws:
Exception
-
getAnalyser
public static Analyser getAnalyser(com.fasterxml.jackson.databind.JsonNode inputNode) throws Exception - Throws:
Exception
-
getAnalyser
- Throws:
Exception
-
getAnalyser
- Throws:
Exception
-
getAnalyser
public static Analyser getAnalyser(com.fasterxml.jackson.databind.JsonNode localConfiguration, com.fasterxml.jackson.databind.JsonNode inputNode) throws Exception - Throws:
Exception
-