Package com.adobe.epubcheck.opf
Class PublicationResourceChecker
- java.lang.Object
-
- org.w3c.epubcheck.core.AbstractChecker
-
- com.adobe.epubcheck.opf.PublicationResourceChecker
-
- All Implemented Interfaces:
Checker
- Direct Known Subclasses:
BitmapChecker,CSSChecker,DTBookChecker,NavChecker,NCXChecker,OPSChecker,OverlayChecker,SearchKeyMapChecker
public class PublicationResourceChecker extends AbstractChecker
-
-
Field Summary
-
Fields inherited from class org.w3c.epubcheck.core.AbstractChecker
context, report
-
-
Constructor Summary
Constructors Constructor Description PublicationResourceChecker(ValidationContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()protected booleancheckContent()protected booleancheckPublicationAfterContent()protected booleancheckPublicationBeforeContent()private static booleancheckResourceCanBeDecrypted(ValidationContext context)private static booleancheckResourceExists(ValidationContext context)
-
-
-
Constructor Detail
-
PublicationResourceChecker
public PublicationResourceChecker(ValidationContext context)
-
-
Method Detail
-
check
public final void check()
-
checkPublicationBeforeContent
protected boolean checkPublicationBeforeContent()
-
checkContent
protected boolean checkContent()
-
checkPublicationAfterContent
protected boolean checkPublicationAfterContent()
-
checkResourceExists
private static boolean checkResourceExists(ValidationContext context)
-
checkResourceCanBeDecrypted
private static boolean checkResourceCanBeDecrypted(ValidationContext context)
-
-