com.starteam
Class File.Result

java.lang.Object
  extended by com.starteam.File.Result
Direct Known Subclasses:
File.AddResult, File.CheckInResult, File.CheckOutResult
Enclosing class:
File

public static class File.Result
extends java.lang.Object

return information common to the file operations of add, checkin and checkout


Method Summary
 File.Keyword[] getKeywords()
          Returns the keywords used in the add/checkin/checkout operation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeywords

public File.Keyword[] getKeywords()
Returns the keywords used in the add/checkin/checkout operation. If no keywords were used the array will be empty. This method will not return null.

Returns:
the keywords used for the file operation.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.