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