com.atlassian.bamboo.setup
Class HomeDirectoryLayoutImpl

java.lang.Object
  extended by com.atlassian.bamboo.setup.HomeDirectoryLayoutImpl
All Implemented Interfaces:
HomeDirectoryLayout

public class HomeDirectoryLayoutImpl
extends java.lang.Object
implements HomeDirectoryLayout


Constructor Summary
HomeDirectoryLayoutImpl()
           
 
Method Summary
 java.io.File getApplicationHome()
           
 java.io.File getPluginCacheDirectory()
           
 java.io.File getPluginDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeDirectoryLayoutImpl

public HomeDirectoryLayoutImpl()
Method Detail

getPluginDirectory

public java.io.File getPluginDirectory()
Specified by:
getPluginDirectory in interface HomeDirectoryLayout
Returns:
plugin directory

getPluginCacheDirectory

public java.io.File getPluginCacheDirectory()
Specified by:
getPluginCacheDirectory in interface HomeDirectoryLayout
Returns:
plugin cache directory

getApplicationHome

public java.io.File getApplicationHome()
Specified by:
getApplicationHome in interface HomeDirectoryLayout
Returns:
home directory for the application


Copyright © 2011 Atlassian. All Rights Reserved.