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

Packages that use IndexPathManager
com.atlassian.jira   
com.atlassian.jira.config.util   
com.atlassian.jira.issue.index   
com.atlassian.jira.sharing.index   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
 

Uses of IndexPathManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return IndexPathManager
 IndexPathManager ComponentManager.getIndexPathManager()
          Retrieves and returns the index path manager instance
 

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

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

Constructors in com.atlassian.jira.config.util with parameters of type IndexPathManager
DefaultIndexPathService(IndexPathManager indexPathManager, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.issue.index with parameters of type IndexPathManager
BulkOnlyIndexManager(IndexingConfiguration properties, IssueIndexer issueIndexer, IndexPathManager indexPathManager, ReindexMessageManager reindexMessageManager)
          private only for testing purposes (use the factory method to get an instance)
DefaultIndexManager(IndexingConfiguration indexProperties, IssueIndexer issueIndexer, IndexPathManager indexPath, ReindexMessageManager reindexMessageManager)
           
DefaultIndexManager(IndexPathManager indexPath)
           
IndexDirectoryFactory.IndexPathAdapter(IndexPathManager indexPathManager, IndexWriterConfiguration writerConfiguration)
           
 

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

Constructors in com.atlassian.jira.sharing.index with parameters of type IndexPathManager
DefaultSharedEntityIndexer(IndexPathManager indexPathManager, ShareTypeFactory shareTypeFactory, PermissionQueryFactory permissionQueryFactory, SharedEntityAccessor.Factory accessorFactory)
           
 

Uses of IndexPathManager in com.atlassian.jira.web.action.admin.index
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type IndexPathManager
IndexAdminImpl(IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager)
           
 

Uses of IndexPathManager in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type IndexPathManager
Setup(IssueIndexManager indexManager, IndexLanguageToLocaleMapper languageToLocaleMapper, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter)
           
SetupImport(IndexPathManager indexPathManager, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser)
           
 

Uses of IndexPathManager in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type IndexPathManager
ImportAll(IndexPathManager indexPathManager, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.