Class ImportResources
- java.lang.Object
-
- org.citydb.config.project.resources.Resources
-
- org.citydb.config.project.importer.ImportResources
-
public class ImportResources extends Resources
-
-
Constructor Summary
Constructors Constructor Description ImportResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCacheConfig
getTexImageCache()
void
setTexImageCache(IdCacheConfig texImageCache)
-
Methods inherited from class org.citydb.config.project.resources.Resources
getIdCache, getThreadPool, setIdCache, setThreadPool
-
-
-
-
Method Detail
-
getTexImageCache
public IdCacheConfig getTexImageCache()
-
setTexImageCache
public void setTexImageCache(IdCacheConfig texImageCache)
-
-