Package sonia.scm
Interface Handler<T extends TypedObject>
- Type Parameters:
T- a typed object
- All Superinterfaces:
AutoCloseable,Closeable,HandlerBase<T>,Initable
- All Known Subinterfaces:
RepositoryDirectoryHandler,RepositoryHandler
- All Known Implementing Classes:
AbstractRepositoryHandler,AbstractSimpleRepositoryHandler
Base interface for all handler objects.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the type object of the handler.booleanReturns true if the hanlder is configured.Methods inherited from interface sonia.scm.HandlerBase
create, delete, modify
-
Method Details
-
getType
Type getType()Returns the type object of the handler. -
isConfigured
boolean isConfigured()Returns true if the hanlder is configured.
-