com.perforce.p4java.ant.tasks
Class PerforceTask.File

java.lang.Object
  extended by com.perforce.p4java.ant.tasks.PerforceTask.File
Enclosing class:
PerforceTask

public class PerforceTask.File
extends java.lang.Object

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


Constructor Summary
PerforceTask.File()
          Constructor to create a new instance of "file".
 
Method Summary
 java.lang.String getPath()
          Gets the path.
 void setPath(java.lang.String path)
          Sets the path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceTask.File

public PerforceTask.File()
Constructor to create a new instance of "file".

Method Detail

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path

getPath

public java.lang.String getPath()
Gets the path.

Returns:
the path


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