|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.install4j.api.windows.WinUser.GroupCreationMode
public static class WinUser.GroupCreationMode
The group creation mode.
Field Summary | |
---|---|
static WinUser.GroupCreationMode |
CREATE_IF_NECESSARY
If the specified group does not exist, create it. |
static WinUser.GroupCreationMode |
CREATE_OR_FAIL
Fail if the group already exists. |
static WinUser.GroupCreationMode |
NONE
No group should be created and associated with the new user. |
static WinUser.GroupCreationMode |
USE_EXISTING
The new user should be added to an existing group. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final WinUser.GroupCreationMode NONE
public static final WinUser.GroupCreationMode USE_EXISTING
public static final WinUser.GroupCreationMode CREATE_IF_NECESSARY
public static final WinUser.GroupCreationMode CREATE_OR_FAIL
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |