Uses of Interface
ubic.gemma.core.util.locking.FileLockManager
-
Packages that use FileLockManager Package Description ubic.gemma.core.loader.expression.geo.fetcher2 Provides classes for fetching data from various sources.ubic.gemma.core.util ubic.gemma.core.util.locking Utilities for locking files. -
-
Uses of FileLockManager in ubic.gemma.core.loader.expression.geo.fetcher2
Methods in ubic.gemma.core.loader.expression.geo.fetcher2 with parameters of type FileLockManager Modifier and Type Method Description void
GeoFetcher. setFileLockManager(FileLockManager fileLockManager)
-
Uses of FileLockManager in ubic.gemma.core.util
Methods in ubic.gemma.core.util with parameters of type FileLockManager Modifier and Type Method Description void
SimpleDownloader. setFileLockManager(FileLockManager fileLockManager)
-
Uses of FileLockManager in ubic.gemma.core.util.locking
Classes in ubic.gemma.core.util.locking that implement FileLockManager Modifier and Type Class Description class
FileLockManagerImpl
-