org.jclouds.virtualbox.domain
Class IsoSpec

java.lang.Object
  extended by org.jclouds.virtualbox.domain.IsoSpec

public class IsoSpec
extends Object

The information needed to create a machine from a .iso file.


Nested Class Summary
static class IsoSpec.Builder
           
 
Constructor Summary
IsoSpec(String sourcePath, String installationKeySequence)
           
 
Method Summary
static IsoSpec.Builder builder()
           
 boolean equals(Object o)
           
 String getInstallationKeySequence()
           
 String getSourcePath()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsoSpec

public IsoSpec(String sourcePath,
               String installationKeySequence)
Method Detail

builder

public static IsoSpec.Builder builder()

getInstallationKeySequence

public String getInstallationKeySequence()

getSourcePath

public String getSourcePath()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.