Uses of Class
org.openstreetmap.josm.io.CachedFile.CachingStrategy
-
Packages that use CachedFile.CachingStrategy Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of CachedFile.CachingStrategy in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as CachedFile.CachingStrategy Modifier and Type Field Description protected CachedFile.CachingStrategy
CachedFile. cachingStrategy
Methods in org.openstreetmap.josm.io that return CachedFile.CachingStrategy Modifier and Type Method Description CachedFile.CachingStrategy
CachedFile. getCachingStrategy()
static CachedFile.CachingStrategy
CachedFile.CachingStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CachedFile.CachingStrategy[]
CachedFile.CachingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.io with parameters of type CachedFile.CachingStrategy Modifier and Type Method Description CachedFile
CachedFile. setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)
Set the caching strategy.
-