Package org.bedework.tools.cmdutil
Class ProcessReindex
- java.lang.Object
-
- org.bedework.tools.cmdutil.CmdUtilHelper
-
- org.bedework.tools.cmdutil.ProcessReindex
-
- All Implemented Interfaces:
org.bedework.util.logging.Logged
public class ProcessReindex extends CmdUtilHelper
- Author:
- douglm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessReindex.Refs
-
Field Summary
-
Fields inherited from class org.bedework.tools.cmdutil.CmdUtilHelper
pstate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessReindex.RefsgetChildCollections(String path, ProcessReindex.Refs refs)Get the next batch of child collection paths.protected intindexCollection(String path, BwIndexer indexer)-
Methods inherited from class org.bedework.tools.cmdutil.CmdUtilHelper
addError, addInfo, addToAdminGroup, addUser, assertToken, boolFor, catWd, close, cmdEnd, error, expect, findGroup, getAliasPath, getAliasTarget, getAuthUser, getCal, getCal, getCat, getCat, getCatPersistent, getCols, getDirectoryInfo, getEvent, getEvents, getIndexer, getLogger, getPersistentLoc, getPrefs, getSvci, getUserAlways, info, makeAdminGroup, makeCollection, newMember, nextToken, open, parseQuery, qstringFor, quotedVal, setUser, test, testToken, testToken, warn, word, wordOrQuotedVal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace
-
-
-
-
Method Detail
-
indexCollection
protected int indexCollection(String path, BwIndexer indexer) throws CalFacadeException
- Throws:
CalFacadeException
-
getChildCollections
protected ProcessReindex.Refs getChildCollections(String path, ProcessReindex.Refs refs) throws CalFacadeException
Get the next batch of child collection paths.- Parameters:
path- to parentrefs- - null on first call.- Returns:
- next batch of hrefs or null for no more.
- Throws:
CalFacadeException- on error
-
-