//this should resolve as file:/home/csams/tmp/deploy
URL dir = (URL) editor.getValue();
CombinedVFSCache cache = new CombinedVFSCache();
VFSCacheFactory.setInstance(cache);
VFSCache realCache = new NoopVFSCache();
realCache.start();
cache.setRealCache(realCache);
try
{
cache.setPermanentRoots(Collections.<URL, ExceptionHandler>singletonMap(dir, null));