Class IndexStoreCommand
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.merge.IndexStoreCommand
-
-
Constructor Summary
Constructors Constructor Description IndexStoreCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String... args)
void
listFlatFile(File file)
static void
listTreeStore(File directory)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(String... args) throws IOException
- Specified by:
execute
in interfaceCommand
- Throws:
IOException
-
listFlatFile
public void listFlatFile(File file) throws IOException
- Throws:
IOException
-
listTreeStore
public static void listTreeStore(File directory) throws IOException
- Throws:
IOException
-
-