Named.Namer
Modifier and Type | Field | Description |
---|---|---|
static String |
C_PLUS_PLUS_API |
The C++ API of a library, packaged as header directories.
|
static String |
JAVA_API |
The Java API of a library, packaged as class path elements, either a JAR or a classes directory.
|
static String |
JAVA_API_CLASSES |
Deprecated.
|
static String |
JAVA_API_JARS |
Deprecated.
|
static String |
JAVA_RUNTIME |
The Java runtime of a component, packaged as class path elements, either a JAR or a classes directory.
|
static String |
JAVA_RUNTIME_CLASSES |
Deprecated.
|
static String |
JAVA_RUNTIME_JARS |
Deprecated.
|
static String |
JAVA_RUNTIME_RESOURCES |
Deprecated.
|
static String |
NATIVE_LINK |
The native link files of a library, packaged as static or shared library.
|
static String |
NATIVE_RUNTIME |
The native runtime files of a library, packaged as a shared library.
|
static String |
SWIFT_API |
The Swift API of a library, packaged as swiftmodule files.
|
static Attribute<Usage> |
USAGE_ATTRIBUTE |
|
static String |
VERSION_CATALOG |
A version catalog, packaged as TOML files, for use as recommendations
for dependency and plugin versions.
|
static final String JAVA_API
@Deprecated static final String JAVA_API_CLASSES
@Deprecated static final String JAVA_API_JARS
static final String JAVA_RUNTIME
@Deprecated static final String JAVA_RUNTIME_JARS
@Deprecated static final String JAVA_RUNTIME_CLASSES
@Deprecated static final String JAVA_RUNTIME_RESOURCES
static final String C_PLUS_PLUS_API
static final String NATIVE_LINK
static final String NATIVE_RUNTIME
static final String SWIFT_API
static final String VERSION_CATALOG