com.atlassian.bamboo.agent.installer
Class JavaServiceWrapperFileNames
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaServiceWrapperFileNames
public JavaServiceWrapperFileNames(java.lang.String executableName,
java.lang.String libraryName)
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 © 2011 Atlassian. All Rights Reserved.