public class

FileRevisionKeyData

extends Object
java.lang.Object
   ↳ com.atlassian.fisheye.spi.data.FileRevisionKeyData

Class Overview

Data Object for storing the path and revision identifying a filerevision

Summary

Public Constructors
FileRevisionKeyData(String path, String rev)
FileRevisionKeyData()
Public Methods
boolean equals(Object o)
String getPath()
String getRev()
int hashCode()
void setPath(String path)
void setRev(String rev)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FileRevisionKeyData (String path, String rev)

Parameters
path the path of the filerevision with respect to the fisheye repository root
rev the filerevision id

public FileRevisionKeyData ()

Public Methods

public boolean equals (Object o)

public String getPath ()

Returns
  • the path of the filerevision with respect to the fisheye repository root

public String getRev ()

Returns
  • the filerevision id

public int hashCode ()

public void setPath (String path)

public void setRev (String rev)

public String toString ()