com.atlassian.bamboo.agent.installer
Class InstallableFile
java.lang.Object
com.atlassian.bamboo.agent.installer.InstallableFile
public class InstallableFile
- extends java.lang.Object
A file in the JAR file that is to be installed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallableFile
public InstallableFile(java.lang.String src,
java.lang.String dest,
InstallStrategy installStrategy)
install
public void install()
throws java.io.IOException
- Throws:
java.io.IOException
isExecutable
public boolean isExecutable()
setExecutable
public void setExecutable()
getSrc
public java.lang.String getSrc()
getDest
public java.lang.String getDest()
Copyright © 2011 Atlassian. All Rights Reserved.