public class SharedLibrariesBuilderImpl extends Object implements SharedLibrariesBuilder
A SharedLibrariesBuilder implementation.
| Constructor and Description |
|---|
SharedLibrariesBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildSharedLibraries(SharedLibraries sharedLibraries,
DataTarget target)
Builds the shared libraries into the target.
|
public SharedLibrariesBuilderImpl()
Creates a builder.
public void buildSharedLibraries(SharedLibraries sharedLibraries, DataTarget target) throws IOException, BuildException
SharedLibrariesBuilderBuilds the shared libraries into the target.
buildSharedLibraries in interface SharedLibrariesBuildersharedLibraries - The shared libraries.target - The target.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.