Uses of Class
org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask.CacheType

Packages that use ReadRemotePluginInformationTask.CacheType
org.openstreetmap.josm.plugins   
 

Uses of ReadRemotePluginInformationTask.CacheType in org.openstreetmap.josm.plugins
 

Methods in org.openstreetmap.josm.plugins that return ReadRemotePluginInformationTask.CacheType
static ReadRemotePluginInformationTask.CacheType ReadRemotePluginInformationTask.CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReadRemotePluginInformationTask.CacheType[] ReadRemotePluginInformationTask.CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.plugins with parameters of type ReadRemotePluginInformationTask.CacheType
protected  java.io.File ReadRemotePluginInformationTask.createSiteCacheFile(java.io.File pluginDir, java.lang.String site, ReadRemotePluginInformationTask.CacheType type)
          Creates the file name for the cached plugin list and the icon cache file.
 



JOSM