public class FileDataStore<T extends FileDataStore<T>> extends Object
Constructor and Description |
---|
FileDataStore(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
path()
The directory to store persistent timer information in
|
T |
path(String value)
The directory to store persistent timer information in
|
String |
relativeTo()
The relative path that is used to resolve the timer data store location
|
T |
relativeTo(String value)
The relative path that is used to resolve the timer data store location
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public FileDataStore(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String path()
public String relativeTo()
Copyright © 2019 JBoss by Red Hat. All rights reserved.