com.atlassian.bamboo.agent.installer
Class JavaServiceWrapperFileNames

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

public class JavaServiceWrapperFileNames
extends Object

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


Constructor Summary
JavaServiceWrapperFileNames(String executableName, String libraryName)
           
 
Method Summary
 String getExecutableDstPath()
           
 String getExecutableSrcPath()
           
 String getLibraryDstPath()
           
 String getLibrarySrcPath()
           
 void setSrcPath(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(String executableName,
                                   String libraryName)
Method Detail

setSrcPath

public void setSrcPath(String path)

getExecutableSrcPath

public String getExecutableSrcPath()

getLibrarySrcPath

public String getLibrarySrcPath()

getExecutableDstPath

public String getExecutableDstPath()

getLibraryDstPath

public String getLibraryDstPath()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.