Class SetupClusterAction.ClusterableInterface
- java.lang.Object
-
- com.atlassian.confluence.setup.actions.SetupClusterAction.ClusterableInterface
-
- Enclosing class:
- SetupClusterAction
public static class SetupClusterAction.ClusterableInterface extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterableInterface(NetworkInterface networkInterface, @Nullable String currentChoice, int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InetAddress>
getIpv4Addresses()
List<InetAddress>
getIpv6Addresses()
String
getName()
boolean
isCurrent()
-
-
-
Constructor Detail
-
ClusterableInterface
public ClusterableInterface(NetworkInterface networkInterface, @Nullable String currentChoice, int position)
-
-
Method Detail
-
getIpv4Addresses
public List<InetAddress> getIpv4Addresses()
-
getIpv6Addresses
public List<InetAddress> getIpv6Addresses()
-
getName
public String getName()
-
isCurrent
public boolean isCurrent()
-
-