|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.setup.BrokerURIUtils
public class BrokerURIUtils
Constructor Summary | |
---|---|
BrokerURIUtils()
|
Method Summary | |
---|---|
static java.net.URI |
addGlobalFailoverParameters(java.net.URI brokerURI,
java.lang.String failoverParams,
com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode mergeMode)
Method to add parameters to the broker client URI. |
static java.net.URI |
addParametersToEachFailoverTransport(java.net.URI brokerURI,
java.lang.String failoverTransportsParams,
com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode mergeMode)
Method to add parameters to the broker client URI. |
static java.net.URI |
changeUriIpAddress(java.net.URI uri,
java.lang.String newIpAddress)
|
static java.net.URI |
decorateBrokerURI(java.net.URI brokerURI)
Decorates a supplied ActiveMQ broker URI with default options. |
static java.net.URI |
removeParameter(java.net.URI brokerURI,
java.lang.String paramToRemove)
Method to remove a parameter from the broker URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrokerURIUtils()
Method Detail |
---|
@NotNull public static java.net.URI removeParameter(@NotNull java.net.URI brokerURI, @NotNull java.lang.String paramToRemove)
brokerURI
- paramToRemove
-
public static java.net.URI changeUriIpAddress(@NotNull java.net.URI uri, @NotNull java.lang.String newIpAddress) throws java.net.URISyntaxException
java.net.URISyntaxException
@NotNull public static java.net.URI addGlobalFailoverParameters(@NotNull java.net.URI brokerURI, @NotNull java.lang.String failoverParams, @NotNull com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode mergeMode)
brokerURI
- failoverParams
-
@NotNull public static java.net.URI addParametersToEachFailoverTransport(@NotNull java.net.URI brokerURI, @NotNull java.lang.String failoverTransportsParams, @NotNull com.atlassian.bamboo.setup.BrokerURIUtils.MergeMode mergeMode)
brokerURI
- failoverTransportsParams
-
public static java.net.URI decorateBrokerURI(java.net.URI brokerURI)
Decorates a supplied ActiveMQ broker URI with default options.
brokerURI
- The broker URI to decorate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |