@Incubating public interface NativeLibraryRequirement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLibraryName()
The name of the required library.
|
java.lang.String |
getLinkage()
The required linkage.
|
java.lang.String |
getProjectPath()
The path to the project containing the library.
|
NativeLibraryRequirement |
withProjectPath(java.lang.String projectPath)
Creates a copy of this requirement with the specified project path
|
java.lang.String getProjectPath()
java.lang.String getLibraryName()
java.lang.String getLinkage()
NativeLibraryRequirement withProjectPath(java.lang.String projectPath)