public class FileDataStore extends Object
| Constructor and Description |
|---|
FileDataStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
path()
The directory to store persistent timer information in
|
FileDataStore |
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
|
FileDataStore |
relativeTo(String value)
The relative path that is used to resolve the timer data store location
|
public FileDataStore(String key)
public String getKey()
public String path()
public FileDataStore path(String value)
public String relativeTo()
public FileDataStore relativeTo(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.