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 java.lang.Object
implements WebDavConfiguration

This implementation returns the WebDAV configuration from the BootstrapManager.


Constructor Summary
BootstrapWebDavConfiguration()
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getServerUrl()
           
 java.lang.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 java.lang.String getServerUrl()
Specified by:
getServerUrl in interface WebDavConfiguration

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface WebDavConfiguration

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface WebDavConfiguration


Copyright © 2003-2014 Atlassian. All Rights Reserved.