com.application.areca.plugins
Class StoragePluginRegistry

java.lang.Object
  extended by com.application.areca.plugins.StoragePluginRegistry
All Implemented Interfaces:
ArecaFileConstants

public class StoragePluginRegistry
extends java.lang.Object
implements ArecaFileConstants


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static java.lang.String KEY_CLASS
           
static java.lang.String KEY_JAR_PATH
           
static java.lang.String SEPARATOR
           
 
Fields inherited from interface com.application.areca.ArecaFileConstants
DEFAULT_BIN_SUBDIRECTORY_NAME, DEFAULT_PLUGIN_SUBDIRECTORY_NAME, DEFAULT_TRANSLATION_SUBDIRECTORY_NAME, LOG_SUBDIRECTORY_NAME, USER_DEFAULT_WORKSPACE, USER_PREFERENCES_PATH, USER_PREFERENCES_PATH_DEPRECATED, USER_ROOT_DIRECTORY
 
Method Summary
 java.util.Collection getAll()
           
 StoragePlugin getById(java.lang.String id)
           
 java.util.Collection getDisplayable()
           
static StoragePluginRegistry getInstance()
           
 void load(java.io.File pluginsDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_JAR_PATH

public static final java.lang.String KEY_JAR_PATH
See Also:
Constant Field Values

KEY_CLASS

public static final java.lang.String KEY_CLASS
See Also:
Constant Field Values

SEPARATOR

public static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Method Detail

getInstance

public static StoragePluginRegistry getInstance()

load

public void load(java.io.File pluginsDirectory)

getAll

public java.util.Collection getAll()

getDisplayable

public java.util.Collection getDisplayable()

getById

public StoragePlugin getById(java.lang.String id)