com.application.areca.plugins
Class AbstractStoragePlugin

java.lang.Object
  extended by com.application.areca.plugins.AbstractStoragePlugin
All Implemented Interfaces:
StoragePlugin
Direct Known Subclasses:
DefaultStoragePlugin, FTPStoragePlugin

public abstract class AbstractStoragePlugin
extends java.lang.Object
implements StoragePlugin


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  java.net.URL[] classpath
           
protected  java.lang.String id
           
protected static ResourceManager RM
           
 
Constructor Summary
AbstractStoragePlugin()
           
 
Method Summary
 java.net.URL[] getClassPath()
           
 java.lang.String getDisplayName()
           
 java.lang.String getId()
           
 java.lang.String getToolTip()
           
 void setClassPath(java.net.URL[] cp)
           
 void setId(java.lang.String id)
           
 boolean storageSelectionHelperProvided()
           
 java.lang.String 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
buildFileSystemPolicyXMLHandler, getFullName, getStorageSelectionHelper, getVersionData
 

Field Detail

RM

protected static final ResourceManager RM

classpath

protected java.net.URL[] classpath

id

protected java.lang.String id
Constructor Detail

AbstractStoragePlugin

public AbstractStoragePlugin()
Method Detail

storageSelectionHelperProvided

public boolean storageSelectionHelperProvided()
Specified by:
storageSelectionHelperProvided in interface StoragePlugin

getClassPath

public java.net.URL[] getClassPath()
Specified by:
getClassPath in interface StoragePlugin

setClassPath

public void setClassPath(java.net.URL[] cp)
Specified by:
setClassPath in interface StoragePlugin

getId

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

setId

public void setId(java.lang.String id)
Specified by:
setId in interface StoragePlugin

getToolTip

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

getDisplayName

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object