org.jclouds.atmos.domain.internal
Class AtmosObjectImpl.AtmosObjectFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosObjectImpl.AtmosObjectFactory
public AtmosObjectImpl.AtmosObjectFactory()
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.