Package org.gradle.api.attributes
Interface LibraryElements
- All Superinterfaces:
Named
Attribute representing the technical elements of a library variant.
- Since:
- 5.6
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The JVM classes formatstatic final String
The JVM class files and resourcesstatic final String
Dynamic libraries for native modulesstatic final String
Header files for C++static final String
The JVM archive formatstatic final Attribute<LibraryElements>
static final String
Link archives for native modulesstatic final String
Objects for native modulesstatic final String
JVM resources -
Method Summary
-
Field Details
-
LIBRARY_ELEMENTS_ATTRIBUTE
-
CLASSES
The JVM classes format- See Also:
-
JAR
The JVM archive format- See Also:
-
RESOURCES
JVM resources- See Also:
-
CLASSES_AND_RESOURCES
The JVM class files and resources- See Also:
-
HEADERS_CPLUSPLUS
Header files for C++- See Also:
-
LINK_ARCHIVE
Link archives for native modules- See Also:
-
OBJECTS
Objects for native modules- See Also:
-
DYNAMIC_LIB
Dynamic libraries for native modules- See Also:
-