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

java.lang.Object
  extended by com.atlassian.confluence.pages.persistence.dao.BootstrapAttachmentLocationResolver
All Implemented Interfaces:
FileLocationResolver

public class BootstrapAttachmentLocationResolver
extends java.lang.Object
implements FileLocationResolver

This implementation returns the location of the default Confluence attachments directory, as set by the BootstrapManager.


Constructor Summary
BootstrapAttachmentLocationResolver()
           
 
Method Summary
 java.io.File getFileLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapAttachmentLocationResolver

public BootstrapAttachmentLocationResolver()
Method Detail

getFileLocation

public java.io.File getFileLocation()
Specified by:
getFileLocation in interface FileLocationResolver


Copyright © 2003-2014 Atlassian. All Rights Reserved.