Uses of Class
org.anchoranalysis.plugin.io.bean.file.pattern.TimestampPattern
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster |
Implementations of
CopyFilesNaming
that perform clustering of files. |
-
Uses of TimestampPattern in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster that return types with arguments of type TimestampPattern Modifier and Type Method Description List<TimestampPattern>ClusterByTimestamp. getTimestampPatterns()The patterns which can be used to extract a date-time from a filename.Method parameters in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster with type arguments of type TimestampPattern Modifier and Type Method Description voidClusterByTimestamp. setTimestampPatterns(List<TimestampPattern> timestampPatterns)The patterns which can be used to extract a date-time from a filename.