public class MasterServerPluginContainerConfiguration extends Object
| Constructor and Description |
|---|
MasterServerPluginContainerConfiguration(File pluginDirectory,
File dataDirectory,
File tmpDirectory,
String rootClassLoaderRegex) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDataDirectory() |
File |
getPluginDirectory() |
String |
getRootServerPluginClassLoaderRegex()
Returns the regex that defines what classes the plugin container can provide to its
plugins from its own classloader and its parents.
|
File |
getTemporaryDirectory() |
String |
toString() |
public File getPluginDirectory()
public File getDataDirectory()
public File getTemporaryDirectory()
public String getRootServerPluginClassLoaderRegex()
null, any classes
found in the plugin container's classloader (and its parent classloaders) that do
NOT match this regex will be hidden from the plugins. If null, there
are no hidden classes and any class the plugin container's classloader has is visible
to all plugins.null)RootServerPluginClassLoaderCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.