org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
Class RawContentAsUrl

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.RawContentAsUrl
All Implemented Interfaces:
RawContentLocationConfig

public class RawContentAsUrl
extends java.lang.Object
implements RawContentLocationConfig

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
RawContentAsUrl()
           
 
Method Summary
 RawContentLocationType getType()
          Returns this location type.
static RawContentAsUrl instance()
          Returns the singleton instance.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawContentAsUrl

public RawContentAsUrl()
Method Detail

instance

public static RawContentAsUrl instance()
Returns the singleton instance.

Returns:
the singleton instance.

getType

public RawContentLocationType getType()
Returns this location type.

Specified by:
getType in interface RawContentLocationConfig
Returns:
the location type.

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object