com.atlassian.plugin.loaders.classloading
Class DirectoryPluginLoaderUtils

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

public class DirectoryPluginLoaderUtils
extends java.lang.Object


Constructor Summary
DirectoryPluginLoaderUtils()
           
 
Method Summary
static java.io.File copyTestPluginsToTempDirectory()
          Copies the test plugins to a new temporary directory and returns that directory.
static java.io.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 java.io.File copyTestPluginsToTempDirectory()
                                                   throws java.io.IOException
Copies the test plugins to a new temporary directory and returns that directory.

Throws:
java.io.IOException

getTestPluginsDirectory

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



Copyright © 2012 Atlassian. All Rights Reserved.