Format
enum Format
The format in which content is stored.
Summary
Public constructors |
|
---|---|
Format() |
Enum Values
DIRECTORY
val Format.DIRECTORY: Format
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.
Public constructors
Public functions
valueOf
java-static fun valueOf(name: String!): Format!
Throws | |
---|---|
java.lang.IllegalArgumentException: java.lang.IllegalArgumentException |