Class InstallableFile
java.lang.Object
com.atlassian.bamboo.agent.bootstrap.shared.installation.InstallableFile
A file in the JAR file that is to be installed
-
Constructor Summary
ConstructorDescriptionInstallableFile
(String src, String dest, InstallStrategy installStrategy) InstallableFile
(String src, String dest, InstallStrategy installStrategy, boolean executable) -
Method Summary
-
Constructor Details
-
Method Details
-
install
- Throws:
IOException
-
isExecutable
public boolean isExecutable() -
getSrc
-
getDest
-