Uses of Class
com.adobe.epubcheck.util.FeatureEnum
-
Packages that use FeatureEnum Package Description com.adobe.epubcheck.api com.adobe.epubcheck.ocf com.adobe.epubcheck.reporting com.adobe.epubcheck.util -
-
Uses of FeatureEnum in com.adobe.epubcheck.api
Fields in com.adobe.epubcheck.api declared as FeatureEnum Modifier and Type Field Description private FeatureEnumFeatureReport.Feature. nameFields in com.adobe.epubcheck.api with type parameters of type FeatureEnum Modifier and Type Field Description private com.google.common.collect.SetMultimap<FeatureEnum,FeatureReport.Feature>FeatureReport. featuresMethods in com.adobe.epubcheck.api that return FeatureEnum Modifier and Type Method Description FeatureEnumFeatureReport.Feature. getName()The name of the featureMethods in com.adobe.epubcheck.api with parameters of type FeatureEnum Modifier and Type Method Description java.util.Set<FeatureReport.Feature>FeatureReport. getFeature(FeatureEnum feature)Returns the set ofFeatureReport.Featurestored in this report for the given feature name.booleanFeatureReport. hasFeature(FeatureEnum feature)Returnstrueiff this reports contains data for a feature name.voidQuietReport. info(java.lang.String resource, FeatureEnum feature, java.lang.String value)voidReport. info(java.lang.String resource, FeatureEnum feature, java.lang.String value)Called when when a feature is found in epub.voidFeatureReport. report(FeatureEnum name, EPUBLocation location)Add a new feature to this report.voidFeatureReport. report(FeatureEnum name, EPUBLocation location, java.lang.String value)Add a new feature to this report.Constructors in com.adobe.epubcheck.api with parameters of type FeatureEnum Constructor Description Feature(FeatureEnum name, EPUBLocation location, java.lang.String value) -
Uses of FeatureEnum in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf that return types with arguments of type FeatureEnum Modifier and Type Method Description java.util.Map<FeatureEnum,java.lang.String>OCFResource. getProperties() -
Uses of FeatureEnum in com.adobe.epubcheck.reporting
Methods in com.adobe.epubcheck.reporting with parameters of type FeatureEnum Modifier and Type Method Description voidItemMetadata. handleInfo(FeatureEnum feature, java.lang.String value)voidPublicationMetadata. handleInfo(java.lang.String resource, FeatureEnum feature, java.lang.String value)voidCheckingReport. info(java.lang.String resource, FeatureEnum feature, java.lang.String value) -
Uses of FeatureEnum in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return FeatureEnum Modifier and Type Method Description static FeatureEnumFeatureEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FeatureEnum[]FeatureEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.epubcheck.util with parameters of type FeatureEnum Modifier and Type Method Description voidDefaultReportImpl. info(java.lang.String resource, FeatureEnum feature, java.lang.String value)voidWriterReportImpl. info(java.lang.String resource, FeatureEnum feature, java.lang.String value)voidXmlReportAbstract. info(java.lang.String resource, FeatureEnum feature, java.lang.String value)
-