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