Class RepositoryIndexer
- java.lang.Object
-
- org.silverpeas.core.index.indexing.model.RepositoryIndexer
-
public class RepositoryIndexer extends Object
An RepositoryIndexer allow to index files in a whole repository except the directories
-
-
Constructor Summary
Constructors Constructor Description RepositoryIndexer(String spaceId, String componentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPath(Path path, String creatorId)
String
getComponentId()
String
getSpaceId()
void
removePath(Path path, String creatorId)
-