java.lang.Object | |
↳ | vars.jpa.VarsUserPreferencesFactoryImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_USER | Description of the Field |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs ...
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method returns the system root of the preferences tree.
| |||||||||||
This method returns the preferences object for the user specified by
System.getProperty("user.name")
| |||||||||||
This method returns the preferences object for the user specified in the parameter
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Description of the Field
Constructs ...
This method returns the system root of the preferences tree. It contains all the preferences for the users
This method returns the preferences object for the user specified by System.getProperty("user.name")
This method returns the preferences object for the user specified in the parameter
userName | is a String that is the username for the preferences object being requested |
---|