Format

enum Format


The format in which content is stored.

Summary

Enum Values

DIRECTORY

The content is a directory.

JAR

The content is a jar.

Public constructors

Public functions

java-static Format!
valueOf(name: String!)
java-static Array<Format!>!

Enum Values

DIRECTORY

val Format.DIRECTORYFormat

The content is a directory.

This means that in the case of java class files, the files should be in directories matching their package names, directly under the root directory.

JAR

val Format.JARFormat

The content is a jar.

Public constructors

Format

Format()

Public functions

valueOf

java-static fun valueOf(name: String!): Format!
Throws
java.lang.IllegalArgumentException: java.lang.IllegalArgumentException

values

java-static fun values(): Array<Format!>!