public final class ForkConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
FORK_STACK |
protected static String |
FORK_STACKS |
protected static String |
ID |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected static void |
match(String expected_name,
String name,
boolean is_element) |
static Map<String,List<ProtocolConfiguration>> |
parse(InputStream input)
Parses the input and returns a map of fork-stack IDs and lists of ProtocolConfigurations
|
static Map<String,List<ProtocolConfiguration>> |
parse(Node root) |
protected static void |
parseForkStack(Map<String,List<ProtocolConfiguration>> map,
Node root) |
protected static final String FORK_STACKS
protected static final String FORK_STACK
protected static final String ID
public static Map<String,List<ProtocolConfiguration>> parse(InputStream input) throws Exception
Exception
public static Map<String,List<ProtocolConfiguration>> parse(Node root) throws Exception
Exception
protected static void parseForkStack(Map<String,List<ProtocolConfiguration>> map, Node root) throws Exception
Exception
protected static void match(String expected_name, String name, boolean is_element) throws Exception
Exception
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.