public class AttachmentFactory
extends java.lang.Object
Constructor and Description |
---|
AttachmentFactory() |
Modifier and Type | Method and Description |
---|---|
static Attachment |
createAttachment(Document document) |
static Attachment |
createAttachment(java.io.File file,
boolean isBinary) |
static Attachment |
createAttachment(VirtualFile file) |
static Attachment |
createContext(java.lang.Object start,
java.lang.Object... more) |
public static Attachment createContext(java.lang.Object start, java.lang.Object... more)
public static Attachment createAttachment(Document document)
public static Attachment createAttachment(VirtualFile file)
public static Attachment createAttachment(java.io.File file, boolean isBinary)