Class MimeTypeKt
-
- All Implemented Interfaces:
public final class MimeTypeKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisKotlin(MimeType $self)Is the base language for this mime type Kotlin? final static BooleanisJava(MimeType $self)Is the base language for this mime type Java? final static BooleanisXml(MimeType $self)Is the base language for this mime type XML? final static BooleanisGradle(MimeType $self)Is this a Gradle file (which could be in Groovy, or, Kotlin) final static BooleanisVersionCatalog(MimeType $self)Is this a version catalog file (which could be in TOML, or in Groovy) final static BooleanisManifest(MimeType $self)Is this an Android manifest file? final static BooleanisSql(MimeType $self)Is the base language for this mime type SQL? final static BooleanisRegex(MimeType $self)Is the base language for this mime type a regular expression? final static BooleanisProto(MimeType $self)Is the base language for this mime type a protobuf? -
-
Method Detail
-
isKotlin
final static Boolean isKotlin(MimeType $self)
Is the base language for this mime type Kotlin?
-
isGradle
final static Boolean isGradle(MimeType $self)
Is this a Gradle file (which could be in Groovy, or, Kotlin)
-
isVersionCatalog
final static Boolean isVersionCatalog(MimeType $self)
Is this a version catalog file (which could be in TOML, or in Groovy)
-
isManifest
final static Boolean isManifest(MimeType $self)
Is this an Android manifest file?
-
isRegex
final static Boolean isRegex(MimeType $self)
Is the base language for this mime type a regular expression?
-
-
-
-