Package org.javlo.service.integrity
Class IntegrityFactory
- java.lang.Object
-
- org.javlo.service.integrity.IntegrityFactory
-
public class IntegrityFactory extends Object
factory for the content integrity tester. content integrity could check site of component like description or title.- Author:
- pvandermaesen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntegrityFactory.IntegrityBean
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<IIntegrityChecker>
getAllChecker(ContentContext ctx)
List<IntegrityFactory.IntegrityBean>
getChecker()
int
getErrorCount()
static IntegrityFactory
getInstance(ContentContext ctx)
String
getLevelLabel()
boolean
isClean()
boolean
isError()
-
-
-
Method Detail
-
getAllChecker
protected List<IIntegrityChecker> getAllChecker(ContentContext ctx)
-
isClean
public boolean isClean()
-
isError
public boolean isError()
-
getErrorCount
public int getErrorCount()
-
getInstance
public static IntegrityFactory getInstance(ContentContext ctx)
-
getChecker
public List<IntegrityFactory.IntegrityBean> getChecker()
-
getLevelLabel
public String getLevelLabel()
-
-