public final class RepositorySerializer extends AbstractConfigurableMultiSerializer<org.eclipse.jgit.lib.Repository>
ConfigurableSerializer.Option, ConfigurableSerializer.StandardOption
options
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, serialize
serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
public 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>