]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/org.argeo.slc.spring/src/org/argeo/slc/core/attachment/AttachmentUploader.java
Adapt to changes in Argeo Commons
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / src / org / argeo / slc / core / attachment / AttachmentUploader.java
1 package org.argeo.slc.core.attachment;
2
3 import org.argeo.slc.attachment.Attachment;
4 import org.springframework.core.io.Resource;
5
6 public interface AttachmentUploader {
7 public void upload(Attachment attachment, Resource resource);
8 }