Class MimetypeDescriptor

java.lang.Object
org.nuxeo.ecm.platform.mimetype.service.MimetypeDescriptor

public class MimetypeDescriptor extends Object
MimetypeEntry extension definition.
Author:
Julien Anguenot
  • Field Details

    • normalized

      protected String normalized
    • binary

      protected boolean binary
    • onlineEditable

      protected boolean onlineEditable
    • oleSupported

      protected boolean oleSupported
    • iconPath

      protected String iconPath
    • mimetypes

      protected Element mimetypes
    • extensions

      protected Element extensions
  • Constructor Details

    • MimetypeDescriptor

      public MimetypeDescriptor()
  • Method Details

    • isBinary

      public boolean isBinary()
    • setBinary

      public void setBinary(boolean binary)
    • isOnlineEditable

      public boolean isOnlineEditable()
    • setOnlineEditable

      public void setOnlineEditable(boolean onlineEditable)
    • isOleSupported

      public boolean isOleSupported()
    • setOleSupported

      public void setOleSupported(boolean oleSupported)
    • getExtensions

      public List<String> getExtensions()
    • setExtensions

      public void setExtensions(Element extensions)
    • getIconPath

      public String getIconPath()
    • setIconPath

      public void setIconPath(String iconPath)
    • getMimetypes

      public List<String> getMimetypes()
    • setMimetypes

      public void setMimetypes(Element mimetypes)
    • getMimetype

      public MimetypeEntry getMimetype()
    • getNormalized

      public String getNormalized()
    • setNormalized

      public void setNormalized(String normalized)