public final class RepositorySerializer extends AbstractConfigurableMultiSerializer<org.eclipse.jgit.lib.Repository>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOptionoptions| Constructor and Description |
|---|
RepositorySerializer(ConfigurableSerializer.Option... options) |
RepositorySerializer(java.lang.Iterable<ConfigurableSerializer.Option> options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
put(StructuredContent content,
org.eclipse.jgit.lib.Repository repository) |
serialize, serialize, serializeserializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializepublic RepositorySerializer(ConfigurableSerializer.Option... options)
public RepositorySerializer(java.lang.Iterable<ConfigurableSerializer.Option> options)
protected void put(StructuredContent content, org.eclipse.jgit.lib.Repository repository)
put in class AbstractSerializer<org.eclipse.jgit.lib.Repository>