public class FilenameExclusion extends AbstractFileExclusion
Voter
which checks the filename (not full path) of a
given File
along with the checksum to detect duplicates. If
either the checksum or the checksum algorithm are null, then no detection
will be attempted, i.e. the voter will return a null to abstain.AbstractFileExclusion.Exclusion
コンストラクタと説明 |
---|
FilenameExclusion() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.Boolean |
suggestExclusion(omero.api.ServiceFactoryPrx factory,
ImportContainer container)
Given the current
session attempt to discover
if the given container should be skipped, i.e. |
checksum, createExclusion
public java.lang.Boolean suggestExclusion(omero.api.ServiceFactoryPrx factory, ImportContainer container) throws omero.ServerError
FileExclusion
session
attempt to discover
if the given container
should be skipped, i.e.
not imported.omero.ServerError