Class FSDirectoryDeleteTest

java.lang.Object
org.eclipse.sisu.launch.InjectedTest
All Implemented Interfaces:
com.google.inject.Module

public class FSDirectoryDeleteTest extends AbstractIndexCreatorHelper
  • Field Details

    • nexusIndexer

      protected org.apache.maven.index.NexusIndexer nexusIndexer
    • repo

      protected File repo
    • context

      protected org.apache.maven.index.context.IndexingContext context
    • indexDirFile

      protected File indexDirFile
    • indexDir

      protected org.apache.lucene.store.Directory indexDir
    • otherContext

      protected org.apache.maven.index.context.IndexingContext otherContext
    • otherIndexDirFile

      protected File otherIndexDirFile
    • otherIndexDir

      protected org.apache.lucene.store.Directory otherIndexDir
  • Constructor Details

    • FSDirectoryDeleteTest

      public FSDirectoryDeleteTest()
  • Method Details