com.atlassian.jira.issue.index
Interface IndexPath

All Known Implementing Classes:
PropertiesIndexPath

public interface IndexPath

Responsible for determining the current location of JIRA indexes.


Nested Class Summary
static class IndexPath.Directory
           
 
Method Summary
 String getCommentIndexPath()
          Returns the path of JIRA's comment indexes.
 String getIndexRootPath()
          Returns the root path of JIRA's indexes.
 String getIssueIndexPath()
          Returns the path of JIRA's issue indexes.
 String getPluginIndexRootPath()
          Returns the root path of JIRA's plugin indexes.
 

Method Detail

getIndexRootPath

public String getIndexRootPath()
Returns the root path of JIRA's indexes.


getIssueIndexPath

public String getIssueIndexPath()
Returns the path of JIRA's issue indexes.


getCommentIndexPath

public String getCommentIndexPath()
Returns the path of JIRA's comment indexes.


getPluginIndexRootPath

public String getPluginIndexRootPath()
Returns the root path of JIRA's plugin indexes.

NOTE: Each Plugin should create a new directory under this path



Copyright © 2002-2007 Atlassian. All Rights Reserved.