|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PushPullType | |
|---|---|
| org.zanata.client.commands | |
| org.zanata.client.commands.pull | |
| org.zanata.client.commands.push | |
| Uses of PushPullType in org.zanata.client.commands |
|---|
| Methods in org.zanata.client.commands that return PushPullType | |
|---|---|
static PushPullType |
PushPullType.fromString(String str)
Parse a PushPullType value from a string case-insensitively, and disregarding leading and trailing spaces. |
static PushPullType |
PushPullType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PushPullType[] |
PushPullType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of PushPullType in org.zanata.client.commands.pull |
|---|
| Methods in org.zanata.client.commands.pull that return PushPullType | |
|---|---|
PushPullType |
PullOptionsImpl.getPullType()
|
PushPullType |
PullOptions.getPullType()
|
| Uses of PushPullType in org.zanata.client.commands.push |
|---|
| Methods in org.zanata.client.commands.push that return PushPullType | |
|---|---|
PushPullType |
PushOptionsImpl.getPushType()
|
PushPullType |
PushOptions.getPushType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||