public class PathJournalDirectory<T extends PathJournalDirectory> extends Object
| Constructor and Description |
|---|
PathJournalDirectory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getKey()
public String path()
If treated as an absolute path, the actual runtime pathname specified by the value of this attribute will be determined as follows:
If this value is already absolute, then the value is directly used. Otherwise the runtime pathname is resolved in a system-dependent way. On UNIX systems, a relative pathname is made absolute by resolving it against the current user directory. On Microsoft Windows systems, a relative pathname is made absolute by resolving it against the current directory of the drive named by the pathname, if any; if not, it is resolved against the current user directory.public T path(String value)
If treated as an absolute path, the actual runtime pathname specified by the value of this attribute will be determined as follows:
If this value is already absolute, then the value is directly used. Otherwise the runtime pathname is resolved in a system-dependent way. On UNIX systems, a relative pathname is made absolute by resolving it against the current user directory. On Microsoft Windows systems, a relative pathname is made absolute by resolving it against the current directory of the drive named by the pathname, if any; if not, it is resolved against the current user directory.public String relativeTo()
public T relativeTo(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.