Enum Class OCFMetaFile

java.lang.Object
java.lang.Enum<OCFMetaFile>
com.adobe.epubcheck.ocf.OCFMetaFile
All Implemented Interfaces:
Serializable, Comparable<OCFMetaFile>, Constable

enum OCFMetaFile extends Enum<OCFMetaFile>
  • Enum Constant Details

  • Field Details

    • path

      private final String path
  • Constructor Details

    • OCFMetaFile

      private OCFMetaFile(String path)
  • Method Details

    • values

      public static OCFMetaFile[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OCFMetaFile valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • asURL

      public io.mola.galimatias.URL asURL(OCFContainer container)
    • asLocation

      public EPUBLocation asLocation(OCFContainer container)
    • isPresent

      public boolean isPresent(OCFContainer container)
    • asPath

      public String asPath()