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