com.togethersoft.openapi.vcs
Interface VcsFileInfo


public interface VcsFileInfo

Author:
TogetherSoft
Stereotype new

Method Summary
 StringcurrTagId()
           
 StringcurrVersionId()
           
 StringgetAuthor()
           
 StringgetComment()
           
 StringgetPath()
           
 intgetStatus()
           
 intgetType()
           
 booleanisDirectory()
           
 Datemodified()
           

Method Detail

currTagId

public String currTagId()

currVersionId

public String currVersionId()

getAuthor

public String getAuthor()

getComment

public String getComment()

getPath

public String getPath()

getStatus

public int getStatus()

getType

public int getType()

isDirectory

public boolean isDirectory()

modified

public Date modified()