This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Tomas Zezula
Inner Class :public static interface ExceptionAction
getBootIndices() I need to store the boot indices such that I don't try to open a
LuceneIndex multiple times (once for each project type that tries
to query the boot index) since as of Lucene 2.1 I get errors in trying
to do this...
I need to store the boot indices such that I don't try to open a
LuceneIndex multiple times (once for each project type that tries
to query the boot index) since as of Lucene 2.1 I get errors in trying
to do this...