com.atlassian.bamboo.agent.installer
Class InstallableFile

java.lang.Object
  extended by com.atlassian.bamboo.agent.installer.InstallableFile

public class InstallableFile
extends java.lang.Object

A file in the JAR file that is to be installed


Constructor Summary
InstallableFile(java.lang.String src, java.lang.String dest, InstallStrategy installStrategy)
           
 
Method Summary
 java.lang.String getDest()
           
 java.lang.String getSrc()
           
 void install()
           
 boolean isExecutable()
           
 void setExecutable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallableFile

public InstallableFile(java.lang.String src,
                       java.lang.String dest,
                       InstallStrategy installStrategy)
Method Detail

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 © 2012 Atlassian. All Rights Reserved.