org.kuali.maven.ec2
Class FindInstanceMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kuali.maven.ec2.AbstractEC2Mojo
          extended by org.kuali.maven.ec2.FindInstanceMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class FindInstanceMojo
extends AbstractEC2Mojo

Connect to EC2 and find a single instance based on a tag/value pair


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
FindInstanceMojo()
           
 
Method Summary
 void execute(EC2Utils ec2Utils)
           
 String getInstanceIdProperty()
           
 String getTag()
           
 String getValue()
           
 boolean isFailIfNotFound()
           
 void setFailIfNotFound(boolean failIfNotFound)
           
 void setInstanceIdProperty(String instanceIdProperty)
           
 void setTag(String tag)
           
 void setValue(String value)
           
 
Methods inherited from class org.kuali.maven.ec2.AbstractEC2Mojo
execute, getAccessKey, getProject, getSecretKey, getTags, isSkip, setAccessKey, setSecretKey, setTags
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindInstanceMojo

public FindInstanceMojo()
Method Detail

execute

public void execute(EC2Utils ec2Utils)
             throws org.apache.maven.plugin.MojoExecutionException
Specified by:
execute in class AbstractEC2Mojo
Throws:
org.apache.maven.plugin.MojoExecutionException

getTag

public String getTag()

setTag

public void setTag(String tag)

getValue

public String getValue()

setValue

public void setValue(String value)

isFailIfNotFound

public boolean isFailIfNotFound()

setFailIfNotFound

public void setFailIfNotFound(boolean failIfNotFound)

getInstanceIdProperty

public String getInstanceIdProperty()

setInstanceIdProperty

public void setInstanceIdProperty(String instanceIdProperty)


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