Class AbstractGroupManager

java.lang.Object
sonia.scm.group.AbstractGroupManager
All Implemented Interfaces:
Closeable, AutoCloseable, GroupManager, HandlerBase<Group>, Initable, LastModifiedAware, Manager<Group>, Searchable<Group>

public abstract class AbstractGroupManager extends Object implements GroupManager
Abstract base class for GroupManager implementations. This class implements the listener methods of the GroupManager interface.
  • Constructor Details

    • AbstractGroupManager

      public AbstractGroupManager()
  • Method Details