Uses of Interface
com.atlassian.jira.config.util.IndexPath

Packages that use IndexPath
com.atlassian.jira.config.util   
com.atlassian.jira.issue.index   
com.atlassian.jira.sharing.index   
 

Uses of IndexPath in com.atlassian.jira.config.util
 

Classes in com.atlassian.jira.config.util that implement IndexPath
static class IndexPath.PropertiesAdaptor
          Implementation of IndexPath that uses the ApplicationProperties to get the current paths.
 

Uses of IndexPath in com.atlassian.jira.issue.index
 

Subinterfaces of IndexPath in com.atlassian.jira.issue.index
 interface IndexPath
          Deprecated. since 3.13 use IndexPath instead.
 

Classes in com.atlassian.jira.issue.index that implement IndexPath
 class PropertiesIndexPath
          Deprecated. since 3.13 use the IndexPath.PropertiesAdaptor instead.
 

Constructors in com.atlassian.jira.issue.index with parameters of type IndexPath
SingleThreadedIssueIndexer(LuceneConnectionFactory connectionFactory, IndexPath indexPath)
           
 

Uses of IndexPath in com.atlassian.jira.sharing.index
 

Constructors in com.atlassian.jira.sharing.index with parameters of type IndexPath
DefaultSharedEntityIndexer.DefaultEntityTypeConnectionManager(LuceneConnectionFactory connectionFactory, IndexPath indexPath)
           
DefaultSharedEntityIndexer(LuceneConnectionFactory connectionFactory, IndexPath indexPath, ShareTypeFactory shareTypeFactory, PermissionQueryFactory permissionQueryFactory, SharedEntityAccessor.Factory accessorFactory)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.