com.atlassian.confluence.pages.persistence.dao
Interface WebDavConfiguration

All Superinterfaces:
AttachmentManagerConfiguration
All Known Implementing Classes:
BootstrapWebDavConfiguration, SimpleWebDavConfiguration

public interface WebDavConfiguration
extends AttachmentManagerConfiguration


Method Summary
 String getPassword()
           
 String getServerUrl()
           
 String getUsername()
           
 

Method Detail

getServerUrl

String getServerUrl()

getUsername

String getUsername()

getPassword

String getPassword()


Copyright © 2003-2012 Atlassian. All Rights Reserved.