org.gcube.common.ghn.client
Class ContainerConfiguration

java.lang.Object
  extended by 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

Constructor Summary
ContainerConfiguration(ClientService... services)
          Creates an instance with the ClientServices.
 
Method Summary
 List<ClientService> services()
          Returns the ClientServices of the container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerConfiguration

public ContainerConfiguration(ClientService... services)
Creates an instance with the ClientServices.

Parameters:
services - the services
Method Detail

services

public List<ClientService> services()
Returns the ClientServices of the container.

Returns:


Copyright © 2012. All Rights Reserved.