mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75801: ACE-2149: EOL AVM / WCM - Thorough sweep of 'avm' and 'wcm' references - Picked up on many 'deployment' and related classes and configuration - Repo starts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -136,10 +136,6 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
|
||||
|
||||
private ExtendedDiskInterface m_repoDiskInterface;
|
||||
|
||||
// AVM filesystem interface
|
||||
|
||||
private ExtendedDiskInterface m_avmDiskInterface;
|
||||
|
||||
// Runtime platform type
|
||||
|
||||
private Platform.Type m_platform = Platform.Type.Unchecked;
|
||||
@@ -214,15 +210,6 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
|
||||
m_repoDiskInterface = diskInterface;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the filesystem driver for the AVM based filesystem
|
||||
*
|
||||
*/
|
||||
public void setAvmDiskInterface(ExtendedDiskInterface diskInterface)
|
||||
{
|
||||
m_avmDiskInterface = diskInterface;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the authentication component
|
||||
*
|
||||
@@ -353,16 +340,6 @@ public abstract class AbstractServerConfigurationBean extends ServerConfiguratio
|
||||
return m_repoDiskInterface;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the disk interface to be used to create AVM filesystem shares
|
||||
*
|
||||
* @return DiskInterface
|
||||
*/
|
||||
public final ExtendedDiskInterface getAvmDiskInterface()
|
||||
{
|
||||
return m_avmDiskInterface;
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize the configuration using the configuration service
|
||||
*/
|
||||
|
Reference in New Issue
Block a user