Uses of Interface
com.atlassian.confluence.pages.persistence.dao.FileLocationResolver

Packages that use FileLocationResolver
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of FileLocationResolver in com.atlassian.confluence.pages.persistence.dao
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement FileLocationResolver
 class BootstrapAttachmentLocationResolver
          This implementation returns the location of the default Confluence attachments directory, as set by the BootstrapManager.
 class SimpleFileLocationResolver
          This implementation allows a string to be passed in to set the File location.
 

Fields in com.atlassian.confluence.pages.persistence.dao declared as FileLocationResolver
protected  FileLocationResolver FileSystemAttachmentDataDao.attachmentsDirResolver
           
 

Methods in com.atlassian.confluence.pages.persistence.dao that return FileLocationResolver
 FileLocationResolver FileSystemAttachmentDataDao.getAttachmentsDirResolver()
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type FileLocationResolver
 void FileSystemAttachmentDataDao.setAttachmentsDirResolver(FileLocationResolver attachmentsDirResolver)
           
 

Uses of FileLocationResolver in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type FileLocationResolver
HierarchicalFileSystemAttachmentUpgradeTask(FileLocationResolver attachmentsDirectoryResolver, AttachmentManager attachmentManager, net.sf.hibernate.SessionFactory sessionFactory, HierarchicalFileSystemAttachmentDataDao dataDao, IdMultiPartHashGenerator multiPartHashGenerator)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.