com.atlassian.jira.util
Class DefaultAttachmentConfig

java.lang.Object
  extended by com.atlassian.jira.util.DefaultAttachmentConfig
All Implemented Interfaces:
AttachmentConfig

public class DefaultAttachmentConfig
extends Object
implements AttachmentConfig


Constructor Summary
DefaultAttachmentConfig()
           
 
Method Summary
 File getTemporaryAttachmentDirectory()
          Returns a File object for the temporary attachments directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttachmentConfig

public DefaultAttachmentConfig()
Method Detail

getTemporaryAttachmentDirectory

public File getTemporaryAttachmentDirectory()
Description copied from interface: AttachmentConfig
Returns a File object for the temporary attachments directory.

Specified by:
getTemporaryAttachmentDirectory in interface AttachmentConfig
Returns:
a File object for the temporary attachments directory


Copyright © 2002-2014 Atlassian. All Rights Reserved.