public interface MutableAttachmentContainer extends AttachmentContainer
Behaviour for ModelItems that contain attachments (Requests and MockResponses)
Type Params | Return Type | Name and description |
---|---|---|
|
public Attachment |
attachFile(java.io.File file, boolean cache) |
|
public void |
removeAttachment(Attachment attachment) |
Methods inherited from class | Name |
---|---|
interface AttachmentContainer |
addAttachmentsChangeListener, getAttachmentAt, getAttachmentCount, getAttachmentPart, getAttachments, getAttachmentsForPart, getDefinedAttachmentParts, getModelItem, isMultipartEnabled, removeAttachmentsChangeListener |