Package org.apache.jackrabbit.oak.index
Class IndexCommand
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.IndexCommand
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDEX_CONSISTENCY_CHECK_TXTstatic StringINDEX_DEFINITIONS_JSONstatic StringINDEX_INFO_TXTstatic StringNAME
-
Constructor Summary
Constructors Constructor Description IndexCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckTikaDependency()voidexecute(String... args)voidexit(int status)static voidsetDisableExitOnError(boolean disableExitOnError)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
INDEX_DEFINITIONS_JSON
public static final String INDEX_DEFINITIONS_JSON
- See Also:
- Constant Field Values
-
INDEX_INFO_TXT
public static final String INDEX_INFO_TXT
- See Also:
- Constant Field Values
-
INDEX_CONSISTENCY_CHECK_TXT
public static final String INDEX_CONSISTENCY_CHECK_TXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkTikaDependency
public void checkTikaDependency() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
exit
public void exit(int status)
-
setDisableExitOnError
public static void setDisableExitOnError(boolean disableExitOnError)
-
-