public class LocalDockerNetworkRegistry extends Object implements NetworkRegistry
| Constructor and Description |
|---|
LocalDockerNetworkRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNetwork(String id,
Network network) |
Network |
getNetwork(String id) |
Set<String> |
getNetworkIds() |
List<Network> |
getNetworks() |
void |
removeNetwork(String id) |
public void addNetwork(String id, Network network)
addNetwork in interface NetworkRegistrypublic Set<String> getNetworkIds()
getNetworkIds in interface NetworkRegistrypublic void removeNetwork(String id)
removeNetwork in interface NetworkRegistrypublic Network getNetwork(String id)
getNetwork in interface NetworkRegistrypublic List<Network> getNetworks()
getNetworks in interface NetworkRegistryCopyright © 2018 JBoss by Red Hat. All rights reserved.