Package org.gradle.api.attributes
Interface LibraryElements
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLASSES
The JVM classes formatstatic java.lang.String
CLASSES_AND_RESOURCES
The JVM class files and resourcesstatic java.lang.String
DYNAMIC_LIB
Dynamic libraries for native modulesstatic java.lang.String
HEADERS_CPLUSPLUS
Header files for C++static java.lang.String
JAR
The JVM archive formatstatic Attribute<LibraryElements>
LIBRARY_ELEMENTS_ATTRIBUTE
static java.lang.String
LINK_ARCHIVE
Link archives for native modulesstatic java.lang.String
OBJECTS
Objects for native modulesstatic java.lang.String
RESOURCES
JVM resources
-
-
-
Field Detail
-
LIBRARY_ELEMENTS_ATTRIBUTE
static final Attribute<LibraryElements> LIBRARY_ELEMENTS_ATTRIBUTE
-
CLASSES
static final java.lang.String CLASSES
The JVM classes format- See Also:
- Constant Field Values
-
JAR
static final java.lang.String JAR
The JVM archive format- See Also:
- Constant Field Values
-
RESOURCES
static final java.lang.String RESOURCES
JVM resources- See Also:
- Constant Field Values
-
CLASSES_AND_RESOURCES
static final java.lang.String CLASSES_AND_RESOURCES
The JVM class files and resources- See Also:
- Constant Field Values
-
HEADERS_CPLUSPLUS
static final java.lang.String HEADERS_CPLUSPLUS
Header files for C++- See Also:
- Constant Field Values
-
LINK_ARCHIVE
static final java.lang.String LINK_ARCHIVE
Link archives for native modules- See Also:
- Constant Field Values
-
OBJECTS
static final java.lang.String OBJECTS
Objects for native modules- See Also:
- Constant Field Values
-
DYNAMIC_LIB
static final java.lang.String DYNAMIC_LIB
Dynamic libraries for native modules- See Also:
- Constant Field Values
-
-