public class LargeMessagesDirectoryPath<T extends LargeMessagesDirectoryPath<T>> extends Object
| Constructor and Description | 
|---|
LargeMessagesDirectoryPath()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
String | 
path()
The actual filesystem path. 
 | 
T | 
path(String value)
The actual filesystem path. 
 | 
String | 
relativeTo()
The name of another previously named path, or of one of the standard
 paths provided by the system. 
 | 
T | 
relativeTo(String value)
The name of another previously named path, or of one of the standard
 paths provided by the system. 
 | 
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()
public T relativeTo(String value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.