com.perforce.p4java.ant.tasks
Class ServerTask.GlobalOption

java.lang.Object
  extended by com.perforce.p4java.ant.tasks.ServerTask.GlobalOption
Enclosing class:
ServerTask

public class ServerTask.GlobalOption
extends java.lang.Object

This inner class is used for handling nested "globaloption" elements.


Constructor Summary
ServerTask.GlobalOption()
          Constructor to create a new instance of "globaloption".
 
Method Summary
 java.lang.String getKey()
          Gets the key.
 java.lang.String getValue()
          Gets the value.
 void setKey(java.lang.String key)
          Sets the key.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerTask.GlobalOption

public ServerTask.GlobalOption()
Constructor to create a new instance of "globaloption".

Method Detail

setKey

public void setKey(java.lang.String key)
Sets the key.

Parameters:
key - the new key

getKey

public java.lang.String getKey()
Gets the key.

Returns:
the key

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

getValue

public java.lang.String getValue()
Gets the value.

Returns:
the value


Copyright (c) 2010 Perforce Software. All rights reserved.