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)
TargetFileBuilder
Creates the target file.
This method creates only the filename, but not the file itself.
createTargetFile
in interface TargetFileBuilder
targetDirectory
- The target directory.control
- The binary control.public File createTargetFile(File targetDirectory, PackageName name, PackageVersion version, Architecture architecture)
TargetFileBuilder
Creates the target file.
This method creates only the filename, but not the file itself.
createTargetFile
in interface TargetFileBuilder
targetDirectory
- The target directory.name
- The name.version
- The version.architecture
- The architecture.Copyright © 2015–2019. All rights reserved.