org.jclouds.virtualbox.statements
Class Statements

java.lang.Object
  extended by org.jclouds.virtualbox.statements.Statements

public class Statements
extends Object

VboxManage statements used in shell scripts .

Author:
Andrea Turli

Constructor Summary
Statements()
           
 
Method Summary
static Statement exportIpAddressFromVmNamed(String vmName)
          Extract the IP address from the specified vm and stores the IP address into the variable FOUND_IP_ADDRESS if successful.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statements

public Statements()
Method Detail

exportIpAddressFromVmNamed

public static Statement exportIpAddressFromVmNamed(String vmName)
Extract the IP address from the specified vm and stores the IP address into the variable FOUND_IP_ADDRESS if successful.

Parameters:
vmname - - the vm name


Copyright © 2009-2012 jclouds. All Rights Reserved.