Uses of Class
org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster.ClusterIdentifier
Packages that use ClusterIdentifier
Package
Description
Non-bean classes to help tasks in
org.anchoranalysis.plugin.io.bean.file.copy
.-
Uses of ClusterIdentifier in org.anchoranalysis.plugin.io.file.copy
Methods in org.anchoranalysis.plugin.io.file.copy that return ClusterIdentifierModifier and TypeMethodDescriptionClusterMembership.clusterFor
(File file) Finds the corresponding cluster for a particular file.Methods in org.anchoranalysis.plugin.io.file.copy with parameters of type ClusterIdentifierModifier and TypeMethodDescriptionvoid
ClusterMembership.associateFileWithCluster
(File file, long timestamp, ClusterIdentifier clusterIdentifier) Indicates a particular file is a member of a particular cluster.Constructors in org.anchoranalysis.plugin.io.file.copy with parameters of type ClusterIdentifierModifierConstructorDescriptionClusterMembership
(ClusterIdentifier clusterIdentifierIfAbsent) Creates a newClusterMembership
instance.