Class HttpPortUtil
- java.lang.Object
-
- io.openliberty.tools.common.arquillian.util.HttpPortUtil
-
public class HttpPortUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description HttpPortUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegergetHttpPort(File serverXML, File bootstrapProperties)static IntegergetHttpPort(File serverXML, File bootstrapProperties, File configVariableXML)protected static IntegergetHttpPortForServerXML(String serverXML, Properties bootstrapProperties, String configVariableXML)
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHttpPort
public static Integer getHttpPort(File serverXML, File bootstrapProperties) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, XPathExpressionException, ArquillianConfigurationException
-
getHttpPort
public static Integer getHttpPort(File serverXML, File bootstrapProperties, File configVariableXML) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, XPathExpressionException, ArquillianConfigurationException
-
getHttpPortForServerXML
protected static Integer getHttpPortForServerXML(String serverXML, Properties bootstrapProperties, String configVariableXML) throws ParserConfigurationException, SAXException, IOException, XPathExpressionException, ArquillianConfigurationException
-
-