public class ContentFileUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <F extends ContentFile<K>,K> |
copy(F file,
boolean withStats,
java.util.Set<java.lang.Integer> requestedColumnIds)
Copies the
ContentFile with the specific stat settings. |
static java.lang.CharSequence |
referencedDataFile(DeleteFile deleteFile) |
public static <F extends ContentFile<K>,K> K copy(F file, boolean withStats, java.util.Set<java.lang.Integer> requestedColumnIds)
ContentFile
with the specific stat settings.file
- a generic data file to copy.withStats
- whether to keep any statsrequestedColumnIds
- column ids for which to keep stats. If null
then every
column stat is kept.public static java.lang.CharSequence referencedDataFile(DeleteFile deleteFile)