public abstract class AbstractFileExclusion extends Object implements FileExclusion
FileExclusion
implementation primarily providing a factory
for FileExclusion
implementations via createExclusion(String)
.Modifier and Type | Class and Description |
---|---|
static class |
AbstractFileExclusion.Exclusion
Enum of well-known
FileExclusion names. |
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
AbstractFileExclusion() |
Modifier and Type | Method and Description |
---|---|
protected String |
checksum(String filename,
omero.model.ChecksumAlgorithm checksumAlgorithm) |
static FileExclusion |
createExclusion(String arg)
Factory method for instantiating
FileTransfer objects from
a string. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
suggestExclusion
public static FileExclusion createExclusion(String arg)
FileTransfer
objects from
a string. Supported values can be found in the AbstractFileTransfer.Transfers
enum.
Otherwise, a FQN for a class on the classpath should be passed in.arg
- non-null
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.