com.starteam
Class StatusMethod.FileStatus

java.lang.Object
  extended by com.starteam.StatusMethod.FileStatus
Enclosing class:
StatusMethod

public static final class StatusMethod.FileStatus
extends java.lang.Object

A FileStatus represents a combination of a file name and its status information from the status database (syncdb) on disk. This status object may be used by tools to help identify issues in status calculation on end user local file systems and is primarily relevant to and targeted at central file systems. Instances of the FileStatus object are returned in an array by the method StatusMethod.getStatusInformation(String) It may be used to reconcile a file on disk, a FileStatus object and a File in StarTeam to determine the correctness of File.Status calculation


Method Summary
 java.lang.String getName()
           
 File.WorkspaceSync getStatus()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getStatus

public File.WorkspaceSync getStatus()


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