Class DisabledModulesMimeUtils.MimeInfo
java.lang.Object
uno.anahata.ai.nb.mime.DisabledModulesMimeUtils.MimeInfo
- Enclosing class:
DisabledModulesMimeUtils
Represents information about a MIME type found in a module.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the primary (first) file extension associated with this MIME type.toString()
-
Field Details
-
mimeType
The MIME type string (e.g., "text/x-java"). -
moduleCodeName
The code name base of the module providing this MIME type. -
enabled
public final boolean enabledWhether the module is currently enabled.
-
-
Constructor Details
-
MimeInfo
-
-
Method Details
-
getPrimaryExtension
Gets the primary (first) file extension associated with this MIME type.- Returns:
- The primary extension, or null if none is found.
-
toString
-
