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

Packages that use IndexPathManager
com.atlassian.jira   
com.atlassian.jira.action.admin   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.component   
com.atlassian.jira.config.util   
com.atlassian.jira.dev.backdoor   
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.action.admin
 

Constructors in com.atlassian.jira.action.admin with parameters of type IndexPathManager
OfbizImportHandler(OfBizDelegator ofBizDelegator, Executor executor, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, boolean useDefaultPaths)
           
 

Uses of IndexPathManager in com.atlassian.jira.bc.dataimport
 

Constructors in com.atlassian.jira.bc.dataimport with parameters of type IndexPathManager
DefaultDataImportService(DataImportProductionDependencies dependencies, PermissionManager permissionManager, JiraHome jiraHome, JiraLicenseUpdaterService jiraLicenseService, I18nHelper.BeanFactory beanFactory, OfBizDelegator ofBizDelegator, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, ExternalLinkUtil externalLinkUtil, ApplicationProperties applicationProperties, BuildUtilsInfo buildUtilsInfo, TaskManager taskManager, com.atlassian.mail.queue.MailQueue mailQueue, ComponentFactory factory)
           
 

Uses of IndexPathManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return IndexPathManager
static IndexPathManager ComponentAccessor.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.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type IndexPathManager
JiraSetupResource(ApplicationProperties applicationProperties, IndexPathManager indexPathManager, IssueIndexManager issueIndexManager, AttachmentPathManager attachmentPathManager, UserService userService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.sal.api.lifecycle.LifecycleManager lifecycleManager)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher, ListenerManager listenerManager)
          private only for testing purposes (use the factory method to get an instance)
DefaultIndexManager(IndexingConfiguration indexProperties, IssueIndexer issueIndexer, IndexPathManager indexPath, ReindexMessageManager reindexMessageManager, com.atlassian.event.api.EventPublisher eventPublisher, ListenerManager listenerManager)
           
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, SharedEntitySearchContextToQueryFactoryMap searchContextToQueryFactoryMap, SharedEntityAccessor.Factory accessorFactory, DirectoryFactory directoryFactory)
           
IndexPathDirectoryFactory(IndexPathManager pathManager, LuceneDirectoryUtils luceneDirectoryUtils)
           
 

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, FileFactory fileFactory)
           
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
 

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, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)
           
SetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory)
           
 

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, JiraHome jiraHome, FileFactory fileFactory, DataImportService dataImportService, ImportResultHandler importResultHandler, VelocityRequestContextFactory velocityRequestContextFactory)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.