gov.nasa.worldwind.cache
Class AbstractFileStore.StoreLocation
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.cache.AbstractFileStore.StoreLocation
- All Implemented Interfaces:
- AVList
- Enclosing class:
- AbstractFileStore
protected static class AbstractFileStore.StoreLocation
- extends AVListImpl
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 |
markWhenUsed
protected boolean markWhenUsed
AbstractFileStore.StoreLocation
public AbstractFileStore.StoreLocation(File file)
AbstractFileStore.StoreLocation
public AbstractFileStore.StoreLocation(File file,
boolean isInstall)
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)