Interface IResourceFormat

    • Method Detail

      • getFormatName

        String getFormatName()
        Returns a one-lined format name of the format.
      • getPreferredNameExtension

        String getPreferredNameExtension()
        Returns the preferred resource name extension.
      • getNameExtensions

        String[] getNameExtensions()
        Returns an array of common resource name extensions.
      • getMIMEType

        String getMIMEType()
        Returns the accepted MIME type for this format.
        Returns:
        null if no MIME type has been accepted on
      • isXMLBased

        boolean isXMLBased()
        Indicates if the format is an XML-based language.
        Returns:
        if the format is XML-based.