public class

PathInfoData

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

Class Overview

Data object for information about a file or directory in the fisheye index

Summary

Public Constructors
PathInfoData(String name, boolean isDir, boolean isHeadDeleted)
PathInfoData()
Public Methods
String getName()
boolean isDir()
boolean isHeadDeleted()
void setDir(boolean dir)
void setHeadDeleted(boolean headDeleted)
void setName(String name)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PathInfoData (String name, boolean isDir, boolean isHeadDeleted)

Parameters
name The name of the file or directory
isDir true if this path is a directory
isHeadDeleted true if this path has been deleted on the repository head

public PathInfoData ()

Public Methods

public String getName ()

Returns
  • the name of the file or directory

public boolean isDir ()

Returns
  • true if this path is a directory

public boolean isHeadDeleted ()

Returns
  • if this path has been deleted on the repository head

public void setDir (boolean dir)

public void setHeadDeleted (boolean headDeleted)

public void setName (String name)

public String toString ()