Package net.kemitix.ugiggle.trello
Class TrelloAttachment
- java.lang.Object
-
- net.kemitix.ugiggle.trello.TrelloAttachment
-
- All Implemented Interfaces:
Attachment
public class TrelloAttachment extends Object implements Attachment
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Attachmentcreate(com.julienvey.trello.domain.Attachment attachment, com.julienvey.trello.domain.Card card, AttachmentDirectory dir)Attachmentdownload()Downlaods the file to local file system.FilegetFileName()The name of the attachment file.
-
-
-
Method Detail
-
create
public static Attachment create(com.julienvey.trello.domain.Attachment attachment, com.julienvey.trello.domain.Card card, AttachmentDirectory dir)
-
getFileName
public File getFileName()
Description copied from interface:AttachmentThe name of the attachment file.- Specified by:
getFileNamein interfaceAttachment- Returns:
- the name of the file
-
download
public Attachment download()
Description copied from interface:AttachmentDownlaods the file to local file system.- Specified by:
downloadin interfaceAttachment- Returns:
- the name of the local file.
-
-