org.jclouds.compute.domain.internal
Class ImageTemplateImpl

java.lang.Object
  extended by org.jclouds.compute.domain.internal.ImageTemplateImpl
All Implemented Interfaces:
ImageTemplate
Direct Known Subclasses:
ImageTemplateImpl.CloneImageTemplateImpl

public abstract class ImageTemplateImpl
extends Object
implements ImageTemplate


Nested Class Summary
static class ImageTemplateImpl.CloneImageTemplateImpl
           
 
Field Summary
protected  String name
           
 
Constructor Summary
ImageTemplateImpl(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final String name
Constructor Detail

ImageTemplateImpl

public ImageTemplateImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface ImageTemplate
Returns:
the name of the new image


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.