Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss | |
org.openstreetmap.josm.gui.mappaint.xml | |
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
abstract CachedFile |
StyleSource.getCachedFile()
Returns a new
CachedFile to the local file containing style source (can be a text file or an archive). |
Modifier and Type | Method and Description |
---|---|
CachedFile |
MapCSSStyleSource.getCachedFile() |
Modifier and Type | Method and Description |
---|---|
CachedFile |
XmlStyleSource.getCachedFile() |
Modifier and Type | Method and Description |
---|---|
CachedFile |
CachedFile.setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)
Set the caching strategy.
|
CachedFile |
CachedFile.setDestDir(String destDir)
Set the destination directory for the cache file.
|
CachedFile |
CachedFile.setHttpAccept(String httpAccept)
Set the accepted MIME types sent in the HTTP Accept header.
|
CachedFile |
CachedFile.setMaxAge(long maxAge)
Set maximum age of cache file.
|
CachedFile |
CachedFile.setName(String name)
Set the name of the resource.
|