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) |
protected static Integer |
getHttpPort(String serverXML,
Properties bootstrapProperties) |
public static final int DEFAULT_PORT
public static Integer getHttpPort(File serverXML, File bootstrapProperties) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, XPathExpressionException, ArquillianConfigurationException
protected static Integer getHttpPort(String serverXML, Properties bootstrapProperties) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, ArquillianConfigurationException
Copyright © 2018 the original author or authors.