Class MimeTypeKt

  • All Implemented Interfaces:

    
    public final class MimeTypeKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean isKotlin(MimeType $self) Is the base language for this mime type Kotlin?
      final static Boolean isJava(MimeType $self) Is the base language for this mime type Java?
      final static Boolean isXml(MimeType $self) Is the base language for this mime type XML?
      final static Boolean isGradle(MimeType $self) Is this a Gradle file (which could be in Groovy, or, Kotlin)
      final static Boolean isVersionCatalog(MimeType $self) Is this a version catalog file (which could be in TOML, or in Groovy)
      final static Boolean isManifest(MimeType $self) Is this an Android manifest file?
      final static Boolean isSql(MimeType $self) Is the base language for this mime type SQL?
      final static Boolean isRegex(MimeType $self) Is the base language for this mime type a regular expression?
      final static Boolean isProto(MimeType $self) Is the base language for this mime type a protobuf?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait