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.ExclusionEnum of well-known  FileExclusionnames. | 
| 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  FileTransferobjects from
 a string. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsuggestExclusionpublic 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.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.