org.gcube.common.ghn.client
Class ContainerConfiguration
java.lang.Object
org.gcube.common.ghn.client.ContainerConfiguration
public class ContainerConfiguration
- extends Object
The configuration of a ClientContainer.
Includes the list of its client services.
- Author:
- Fabio Simeoni
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerConfiguration
public ContainerConfiguration(ClientService... services)
- Creates an instance with the
ClientServices.
- Parameters:
services - the services
services
public List<ClientService> services()
- Returns the
ClientServices of the container.
- Returns:
Copyright © 2012. All Rights Reserved.