Uses of Class
org.silverpeas.core.admin.component.model.Tool
-
Packages that use Tool Package Description org.silverpeas.core.admin.component Provides an API to manage the life-cycle of the Silverpeas components (id est applications) that are available.org.silverpeas.core.admin.component.model -
-
Uses of Tool in org.silverpeas.core.admin.component
Methods in org.silverpeas.core.admin.component that return types with arguments of type Tool Modifier and Type Method Description Map<String,Tool>
ToolRegistry. getAllTools()
Gets all the registered Tool instances indexed by their id.Optional<Tool>
ToolRegistry. getTool(String toolId)
Gets the Tool instance registered under the specified id. -
Uses of Tool in org.silverpeas.core.admin.component.model
Methods in org.silverpeas.core.admin.component.model that return types with arguments of type Tool Modifier and Type Method Description static Collection<Tool>
Tool. getAll()
Gets all the available Tool instances.static Optional<Tool>
Tool. getById(String toolId)
Gets the Tool instance with the specified id.
-