com.application.areca.plugins
Class AbstractStoragePlugin
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RM
protected static final ResourceManager RM
classpath
protected java.net.URL[] classpath
id
protected java.lang.String id
AbstractStoragePlugin
public AbstractStoragePlugin()
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