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