public class HttpPortUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
HttpPortUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
getHttpPort(File serverXML,
File bootstrapProperties) |
static Integer |
getHttpPort(File serverXML,
File bootstrapProperties,
File configVariableXML) |
protected static Integer |
getHttpPortForServerXML(String serverXML,
Properties bootstrapProperties,
String configVariableXML) |
public static final int DEFAULT_PORT
public static Integer getHttpPort(File serverXML, File bootstrapProperties) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, XPathExpressionException, ArquillianConfigurationException
public static Integer getHttpPort(File serverXML, File bootstrapProperties, File configVariableXML) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, XPathExpressionException, ArquillianConfigurationException
protected static Integer getHttpPortForServerXML(String serverXML, Properties bootstrapProperties, String configVariableXML) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, ArquillianConfigurationException
Copyright © 2022 the original author or authors.