com.atlassian.jira.config.util
Interface IndexPath

All Known Subinterfaces:
IndexPath
All Known Implementing Classes:
IndexPath.PropertiesAdaptor, PropertiesIndexPath

public interface IndexPath

Responsible for determining the current location of JIRA indexes.


Nested Class Summary
static class IndexPath.Directory
           
static class IndexPath.PropertiesAdaptor
          Implementation of IndexPath that uses the ApplicationProperties to get the current paths.
 
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.
 String getSharedEntityIndexPath()
          Returns the path of JIRA's shared entiry indexes.
 

Method Detail

getIndexRootPath

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


getIssueIndexPath

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


getCommentIndexPath

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


getPluginIndexRootPath

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

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


getSharedEntityIndexPath

String getSharedEntityIndexPath()
Returns the path of JIRA's shared entiry indexes.



Copyright © 2002-2008 Atlassian. All Rights Reserved.