118119120121122123124125126127
@Override @Transient public Object getAdapter(final Class adapter) { if (adapter == IPropertySource.class) { if (_props == null) _props = new FolderPropertySource(this); return _props; } return null; }