com.atlassian.confluence.pages.persistence.dao
Class BootstrapWebDavConfiguration

java.lang.Object
  extended by com.atlassian.confluence.pages.persistence.dao.BootstrapWebDavConfiguration
All Implemented Interfaces:
AttachmentManagerConfiguration, WebDavConfiguration

public class BootstrapWebDavConfiguration
extends Object
implements WebDavConfiguration

This implementation returns the WebDAV configuration from the BootstrapManager.


Constructor Summary
BootstrapWebDavConfiguration()
           
 
Method Summary
 String getPassword()
           
 String getServerUrl()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapWebDavConfiguration

public BootstrapWebDavConfiguration()
Method Detail

getServerUrl

public String getServerUrl()
Specified by:
getServerUrl in interface WebDavConfiguration

getUsername

public String getUsername()
Specified by:
getUsername in interface WebDavConfiguration

getPassword

public String getPassword()
Specified by:
getPassword in interface WebDavConfiguration


Copyright © 2003-2012 Atlassian. All Rights Reserved.