Named
@Incubating public interface LibraryElements extends Named
Named.Namer
Modifier and Type | Field | Description |
---|---|---|
static String |
CLASSES |
The JVM classes format
|
static String |
CLASSES_AND_RESOURCES |
The JVM class files and resources
|
static String |
DYNAMIC_LIB |
Dynamic libraries for native modules
|
static String |
HEADERS_CPLUSPLUS |
Header files for C++
|
static String |
JAR |
The JVM archive format
|
static Attribute<LibraryElements> |
LIBRARY_ELEMENTS_ATTRIBUTE |
|
static String |
LINK_ARCHIVE |
Link archives for native modules
|
static String |
OBJECTS |
Objects for native modules
|
static String |
RESOURCES |
JVM resources
|
static final Attribute<LibraryElements> LIBRARY_ELEMENTS_ATTRIBUTE
static final String CLASSES
static final String JAR
static final String RESOURCES
static final String CLASSES_AND_RESOURCES
static final String HEADERS_CPLUSPLUS
static final String LINK_ARCHIVE
static final String OBJECTS
static final String DYNAMIC_LIB