org.gcube.common.ghn.service.persistence
Class LocalPersistence

java.lang.Object
  extended by org.gcube.common.ghn.service.persistence.LocalPersistence
All Implemented Interfaces:
Persistence

public class LocalPersistence
extends Object
implements Persistence


Constructor Summary
LocalPersistence()
           
LocalPersistence(String location)
           
 
Method Summary
 boolean equals(Object obj)
           
 File file(String path)
           
 int hashCode()
           
 String location()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalPersistence

public LocalPersistence()

LocalPersistence

public LocalPersistence(String location)
Method Detail

location

public String location()
Specified by:
location in interface Persistence

file

public File file(String path)
Specified by:
file in interface Persistence

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.