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 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 functions

valueOf

java-static fun valueOf(name: String?): Format?

values

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