190191192193194195196197
/** * @param value индексируемое или нет хранилище */ public void setIndexed(boolean value) { indexDecorator = new IndexedPackageSource(); indexDecorator.setUnderlyingSource(packageSource); }