Class AssociationDesc


  • public final class AssociationDesc
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AssociationDesc​(java.lang.String mimeType, java.lang.String[] extensions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getExtensions()  
      java.lang.String getMimeType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssociationDesc

        public AssociationDesc​(java.lang.String mimeType,
                               java.lang.String[] extensions)
                        throws ParseException
        Throws:
        ParseException
    • Method Detail

      • getExtensions

        public java.lang.String[] getExtensions()
        Returns:
        the extensions for this association
      • getMimeType

        public java.lang.String getMimeType()
        Returns:
        the mimetype for this association