com.application.areca.plugins
Class FTPStoragePlugin

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

public class FTPStoragePlugin
extends AbstractStoragePlugin
implements StoragePlugin


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static java.lang.String PLG_DISPLAY
           
static java.lang.String PLG_ID
           
static java.lang.String PLG_NAME
           
static java.lang.String PLG_TT
           
 
Fields inherited from class com.application.areca.plugins.AbstractStoragePlugin
classpath, id, RM
 
Constructor Summary
FTPStoragePlugin()
           
 
Method Summary
 FileSystemPolicyXMLHandler buildFileSystemPolicyXMLHandler()
           
 java.lang.String getDisplayName()
           
 java.lang.String getFullName()
           
 StorageSelectionHelper getStorageSelectionHelper()
           
 java.lang.String getToolTip()
           
 VersionData getVersionData()
           
 boolean storageSelectionHelperProvided()
           
 
Methods inherited from class com.application.areca.plugins.AbstractStoragePlugin
getClassPath, getId, setClassPath, setId, 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, getId, setClassPath, setId
 

Field Detail

PLG_DISPLAY

public static final java.lang.String PLG_DISPLAY

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

PLG_TT

public static final java.lang.String PLG_TT
Constructor Detail

FTPStoragePlugin

public FTPStoragePlugin()
Method Detail

getFullName

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

getToolTip

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

getDisplayName

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

storageSelectionHelperProvided

public boolean storageSelectionHelperProvided()
Specified by:
storageSelectionHelperProvided in interface StoragePlugin
Overrides:
storageSelectionHelperProvided in class AbstractStoragePlugin

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