Object JSONRulesParser
-
- All Implemented Interfaces:
public class JSONRulesParserParses the JSON string to a list of LaunchRules
-
-
Field Summary
Fields Modifier and Type Field Description public final static JSONRulesParserINSTANCE
-
Method Summary
Modifier and Type Method Description final static List<LaunchRule>parse(String jsonString, ExtensionApi extensionApi)Parses a set of JSON rules to a list of LaunchRules -
-
Method Detail
-
parse
final static List<LaunchRule> parse(String jsonString, ExtensionApi extensionApi)
Parses a set of JSON rules to a list of LaunchRules
- Parameters:
jsonString- a JSON string- Returns:
a list of LaunchRules
-
-
-
-