Class RepositoryServiceProvider

java.lang.Object
sonia.scm.repository.spi.RepositoryServiceProvider
All Implemented Interfaces:
Closeable, AutoCloseable

public abstract class RepositoryServiceProvider extends Object implements Closeable
This class is an extension base for SCM system providers to implement command functionalitites. If unimplemented, the methods within this class throw CommandNotSupportedException. These are not supposed to be called if unimplemented for an SCM system.
Since:
1.17
See Also: