Package net.kemitix.ugiggle.trello
Interface Attachment
-
- All Known Implementing Classes:
LocalAttachment,TrelloAttachment
public interface Attachment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attachmentdownload()Downlaods the file to local file system.FilegetFileName()The name of the attachment file.
-
-
-
Method Detail
-
getFileName
File getFileName()
The name of the attachment file.- Returns:
- the name of the file
-
download
Attachment download()
Downlaods the file to local file system.- Returns:
- the name of the local file.
-
-