com.application.areca.plugins
Class DefaultStoragePlugin

java.lang.Object
  extended by com.application.areca.plugins.AbstractStoragePlugin
      extended by com.application.areca.plugins.DefaultStoragePlugin
All Implemented Interfaces:
StoragePlugin

public class DefaultStoragePlugin
extends AbstractStoragePlugin
implements StoragePlugin


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static java.lang.String PLG_ID
           
static java.lang.String PLG_NAME
           
 
Fields inherited from class com.application.areca.plugins.AbstractStoragePlugin
classpath, id, RM
 
Constructor Summary
DefaultStoragePlugin()
           
 
Method Summary
 FileSystemPolicyXMLHandler buildFileSystemPolicyXMLHandler()
           
 java.lang.String getFullName()
           
 StorageSelectionHelper getStorageSelectionHelper()
           
 VersionData getVersionData()
           
 
Methods inherited from class com.application.areca.plugins.AbstractStoragePlugin
getClassPath, getDisplayName, getId, getToolTip, setClassPath, setId, storageSelectionHelperProvided, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.application.areca.plugins.StoragePlugin
getClassPath, getDisplayName, getId, getToolTip, setClassPath, setId, storageSelectionHelperProvided
 

Field Detail

PLG_NAME

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

PLG_ID

public static final java.lang.String PLG_ID
See Also:
Constant Field Values
Constructor Detail

DefaultStoragePlugin

public DefaultStoragePlugin()
Method Detail

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface StoragePlugin

getVersionData

public VersionData getVersionData()
Specified by:
getVersionData in interface StoragePlugin

buildFileSystemPolicyXMLHandler

public FileSystemPolicyXMLHandler buildFileSystemPolicyXMLHandler()
Specified by:
buildFileSystemPolicyXMLHandler in interface StoragePlugin

getStorageSelectionHelper

public StorageSelectionHelper getStorageSelectionHelper()
Specified by:
getStorageSelectionHelper in interface StoragePlugin