475476477478479480481482483484
if (! isResinServer()) return null; synchronized (this) { if (_localRepository == null) _localRepository = new FileRepository(this); } return _localRepository; }