Interface IdentifiedComponent
-
- All Superinterfaces:
Component
- All Known Subinterfaces:
AccessControlService,IdentifiableComponent
- All Known Implementing Classes:
AbstractIdentifiableInitializableComponent,AbstractIdentifiedInitializableComponent,AbstractReloadableService,BasicAccessControlService,DelegatingAccessControlService,IPRangeAccessControl,ScriptedRunnable
public interface IdentifiedComponent extends Component
AComponentwhich has an identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Get the ID of this component.
-
-
-
Method Detail
-
getId
@Nullable String getId()
Get the ID of this component.- Returns:
- ID of this component or null
-
-