Uses of Enum Class
com.adobe.epubcheck.util.FeatureEnum
Packages that use FeatureEnum
Package
Description
-
Uses of FeatureEnum in com.adobe.epubcheck.api
Fields in com.adobe.epubcheck.api declared as FeatureEnumFields in com.adobe.epubcheck.api with type parameters of type FeatureEnumModifier and TypeFieldDescriptionprivate final com.google.common.collect.SetMultimap<FeatureEnum, FeatureReport.Feature> FeatureReport.featuresMethods in com.adobe.epubcheck.api that return FeatureEnumMethods in com.adobe.epubcheck.api with parameters of type FeatureEnumModifier and TypeMethodDescriptionFeatureReport.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(String resource, FeatureEnum feature, String value) voidReport.info(String resource, FeatureEnum feature, 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, String value) Add a new feature to this report.Constructors in com.adobe.epubcheck.api with parameters of type FeatureEnumModifierConstructorDescriptionprivateFeature(FeatureEnum name, EPUBLocation location, String value) -
Uses of FeatureEnum in com.adobe.epubcheck.ocf
Methods in com.adobe.epubcheck.ocf that return types with arguments of type FeatureEnum -
Uses of FeatureEnum in com.adobe.epubcheck.reporting
Methods in com.adobe.epubcheck.reporting with parameters of type FeatureEnumModifier and TypeMethodDescriptionvoidItemMetadata.handleInfo(FeatureEnum feature, String value) voidPublicationMetadata.handleInfo(String resource, FeatureEnum feature, String value) voidCheckingReport.info(String resource, FeatureEnum feature, String value) -
Uses of FeatureEnum in com.adobe.epubcheck.util
Subclasses with type arguments of type FeatureEnum in com.adobe.epubcheck.utilMethods in com.adobe.epubcheck.util that return FeatureEnumModifier and TypeMethodDescriptionstatic FeatureEnumReturns the enum constant of this class with the specified name.static FeatureEnum[]FeatureEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.adobe.epubcheck.util with parameters of type FeatureEnumModifier and TypeMethodDescriptionvoidDefaultReportImpl.info(String resource, FeatureEnum feature, String value) voidWriterReportImpl.info(String resource, FeatureEnum feature, String value) voidXmlReportAbstract.info(String resource, FeatureEnum feature, String value)