|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NativeArtifact
A native artifact. Represent an native library.
| Method Summary | |
|---|---|
java.util.Collection<java.io.File> |
getExportedHeaders()
Return the folders container headers exported for the library. |
java.lang.String |
getGroupName()
Return the group this artifact is associated with. |
java.lang.String |
getName()
Returns the name of the artifact. |
java.io.File |
getOutputFile()
Returns the output file. |
java.util.Collection<NativeFile> |
getSourceFiles()
Returns the source files. |
java.util.Collection<NativeFolder> |
getSourceFolders()
Returns thes source folders for the artifact. |
java.lang.String |
getToolChain()
Returns the toolchain used for compilation. |
| Method Detail |
|---|
@NonNull java.lang.String getName()
@NonNull java.lang.String getToolChain()
@NonNull java.lang.String getGroupName()
@NonNull java.util.Collection<NativeFolder> getSourceFolders()
@NonNull java.util.Collection<NativeFile> getSourceFiles()
@NonNull java.util.Collection<java.io.File> getExportedHeaders()
@NonNull java.io.File getOutputFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||