com.atlassian.plugin.loaders.classloading
Class DirectoryPluginLoaderUtils

java.lang.Object
  extended by com.atlassian.plugin.loaders.classloading.DirectoryPluginLoaderUtils

public class DirectoryPluginLoaderUtils
extends Object


Constructor Summary
DirectoryPluginLoaderUtils()
           
 
Method Summary
static File copyTestPluginsToTempDirectory()
          Copies the test plugins to a new temporary directory and returns that directory.
static File getTestPluginsDirectory()
          Returns the directory on the classpath where the test plugins live.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryPluginLoaderUtils

public DirectoryPluginLoaderUtils()
Method Detail

copyTestPluginsToTempDirectory

public static File copyTestPluginsToTempDirectory()
                                           throws IOException
Copies the test plugins to a new temporary directory and returns that directory.

Throws:
IOException

getTestPluginsDirectory

public static File getTestPluginsDirectory()
Returns the directory on the classpath where the test plugins live.



Copyright © 2011 Atlassian. All Rights Reserved.