public class TargetFileBuilderImpl extends Object implements TargetFileBuilder
A TargetFileBuilder implementation.
| Constructor and Description |
|---|
TargetFileBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
File |
createTargetFile(File targetDirectory,
BinaryControl control)
Creates the target file.
|
File |
createTargetFile(File targetDirectory,
PackageName name,
PackageVersion version,
Architecture architecture)
Creates the target file.
|
public File createTargetFile(File targetDirectory, BinaryControl control)
TargetFileBuilderCreates the target file.
This method creates only the filename, but not the file itself.
createTargetFile in interface TargetFileBuildertargetDirectory - The target directory.control - The binary control.public File createTargetFile(File targetDirectory, PackageName name, PackageVersion version, Architecture architecture)
TargetFileBuilderCreates the target file.
This method creates only the filename, but not the file itself.
createTargetFile in interface TargetFileBuildertargetDirectory - The target directory.name - The name.version - The version.architecture - The architecture.Copyright © 2015–2019. All rights reserved.