Index
A C D G I L N O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractClasspathContentHandler - Class in org.eclipse.dirigible.commons.api.content
-
The AbstractClasspathContentHandler is the parent of the classes used to locate and enumerate specific resources in the class path.
- AbstractClasspathContentHandler() - Constructor for class org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
- AbstractDirigibleModule - Class in org.eclipse.dirigible.commons.api.module
-
The AbstractDirigibleModule is the parent of the Dirigible's Modules.
- AbstractDirigibleModule() - Constructor for class org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
- AbstractExceptionHandler<T extends Throwable> - Class in org.eclipse.dirigible.commons.api.service
-
The AbstractExceptionHandler is the parent of the exception handlers in RESTful services.
- AbstractExceptionHandler() - Constructor for class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
- AbstractRestService - Class in org.eclipse.dirigible.commons.api.service
-
The AbstractRestService is the parent of all the RESTful services in Dirigible.
- AbstractRestService() - Constructor for class org.eclipse.dirigible.commons.api.service.AbstractRestService
- accept(String) - Method in class org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
-
Accept.
- accept(String) - Method in interface org.eclipse.dirigible.commons.api.content.IClasspathContentHandler
-
Accept.
C
- ClasspathContentLoader - Class in org.eclipse.dirigible.commons.api.content
-
The ClasspathContentLoader utility used for loading the resourced from the JAR files in the class path.
- ClasspathContentLoader() - Constructor for class org.eclipse.dirigible.commons.api.content.ClasspathContentLoader
- cleanup() - Method in interface org.eclipse.dirigible.commons.api.service.ICleanupService
-
Cleanup.
- complete(String) - Method in interface org.eclipse.dirigible.commons.api.topology.ITopologicallyDepletable
-
Complete.
- configure() - Method in class org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
-
Runs the module initialization logic.
- configure() - Static method in class org.eclipse.dirigible.commons.api.module.DirigibleModulesInstallerModule
-
Configure.
- configure() - Method in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
Runs the module initialization logic.
- createErrorResponse(Response.Status, String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create general error response for given status.
- createErrorResponseBadRequest(String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create error response bad request.
- createErrorResponseForbidden(String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create error response forbidden.
- createErrorResponseInternalServerError(String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create error response internal server error.
- createErrorResponseNotFound(String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create error response not found.
- createErrorResponseUnauthorized(String) - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Create error response unathorized.
D
- deplete(List<T>, String) - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalDepleter
-
Deplete.
- DirigibleModulesInstallerModule - Class in org.eclipse.dirigible.commons.api.module
-
The DirigibleModulesInstallerModule is the entry point of the integration.
- DirigibleModulesInstallerModule() - Constructor for class org.eclipse.dirigible.commons.api.module.DirigibleModulesInstallerModule
G
- getArtefactLocation() - Method in interface org.eclipse.dirigible.commons.api.artefacts.IArtefactDefinition
-
Gets the artefact location.
- getArtefactName() - Method in interface org.eclipse.dirigible.commons.api.artefacts.IArtefactDefinition
-
Gets the artefact name.
- getData() - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Gets the data.
- getDependencies() - Method in interface org.eclipse.dirigible.commons.api.topology.ITopologicallySortable
-
Gets the dependencies.
- getDependencies() - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Gets the dependencies.
- getId() - Method in interface org.eclipse.dirigible.commons.api.topology.ITopologicallyDepletable
-
Gets the id.
- getId() - Method in interface org.eclipse.dirigible.commons.api.topology.ITopologicallySortable
-
Gets the id.
- getLogger() - Method in class org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
-
Gets the logger.
- getLogger() - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
Gets the logger.
- getLogger() - Method in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
Gets the logger.
- getModules() - Static method in class org.eclipse.dirigible.commons.api.module.DirigibleModulesInstallerModule
-
Gets the modules.
- getName() - Method in class org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
-
Gets the name.
- getName() - Method in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
Gets the name.
- getPaths() - Method in class org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
-
Gets the paths.
- getPaths() - Method in interface org.eclipse.dirigible.commons.api.content.IClasspathContentHandler
-
Gets the paths.
- getPriority() - Method in class org.eclipse.dirigible.commons.api.module.AbstractDirigibleModule
-
Gets the priority.
- getPriority() - Method in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
Gets the priority.
- getResponseMessage(T) - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
Gets the response message.
- getResponseStatus(T) - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
Gets the response status.
- getType() - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
Gets the type.
- getType() - Method in interface org.eclipse.dirigible.commons.api.service.IRestExceptionHandler
-
Gets the type.
- getType() - Method in interface org.eclipse.dirigible.commons.api.service.IRestService
-
Gets the type.
I
- IArtefactDefinition - Interface in org.eclipse.dirigible.commons.api.artefacts
-
The Interface IArtefactDefinition.
- IClasspathContentHandler - Interface in org.eclipse.dirigible.commons.api.content
-
The IClasspathContentHandler is the interface for all the classes used to locate and enumerate specific resources in the class path.
- ICleanupService - Interface in org.eclipse.dirigible.commons.api.service
-
The Interface ICleanupService.
- ICoreService - Interface in org.eclipse.dirigible.commons.api.service
-
The ICoreService marks all the internal core services in Dirigible.
- IDirigibleModule - Interface in org.eclipse.dirigible.commons.api.module
-
The Interface DirigibleModule.
- IRestExceptionHandler<T extends Throwable> - Interface in org.eclipse.dirigible.commons.api.service
- IRestService - Interface in org.eclipse.dirigible.commons.api.service
-
The interface for all the front facing REST (sync) services.
- IScriptingFacade - Interface in org.eclipse.dirigible.commons.api.scripting
-
The IScriptingFacade marks all the scripting facades.
- isValid(String) - Method in class org.eclipse.dirigible.commons.api.content.AbstractClasspathContentHandler
-
Checks if is valid.
- isVisited() - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Checks if is visited.
- ITopologicallyDepletable - Interface in org.eclipse.dirigible.commons.api.topology
-
The Interface ITopologicallyDepletable.
- ITopologicallySortable - Interface in org.eclipse.dirigible.commons.api.topology
-
The Interface ITopologicallySortable.
L
- load() - Static method in class org.eclipse.dirigible.commons.api.content.ClasspathContentLoader
-
Load the resources from the JAR files and give them to the
IClasspathContentHandlerinstances}. - logErrorMessage(Logger, T) - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
Log error message.
- LOW_PRIORITY - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The low priority.
N
- NO_LOGGED_IN_USER - Static variable in class org.eclipse.dirigible.commons.api.service.AbstractRestService
-
The Constant NO_LOGGED_IN_USER.
O
- org.eclipse.dirigible.commons.api.artefacts - package org.eclipse.dirigible.commons.api.artefacts
- org.eclipse.dirigible.commons.api.content - package org.eclipse.dirigible.commons.api.content
- org.eclipse.dirigible.commons.api.module - package org.eclipse.dirigible.commons.api.module
- org.eclipse.dirigible.commons.api.scripting - package org.eclipse.dirigible.commons.api.scripting
- org.eclipse.dirigible.commons.api.service - package org.eclipse.dirigible.commons.api.service
- org.eclipse.dirigible.commons.api.topology - package org.eclipse.dirigible.commons.api.topology
P
- PRIORITY_CONFIGURATION - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The priority configuration.
- PRIORITY_DATABASE - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The priority database.
- PRIORITY_DEFAULT - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The priority default.
- PRIORITY_ENGINE - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The priority engine.
- PRIORITY_REPOSITORY - Static variable in interface org.eclipse.dirigible.commons.api.module.IDirigibleModule
-
The priority repository.
S
- ScriptingDependencyException - Exception in org.eclipse.dirigible.commons.api.scripting
-
The ScriptingDependencyException.
- ScriptingDependencyException() - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
-
Instantiates a new scripting dependency exception.
- ScriptingDependencyException(String) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
-
Instantiates a new scripting dependency exception.
- ScriptingDependencyException(String, Throwable) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
-
Instantiates a new scripting dependency exception.
- ScriptingDependencyException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
-
Instantiates a new scripting dependency exception.
- ScriptingDependencyException(Throwable) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingDependencyException
-
Instantiates a new scripting dependency exception.
- ScriptingException - Exception in org.eclipse.dirigible.commons.api.scripting
-
The ScriptingException.
- ScriptingException() - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingException
-
Instantiates a new scripting exception.
- ScriptingException(String) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingException
-
Instantiates a new scripting exception.
- ScriptingException(String, Throwable) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingException
-
Instantiates a new scripting exception.
- ScriptingException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingException
-
Instantiates a new scripting exception.
- ScriptingException(Throwable) - Constructor for exception org.eclipse.dirigible.commons.api.scripting.ScriptingException
-
Instantiates a new scripting exception.
- setDependencies(List<TopologicalSorterNode<T>>) - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Sets the dependencies.
- setVisited(boolean) - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Sets the visited.
- sort(List<T>) - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorter
-
Sort.
T
- TopologicalDepleter<T extends ITopologicallyDepletable> - Class in org.eclipse.dirigible.commons.api.topology
-
The Class TopologicalDepleter.
- TopologicalDepleter() - Constructor for class org.eclipse.dirigible.commons.api.topology.TopologicalDepleter
- TopologicalSorter<T extends ITopologicallySortable> - Class in org.eclipse.dirigible.commons.api.topology
-
The Class TopologicalSorter.
- TopologicalSorter() - Constructor for class org.eclipse.dirigible.commons.api.topology.TopologicalSorter
-
Instantiates a new topological sorter.
- TopologicalSorterNode<T extends ITopologicallySortable> - Class in org.eclipse.dirigible.commons.api.topology
-
The Class TopologicalSorterNode.
- TopologicalSorterNode(T, Map<String, TopologicalSorterNode<T>>) - Constructor for class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
Instantiates a new topological sorter node.
- toResponse(T) - Method in class org.eclipse.dirigible.commons.api.service.AbstractExceptionHandler
-
To response.
- toResponse(T) - Method in interface org.eclipse.dirigible.commons.api.service.IRestExceptionHandler
-
To response.
- toString() - Method in class org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
-
To string.
All Classes All Packages