Class ExportMeta
java.lang.Object
com.levigo.jadice.web.server.file.FileMeta
com.levigo.jadice.web.server.export.ExportMeta
Class that holds metadata of some printed output stored in a file.
Instances will be registered in a
ExportRepository in order to allow clients to download
the file.-
Field Summary
Fields inherited from class com.levigo.jadice.web.server.file.FileMeta
accessCount, createdAt, displayName, downloadPurpose, file, maxAccessCount, mimeType, properties -
Constructor Summary
ConstructorsConstructorDescriptionExportMeta(File file, DownloadPurpose downloadPurpose) Deprecated.ExportMeta(File file, DownloadPurpose downloadPurpose, int maxDownloadCount) Deprecated.ExportMeta(File file, String filename, String mimeType, DownloadPurpose downloadPurpose, int maxDownloadCount) -
Method Summary
Methods inherited from class com.levigo.jadice.web.server.file.FileMeta
equals, getAccessCount, getCreatedAt, getDisplayName, getDownloadPurpose, getFile, getMaxAccessCount, getMimeType, getProperties, hashCode, incrementAccessCount, toString
-
Constructor Details