Class ComponentFileFilterProcessCheck
- java.lang.Object
-
- org.silverpeas.core.process.check.AbstractProcessCheck
-
- org.silverpeas.core.process.management.AbstractFileProcessCheck
-
- org.silverpeas.core.admin.component.process.check.ComponentFileFilterProcessCheck
-
- All Implemented Interfaces:
Initialization
,ProcessCheck
@Service public class ComponentFileFilterProcessCheck extends AbstractFileProcessCheck
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description ComponentFileFilterProcessCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkFiles(ProcessExecutionContext processExecutionContext, FileHandler fileHandler)
Contains the treatment of the verification.-
Methods inherited from class org.silverpeas.core.process.management.AbstractFileProcessCheck
check, getType, identifyComponentInstances
-
Methods inherited from class org.silverpeas.core.process.check.AbstractProcessCheck
init, release
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority
-
-
-
-
Method Detail
-
checkFiles
public void checkFiles(ProcessExecutionContext processExecutionContext, FileHandler fileHandler)
Description copied from class:AbstractFileProcessCheck
Contains the treatment of the verification. The file handler (@seeFileHandler
) associated to the current execution of chained Silverpeas processes is passed.- Specified by:
checkFiles
in classAbstractFileProcessCheck
- Parameters:
processExecutionContext
- the context of chained list of checks execution.fileHandler
- the instance of the file handler.
-
-