org.gcube.common.ghn.service.configuration
Class Deployment

java.lang.Object
  extended by org.gcube.common.ghn.service.configuration.Deployment

public class Deployment
extends Object

The deployment configuration of the service.

Author:
Fabio Simeoni

Constructor Summary
Deployment()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 List<String> startScopes()
          Returns the start scopes of the service
 Deployment startScopes(String... scopes)
          Sets the start scopes of the service.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment()
Method Detail

startScopes

public List<String> startScopes()
Returns the start scopes of the service

Returns:
the start scopes

startScopes

public Deployment startScopes(String... scopes)
Sets the start scopes of the service.

Parameters:
scopes - the start scopes of the service
Returns:
this deployment configuration

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.