External

dotty.tools.io.FileExtension.External
final case class External(toLowerCase: String) extends FileExtension

Fallback extension

Attributes

Members list

Value members

Inherited methods

represents ".class"

represents ".class"

Attributes

Inherited from:
FileExtension

represents an empty file extension.

represents an empty file extension.

Attributes

Inherited from:
FileExtension
def isJar: Boolean

represents ".jar"

represents ".jar"

Attributes

Inherited from:
FileExtension

represents ".jar" or ".zip"

represents ".jar" or ".zip"

Attributes

Inherited from:
FileExtension

represents ".java"

represents ".java"

Attributes

Inherited from:
FileExtension

represents ".java" or .tasty

represents ".java" or .tasty

Attributes

Inherited from:
FileExtension

represents ".scala"

represents ".scala"

Attributes

Inherited from:
FileExtension

represents ".scala" or ".java"

represents ".scala" or ".java"

Attributes

Inherited from:
FileExtension

represents ".sc"

represents ".sc"

Attributes

Inherited from:
FileExtension

represents ".tasty"

represents ".tasty"

Attributes

Inherited from:
FileExtension
def isZip: Boolean

represents ".zip"

represents ".zip"

Attributes

Inherited from:
FileExtension

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
FileExtension -> Any
Inherited from:
FileExtension