Package net.kemitix.ugiggle.trello
Class AttachmentDirectoryImpl
- java.lang.Object
-
- net.kemitix.ugiggle.trello.AttachmentDirectoryImpl
-
- All Implemented Interfaces:
AttachmentDirectory
@ApplicationScoped public class AttachmentDirectoryImpl extends Object implements AttachmentDirectory
-
-
Constructor Summary
Constructors Constructor Description AttachmentDirectoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilecreateFile(File fileName)voiddeleteFiles()
-
-
-
Method Detail
-
createFile
public File createFile(File fileName)
- Specified by:
createFilein interfaceAttachmentDirectory
-
deleteFiles
@PreDestroy public void deleteFiles()
-
-