protected static class AbstractFileStore.StoreLocation extends AVListImpl
Modifier and Type | Field and Description |
---|---|
protected boolean |
markWhenUsed |
Constructor and Description |
---|
StoreLocation(java.io.File file) |
StoreLocation(java.io.File file,
boolean isInstall) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
boolean |
isInstall() |
boolean |
isMarkWhenUsed() |
void |
setFile(java.io.File file) |
void |
setInstall(boolean isInstall) |
void |
setMarkWhenUsed(boolean markWhenUsed) |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
public StoreLocation(java.io.File file)
public StoreLocation(java.io.File file, boolean isInstall)
public java.io.File getFile()
public boolean isInstall()
public boolean isMarkWhenUsed()
public void setFile(java.io.File file)
public void setInstall(boolean isInstall)
public void setMarkWhenUsed(boolean markWhenUsed)