public class UserData extends AnyStructuredData
Modifier and Type | Field and Description |
---|---|
protected java.nio.file.Path |
directory |
protected java.nio.file.Path |
home |
protected java.lang.String |
name |
separator
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getDirectory() |
java.nio.file.Path |
getHome() |
java.lang.String |
getName() |
void |
setDirectory(java.nio.file.Path directory) |
void |
setHome(java.nio.file.Path home) |
void |
setName(java.lang.String name) |
flatten, fromMap, fromString, get, get, get, get, merge, merge, merge, merge, of, put, put, put, structure
equals, fromMap, fromString, hashCode, toMap, toMap, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
any
protected java.lang.String name
protected java.nio.file.Path home
protected java.nio.file.Path directory
public void setName(java.lang.String name)
public void setHome(java.nio.file.Path home)
public void setDirectory(java.nio.file.Path directory)
public java.lang.String getName()
public java.nio.file.Path getHome()
public java.nio.file.Path getDirectory()