public class InstallableFile extends Object
| Constructor and Description |
|---|
InstallableFile(String src,
String dest,
InstallStrategy installStrategy) |
InstallableFile(String src,
String dest,
InstallStrategy installStrategy,
boolean executable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDest() |
String |
getSrc() |
void |
install() |
boolean |
isExecutable() |
public InstallableFile(String src, String dest, InstallStrategy installStrategy)
public InstallableFile(String src, String dest, InstallStrategy installStrategy, boolean executable)
public void install()
throws IOException
IOExceptionpublic boolean isExecutable()
public String getSrc()
public String getDest()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.