Uses of Class
org.openstreetmap.josm.plugins.streetside.model.UserProfile
-
Packages that use UserProfile Package Description org.openstreetmap.josm.plugins.streetside The main package in which all core-code (so at the moment all code) resides.org.openstreetmap.josm.plugins.streetside.cache This package is all about caching resources downloaded from mapillary.com for faster access to those resources in the future. -
-
Uses of UserProfile in org.openstreetmap.josm.plugins.streetside
Fields in org.openstreetmap.josm.plugins.streetside declared as UserProfile Modifier and Type Field Description private UserProfileStreetsideSequence. userMethods in org.openstreetmap.josm.plugins.streetside that return UserProfile Modifier and Type Method Description UserProfileStreetsideImage. getUser()UserProfileStreetsideSequence. getUser() -
Uses of UserProfile in org.openstreetmap.josm.plugins.streetside.cache
Fields in org.openstreetmap.josm.plugins.streetside.cache with type parameters of type UserProfile Modifier and Type Field Description private static Caches.CacheProxy<java.lang.String,UserProfile>Caches.UserProfileCache. instanceMethods in org.openstreetmap.josm.plugins.streetside.cache that return types with arguments of type UserProfile Modifier and Type Method Description protected org.apache.commons.jcs3.access.CacheAccess<java.lang.String,UserProfile>Caches.UserProfileCache. createNewCache()static Caches.CacheProxy<java.lang.String,UserProfile>Caches.UserProfileCache. getInstance()
-