org.jclouds.atmos.domain.internal
Class AtmosObjectImpl.AtmosObjectFactory

java.lang.Object
  extended by org.jclouds.atmos.domain.internal.AtmosObjectImpl.AtmosObjectFactory
All Implemented Interfaces:
AtmosObject.Factory
Enclosing class:
AtmosObjectImpl

@Singleton
public static class AtmosObjectImpl.AtmosObjectFactory
extends Object
implements AtmosObject.Factory


Constructor Summary
AtmosObjectImpl.AtmosObjectFactory()
           
 
Method Summary
 AtmosObject create(MutableContentMetadata contentMetadata)
           
 AtmosObject create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosObjectImpl.AtmosObjectFactory

public AtmosObjectImpl.AtmosObjectFactory()
Method Detail

create

public AtmosObject create(MutableContentMetadata contentMetadata)
Specified by:
create in interface AtmosObject.Factory

create

public AtmosObject create(SystemMetadata systemMetadata,
                          UserMetadata userMetadata)
Specified by:
create in interface AtmosObject.Factory

create

public AtmosObject create(MutableContentMetadata contentMetadata,
                          SystemMetadata systemMetadata,
                          UserMetadata userMetadata)
Specified by:
create in interface AtmosObject.Factory


Copyright © 2009-2011 jclouds. All Rights Reserved.