public interface SharedLibrariesBuilder
A builder for the shared libraries.
| Modifier and Type | Method and Description |
|---|---|
void |
buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target)
Builds the shared libraries into the target.
|
void buildSharedLibraries(SharedLibraries sharedLibraries, DataTarget target) throws IOException, BuildException
Builds the shared libraries into the target.
sharedLibraries - The shared libraries.target - The target.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.