Class PortOptions
java.lang.Object
org.codice.ddf.test.common.options.BasicOptions
org.codice.ddf.test.common.options.PortOptions
Options for configuring test environment ports
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ops4j.pax.exam.Optionstatic Stringstatic org.ops4j.pax.exam.OptionhttpPort()static org.ops4j.pax.exam.Optionstatic org.ops4j.pax.exam.Optionstatic org.ops4j.pax.exam.Optionstatic org.ops4j.pax.exam.OptionsolrPort()static org.ops4j.pax.exam.OptionsshPort()Methods inherited from class org.codice.ddf.test.common.options.BasicOptions
appendConfiguration, getConfiguration, getConfigurationPath, getPortFinder, getProperties, recordConfiguration
-
Field Details
-
KARAF_MGMT_CFG_FILE_PATH
- See Also:
-
KARAF_SHELL_CFG_FILE_PATH
- See Also:
-
RMI_REGISTRY_PORT_PROPERTY
- See Also:
-
RMI_SERVER_PORT_PROPERTY
- See Also:
-
SSH_PORT_PROPERTY
- See Also:
-
-
Constructor Details
-
PortOptions
public PortOptions()
-
-
Method Details
-
defaultPortsOptions
public static org.ops4j.pax.exam.Option defaultPortsOptions() -
httpsPort
public static org.ops4j.pax.exam.Option httpsPort() -
httpPort
public static org.ops4j.pax.exam.Option httpPort() -
rmiRegistryPort
public static org.ops4j.pax.exam.Option rmiRegistryPort() -
rmiServerPort
public static org.ops4j.pax.exam.Option rmiServerPort() -
sshPort
public static org.ops4j.pax.exam.Option sshPort() -
solrPort
public static org.ops4j.pax.exam.Option solrPort() -
getHttpsPort
-