com.atlassian.bamboo.agent.installer
Class JavaServiceWrapperFileNames

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

public class JavaServiceWrapperFileNames
extends java.lang.Object

Small utility class to handle source/destination paths of Java Service Wrapper architecture-dependent files.


Constructor Summary
JavaServiceWrapperFileNames(java.lang.String executableName, java.lang.String libraryName)
           
 
Method Summary
 java.lang.String getExecutableDstPath()
           
 java.lang.String getExecutableSrcPath()
           
 java.lang.String getLibraryDstPath()
           
 java.lang.String getLibrarySrcPath()
           
 void setSrcPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaServiceWrapperFileNames

public JavaServiceWrapperFileNames(java.lang.String executableName,
                                   java.lang.String libraryName)
Method Detail

setSrcPath

public void setSrcPath(java.lang.String path)

getExecutableSrcPath

public java.lang.String getExecutableSrcPath()

getLibrarySrcPath

public java.lang.String getLibrarySrcPath()

getExecutableDstPath

public java.lang.String getExecutableDstPath()

getLibraryDstPath

public java.lang.String getLibraryDstPath()


Copyright © 2010 Atlassian. All Rights Reserved.