org.exoplatform.services.jcr.ext.backup.impl
Class IndexCleanHelper
java.lang.Object
org.exoplatform.services.jcr.ext.backup.impl.IndexCleanHelper
public class IndexCleanHelper
- extends Object
IndexCleanerService deliver tools for clean index data of workspace or repository.
Created by The eXo Platform SAS.
Date: 2010
- Version:
- $Id: IndexCleanerService.java 3210 2010-09-28 12:01:50Z areshetnyak $
- Author:
- Alex Reshetnyak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexCleanHelper
public IndexCleanHelper()
removeWorkspaceIndex
public void removeWorkspaceIndex(WorkspaceEntry wsConfig,
boolean isSystem)
throws RepositoryConfigurationException,
IOException
- Remove all file of workspace index.
- Parameters:
wsConfig - - workspace configuration.isSystem - - 'true' to clean system workspace.
- Throws:
RepositoryConfigurationException - - exception on parsing workspace configuration
IOException - - exception on remove index folder
Copyright © 2012 eXo Platform SAS. All Rights Reserved.