com.pmease.quickbuild.entitymanager
Interface CloudProfileManager
- All Superinterfaces:
- EntityManager<CloudProfile>
- All Known Implementing Classes:
- DefaultCloudProfileManager
public interface CloudProfileManager
- extends EntityManager<CloudProfile>
instance
static final CloudProfileManager instance
get
CloudProfile get(java.lang.String name)
- Get cloud profile by name. Null if not found.
copyAsNew
CloudProfile copyAsNew(CloudProfile cloudProfile)
testLaunch
void testLaunch(CloudProfile cloudProfile)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.