org.kuali.maven.ec2.state
Class SnapshotStateRetriever

java.lang.Object
  extended by org.kuali.maven.ec2.state.SnapshotStateRetriever
All Implemented Interfaces:
StateRetriever

public class SnapshotStateRetriever
extends Object
implements StateRetriever


Constructor Summary
SnapshotStateRetriever()
           
SnapshotStateRetriever(EC2Utils ec2Utils, String snapshotId)
           
 
Method Summary
 EC2Utils getEc2Utils()
           
 String getSnapshotId()
           
 String getState()
           
 void setEc2Utils(EC2Utils ec2Utils)
           
 void setSnapshotId(String snapshotId)
           
protected  void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotStateRetriever

public SnapshotStateRetriever()

SnapshotStateRetriever

public SnapshotStateRetriever(EC2Utils ec2Utils,
                              String snapshotId)
Method Detail

getState

public String getState()
Specified by:
getState in interface StateRetriever

validate

protected void validate()

getEc2Utils

public EC2Utils getEc2Utils()

setEc2Utils

public void setEc2Utils(EC2Utils ec2Utils)

getSnapshotId

public String getSnapshotId()

setSnapshotId

public void setSnapshotId(String snapshotId)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.