QualifiedContent.DefaultContentType

enum QualifiedContent.DefaultContentType : QualifiedContent.ContentType


The type of of the content.

Summary

Enum Values

CLASSES

The content is compiled Java code.

RESOURCES

The content is standard Java resources.

Public constructors

Public functions

java-static QualifiedContent.DefaultContentType!
valueOf(name: String!)
java-static Array<QualifiedContent.DefaultContentType!>!

Inherited functions

From class com.android.build.api.transform.QualifiedContent.ContentType
abstract String!

Content type name, readable by humans.

Enum Values

CLASSES

val QualifiedContent.DefaultContentType.CLASSESQualifiedContent.DefaultContentType

The content is compiled Java code. This can be in a Jar file or in a folder. If in a folder, it is expected to in sub-folders matching package names.

RESOURCES

val QualifiedContent.DefaultContentType.RESOURCESQualifiedContent.DefaultContentType

The content is standard Java resources.

Public constructors

DefaultContentType

DefaultContentType()

Public functions

valueOf

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

values

java-static fun values(): Array<QualifiedContent.DefaultContentType!>!