NASA World Wind

gov.nasa.worldwind.cache
Class AbstractFileStore.StoreLocation

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.cache.AbstractFileStore.StoreLocation
All Implemented Interfaces:
AVList
Enclosing class:
AbstractFileStore

protected static class AbstractFileStore.StoreLocation
extends AVListImpl


Field Summary
protected  boolean markWhenUsed
           
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
AbstractFileStore.StoreLocation(File file)
           
AbstractFileStore.StoreLocation(File file, boolean isInstall)
           
 
Method Summary
 File getFile()
           
 boolean isInstall()
           
 boolean isMarkWhenUsed()
           
 void setFile(File file)
           
 void setInstall(boolean isInstall)
           
 void setMarkWhenUsed(boolean markWhenUsed)
           
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markWhenUsed

protected boolean markWhenUsed
Constructor Detail

AbstractFileStore.StoreLocation

public AbstractFileStore.StoreLocation(File file)

AbstractFileStore.StoreLocation

public AbstractFileStore.StoreLocation(File file,
                                       boolean isInstall)
Method Detail

getFile

public File getFile()

isInstall

public boolean isInstall()

isMarkWhenUsed

public boolean isMarkWhenUsed()

setFile

public void setFile(File file)

setInstall

public void setInstall(boolean isInstall)

setMarkWhenUsed

public void setMarkWhenUsed(boolean markWhenUsed)

NASA World Wind