com.atlassian.jira.issue.attachment
Class AttachmentsCategoriser.AttachmentItemCreator

java.lang.Object
  extended by com.atlassian.jira.issue.attachment.AttachmentsCategoriser.AttachmentItemCreator
All Implemented Interfaces:
com.google.common.base.Function<Attachment,AttachmentItem>
Enclosing class:
AttachmentsCategoriser

public class AttachmentsCategoriser.AttachmentItemCreator
extends Object
implements com.google.common.base.Function<Attachment,AttachmentItem>


Constructor Summary
AttachmentsCategoriser.AttachmentItemCreator()
           
 
Method Summary
 AttachmentItem apply(Attachment attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

AttachmentsCategoriser.AttachmentItemCreator

public AttachmentsCategoriser.AttachmentItemCreator()
Method Detail

apply

public AttachmentItem apply(Attachment attachment)
Specified by:
apply in interface com.google.common.base.Function<Attachment,AttachmentItem>


Copyright © 2002-2012 Atlassian. All Rights Reserved.