public class

IndexPathDirectoryFactory

extends Object
implements DirectoryFactory
java.lang.Object
   ↳ com.atlassian.jira.sharing.index.IndexPathDirectoryFactory

Class Overview

An implementation that uses the IndexPathManager as its way of getting a Directory

Summary

Public Constructors
IndexPathDirectoryFactory(IndexPathManager pathManager, LuceneDirectoryUtils luceneDirectoryUtils)
Public Methods
Directory get(TypeDescriptor<?> type)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.Function
From interface com.atlassian.util.concurrent.Function

Public Constructors

public IndexPathDirectoryFactory (IndexPathManager pathManager, LuceneDirectoryUtils luceneDirectoryUtils)

Public Methods

public Directory get (TypeDescriptor<?> type)