219220221222223224225226
buf.format("Contribution[toConfigurationPoint=%s, name=%s, type=%s, class=%s]", getConfigurationPoint().getName(), getName(), getType(), implementationClassName).start(); buf.append(getSchemas()); return buf.end().toString(); } }
455456457458459460461462
for (RequestContextFactory<?> factory : factories) { buf.format(" %s with features %s, ordering %s\n", factory.getRequestContextInterface().getSimpleName(), asList(factory.getFeatures()), asList(factory.featureOrders())); } return buf.end().toString(); } }
217218219220221222223224
8889909192939495
for (String version : getVersions()) { buf.format("version %s: %s%n", version, getVersionedSchema(version)); } return buf.end().toString(); } }
323324325326327328329330
242243244245246247248249
245246247248249250251252
331332333334335336337338