|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyOptions | |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of PropertyOptions in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type PropertyOptions | |
---|---|
String |
Server.deleteProperty(String name,
PropertyOptions opts)
|
String |
Server.setProperty(String name,
String value,
PropertyOptions opts)
|
Uses of PropertyOptions in com.perforce.p4java.option.server |
---|
Methods in com.perforce.p4java.option.server that return PropertyOptions | |
---|---|
PropertyOptions |
PropertyOptions.setGroup(String group)
|
PropertyOptions |
PropertyOptions.setName(String name)
|
PropertyOptions |
PropertyOptions.setSequence(int sequence)
|
PropertyOptions |
PropertyOptions.setUser(String user)
|
PropertyOptions |
PropertyOptions.setValue(String value)
|
Uses of PropertyOptions in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type PropertyOptions | |
---|---|
String |
IOptionsServer.deleteProperty(String name,
PropertyOptions opts)
Deletes a property value from the Perforce server. |
String |
IOptionsServer.setProperty(String name,
String value,
PropertyOptions opts)
Updates a property value in the Perforce server, or adds the property value to the Perforce server if it is not yet there. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |