com.lazerycode.selenium.repository
Class FileDetails

java.lang.Object
  extended by com.lazerycode.selenium.repository.FileDetails

public class FileDetails
extends Object


Constructor Summary
FileDetails()
           
 
Method Summary
 URL getFileLocation()
           
 String getHash()
           
 HashType getHashType()
           
 void setFileLocation(String value)
           
 void setHash(String value)
           
 void setHashType(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDetails

public FileDetails()
Method Detail

setFileLocation

public void setFileLocation(String value)
                     throws MalformedURLException
Throws:
MalformedURLException

getFileLocation

public URL getFileLocation()

setHash

public void setHash(String value)

getHash

public String getHash()

setHashType

public void setHashType(String value)

getHashType

public HashType getHashType()


Copyright © 2012. All Rights Reserved.