org.redhat.vmtruckloader.vmware
Class VMWareContext

java.lang.Object
  extended by org.redhat.vmtruckloader.vmware.VMWareContext

public class VMWareContext
extends Object

Very simple implementation of the VMWareContext.

Author:
Duncan Doyle, Romain Pelisse - romain@redhat.com

Constructor Summary
VMWareContext(String username, String password, URL vCenterURL2)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 URL getVCenterURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMWareContext

public VMWareContext(String username,
                     String password,
                     URL vCenterURL2)
Method Detail

getVCenterURL

public URL getVCenterURL()

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2013. All Rights Reserved.