org.kuali.maven.ec2
Class FindInstanceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.kuali.maven.ec2.AbstractEC2Mojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
FindInstanceMojo
public FindInstanceMojo()
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.