Uses of Class
com.adobe.epubcheck.ocf.OCFContainer
-
Packages that use OCFContainer Package Description com.adobe.epubcheck.api com.adobe.epubcheck.bitmap com.adobe.epubcheck.ocf com.adobe.epubcheck.opf org.w3c.epubcheck.core.references -
-
Uses of OCFContainer in com.adobe.epubcheck.api
Methods in com.adobe.epubcheck.api with parameters of type OCFContainer Modifier and Type Method Description static EPUBLocationEPUBLocation. of(io.mola.galimatias.URL url, OCFContainer container) -
Uses of OCFContainer in com.adobe.epubcheck.bitmap
Methods in com.adobe.epubcheck.bitmap with parameters of type OCFContainer Modifier and Type Method Description private static java.io.FileBitmapChecker. getImageFile(OCFContainer container, io.mola.galimatias.URL imageURL)private static java.io.FileBitmapChecker. getTempImageFile(OCFContainer container, io.mola.galimatias.URL imageURL) -
Uses of OCFContainer in com.adobe.epubcheck.ocf
Fields in com.adobe.epubcheck.ocf declared as OCFContainer Modifier and Type Field Description private OCFContainerOCFCheckerState. containerMethods in com.adobe.epubcheck.ocf that return OCFContainer Modifier and Type Method Description OCFContainerOCFContainer.Builder. build()OCFContainerOCFCheckerState. getContainer()Methods in com.adobe.epubcheck.ocf with parameters of type OCFContainer Modifier and Type Method Description EPUBLocationOCFMetaFile. asLocation(OCFContainer container)io.mola.galimatias.URLOCFMetaFile. asURL(OCFContainer container)booleanOCFMetaFile. isPresent(OCFContainer container) -
Uses of OCFContainer in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf declared as OCFContainer Modifier and Type Field Description private OCFContainerValidationContext.ValidationContextBuilder. containerFields in com.adobe.epubcheck.opf with type parameters of type OCFContainer Modifier and Type Field Description private com.google.common.base.Optional<OCFContainer>OPFItem.Builder. containercom.google.common.base.Optional<OCFContainer>ValidationContext. containerThe OCF Package the resource being validated belongs to.Methods in com.adobe.epubcheck.opf with parameters of type OCFContainer Modifier and Type Method Description ValidationContext.ValidationContextBuilderValidationContext.ValidationContextBuilder. container(OCFContainer container)Method parameters in com.adobe.epubcheck.opf with type arguments of type OCFContainer Modifier and Type Method Description OPFItem.BuilderOPFItem.Builder. container(com.google.common.base.Optional<OCFContainer> container) -
Uses of OCFContainer in org.w3c.epubcheck.core.references
Fields in org.w3c.epubcheck.core.references declared as OCFContainer Modifier and Type Field Description private OCFContainerReferenceRegistry. containerprivate OCFContainerResourceReferencesChecker. containerConstructors in org.w3c.epubcheck.core.references with parameters of type OCFContainer Constructor Description ReferenceRegistry(OCFContainer container, ResourceRegistry resourceRegistry)
-