Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractArtifactAnalyzerHandler - Class in org.bonitasoft.plugin.analyze.handler
- AbstractBuildMojo - Class in org.bonitasoft.plugin
- AbstractBuildMojo() - Constructor for class org.bonitasoft.plugin.AbstractBuildMojo
- AbstractConfigurationArchiveMojo - Class in org.bonitasoft.plugin.build
- AbstractConfigurationArchiveMojo() - Constructor for class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- AbstractGenerateBdmMojo - Class in org.bonitasoft.plugin.bdm.codegen
- AbstractModuleGenerator - Class in org.bonitasoft.plugin.module
- AbstractModuleGenerator(ModelReader, ModelWriter) - Constructor for class org.bonitasoft.plugin.module.AbstractModuleGenerator
- AbstractUidValidationTask - Class in org.bonitasoft.plugin.validation.uid
-
Abstract class used to check that UID artifacts located in a directory are valid.
- AbstractUidValidationTask() - Constructor for class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
- AnalysisResultReportException - Exception in org.bonitasoft.plugin.analyze.report
- AnalysisResultReportException(String) - Constructor for exception org.bonitasoft.plugin.analyze.report.AnalysisResultReportException
- AnalysisResultReportException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.analyze.report.AnalysisResultReportException
- analyze(List<Artifact>) - Method in interface org.bonitasoft.plugin.analyze.ArtifactAnalyzer
- analyze(Artifact, DependencyReport) - Method in interface org.bonitasoft.plugin.analyze.handler.ArtifactAnalyzerHandler
- AnalyzeBonitaDependencyMojo - Class in org.bonitasoft.plugin.analyze
-
This mojo runs an analysis on the current project dependencies to detect Bonita specific extensions.
- AnalyzeBonitaDependencyMojo(ArtifactResolver, ArtifactAnalyzerFactory, DependencyValidator, ProjectArtifactFactory) - Constructor for class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- APP_FOLDER_NAME - Static variable in class org.bonitasoft.plugin.AbstractBuildMojo
- appliesTo(Artifact) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Test whether the artifact is of the concerned file type.
- appliesTo(Artifact) - Method in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
- appliesTo(Artifact) - Method in class org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
- appliesTo(Artifact) - Method in interface org.bonitasoft.plugin.analyze.handler.ArtifactAnalyzerHandler
- ArtifactAnalyzer - Interface in org.bonitasoft.plugin.analyze
- artifactAnalyzerFactory - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- ArtifactAnalyzerFactory - Interface in org.bonitasoft.plugin.analyze
- ArtifactAnalyzerHandler - Interface in org.bonitasoft.plugin.analyze.handler
- artifactBuilder - Variable in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
-
Artifact builder required to check if a UID artifact is valid
- ArtifactContentReader - Interface in org.bonitasoft.plugin.analyze.content
-
Provides methods to read the content of an artifact (JAR, ZIP or project folder).
- ArtifactContentReader.ArtifactFileType - Enum Class in org.bonitasoft.plugin.analyze.content
- ArtifactContentReader.Entry - Record Class in org.bonitasoft.plugin.analyze.content
-
A compiled content entry in the artifact.
- artifactLocalRepositoryFile(Artifact) - Method in class org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
- artifactResolver - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- artifactsSourceDir - Variable in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
-
Directory where UID artifacts should be stored
B
- BDM_ACCESS_CONTROL_SOURCE_FILE_REGEX - Static variable in class org.bonitasoft.plugin.validation.ValidateMojo
- BDM_SOURCE_FILE_REGEX - Static variable in class org.bonitasoft.plugin.validation.ValidateMojo
- bdmModelFile - Variable in class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
-
The path to a Business Object Model descriptor file.
- BdmModuleGeneratorImpl - Class in org.bonitasoft.plugin.bdm.module.impl
- BdmModuleGeneratorImpl(ModelReader, ModelWriter) - Constructor for class org.bonitasoft.plugin.bdm.module.impl.BdmModuleGeneratorImpl
- bonitaConfiguration - Variable in class org.bonitasoft.plugin.build.MergeConfigurationArchiveMojo
-
The Bonita configuration file to update.
- bonitaProjectId - Variable in class org.bonitasoft.plugin.bdm.module.CreateBdmModuleMojo
-
Specify the Bonita project id that will determine the artifact ids of the generated modules.
- bonitaProjectId - Variable in class org.bonitasoft.plugin.extension.CreateExtensionsModuleMojo
-
Specify the Bonita project id that will determine the artifact ids of the generated modules.
- BuildBarMojo - Class in org.bonitasoft.plugin.build.bar
-
This mojo builds Business archives from diagram sources.
- BuildBarMojo(MavenProjectHelper) - Constructor for class org.bonitasoft.plugin.build.bar.BuildBarMojo
- BuildException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.MavenSessionExecutor.BuildException
- buildPage(String) - Method in class org.bonitasoft.plugin.build.page.impl.UidArtifactBuilderImpl
- buildPage(String) - Method in interface org.bonitasoft.plugin.build.page.UidArtifactBuilder
- BuildPageException - Exception in org.bonitasoft.plugin.build.page
- BuildPageException(Throwable) - Constructor for exception org.bonitasoft.plugin.build.page.BuildPageException
- buildPages(Path, String[], Path) - Method in class org.bonitasoft.plugin.build.page.impl.UidArtifactBuilderImpl
- buildPages(Path, String[], Path) - Method in interface org.bonitasoft.plugin.build.page.UidArtifactBuilder
- BuildUidPageMojo - Class in org.bonitasoft.plugin.build.page
-
This mojo builds UI designer pages from sources.
- BuildUidPageMojo() - Constructor for class org.bonitasoft.plugin.build.page.BuildUidPageMojo
- BusinessDataModelGenerator - Interface in org.bonitasoft.plugin.bdm.codegen
- BusinessDataModelGeneratorImpl - Class in org.bonitasoft.plugin.bdm.codegen.impl
- BusinessDataModelGeneratorImpl() - Constructor for class org.bonitasoft.plugin.bdm.codegen.impl.BusinessDataModelGeneratorImpl
- BusinessDataModelParser - Interface in org.bonitasoft.plugin.bdm.codegen
- BusinessDataModelParserImpl - Class in org.bonitasoft.plugin.bdm.codegen.impl
- BusinessDataModelParserImpl() - Constructor for class org.bonitasoft.plugin.bdm.codegen.impl.BusinessDataModelParserImpl
C
- CodeGenerationException - Exception in org.bonitasoft.plugin.bdm.codegen
- CodeGenerationException(String) - Constructor for exception org.bonitasoft.plugin.bdm.codegen.CodeGenerationException
- CodeGenerationException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.bdm.codegen.CodeGenerationException
- ConnectorResolver - Interface in org.bonitasoft.plugin.analyze
- ConnectorResolverImpl - Class in org.bonitasoft.plugin.analyze.connector
- ConnectorResolverImpl() - Constructor for class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl
- ConnectorResolverImpl.DocumentResource - Class in org.bonitasoft.plugin.analyze.connector
- CopyProvidedPagesMojo - Class in org.bonitasoft.plugin.build
-
This Mojo first detects if Bonita provided pages (i.e. pages from User Application) are used in project applications.
- CopyProvidedPagesMojo(ArtifactResolver) - Constructor for class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- create(String, MavenProject) - Method in class org.bonitasoft.plugin.bdm.module.impl.BdmModuleGeneratorImpl
- create(String, MavenProject) - Method in class org.bonitasoft.plugin.extension.impl.ExtensionsModuleGeneratorImpl
- create(String, MavenProject) - Method in interface org.bonitasoft.plugin.module.ModuleGenerator
- create(Artifact) - Method in class org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
- create(ConnectorResolver, LocalRepositoryManager, MavenResourcesFiltering, List<MavenProject>) - Static method in interface org.bonitasoft.plugin.analyze.handler.ArtifactAnalyzerHandler
- create(UiDesignerProperties) - Static method in class org.bonitasoft.plugin.build.page.UidArtifactBuilderFactory
- create(LocalRepositoryManager, List<MavenProject>) - Method in interface org.bonitasoft.plugin.analyze.ArtifactAnalyzerFactory
- CreateBdmModuleMojo - Class in org.bonitasoft.plugin.bdm.module
-
This mojo creates a bdm module and its submodules in the current project with a Business Object Model descriptor sample file.
- CreateBdmModuleMojo(BdmModuleGeneratorImpl, DefaultBomFactory, BuildContext) - Constructor for class org.bonitasoft.plugin.bdm.module.CreateBdmModuleMojo
- createDefaultBom(String, Path) - Method in interface org.bonitasoft.plugin.bdm.module.DefaultBomFactory
- createDefaultBom(String, Path) - Method in class org.bonitasoft.plugin.bdm.module.impl.DefaultBomFactoryImpl
- CreateExtensionsModuleMojo - Class in org.bonitasoft.plugin.extension
-
This mojo creates an extensions module in the current project.
- CreateExtensionsModuleMojo(ExtensionsModuleGeneratorImpl, BuildContext) - Constructor for class org.bonitasoft.plugin.extension.CreateExtensionsModuleMojo
- createModule(String, Model, Path, String, String) - Method in class org.bonitasoft.plugin.module.AbstractModuleGenerator
D
- DEFAULT_TASK_NAME - Static variable in class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- DefaultBomFactory - Interface in org.bonitasoft.plugin.bdm.module
- DefaultBomFactoryImpl - Class in org.bonitasoft.plugin.bdm.module.impl
- DefaultBomFactoryImpl() - Constructor for class org.bonitasoft.plugin.bdm.module.impl.DefaultBomFactoryImpl
- defaultConfigurationFile() - Method in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- DependencyReporter - Interface in org.bonitasoft.plugin.analyze.report
- DependencyValidator - Interface in org.bonitasoft.plugin.analyze
- detectImplementationHierarchy(String, Artifact, Consumer<ClassNotFoundException>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Detect the implementation hierarchy of a java class in the artifact.
- detectImplementationHierarchy(String, Artifact, Consumer<ClassNotFoundException>) - Method in class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- detectImplementationHierarchy(String, Artifact, Consumer<ClassNotFoundException>) - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- detectImplementationHierarchy(String, Artifact, Consumer<ClassNotFoundException>) - Method in class org.bonitasoft.plugin.analyze.content.ZipArtifactContentReader
- detectProvidedPages() - Method in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- DocumentResource(String, Document) - Constructor for class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl.DocumentResource
E
- Entry(Path, Supplier<InputStream>) - Constructor for record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Creates an instance of a
Entryrecord class. - environment - Variable in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
-
The Bonita environment.
- equals(Object) - Method in record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Indicates whether some other object is "equal to" this one.
- excludedGeneratedSources() - Method in class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
- excludedGeneratedSources() - Method in class org.bonitasoft.plugin.bdm.codegen.GenerateBdmDaoClientSourceMojo
- excludedGeneratedSources() - Method in class org.bonitasoft.plugin.bdm.codegen.GenerateBdmModelSourceMojo
-
Only keep source files relevant for the bdm-model module.
- excludeScope - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
-
Scope threshold to exclude, if no value is defined for include.
- execute() - Method in class org.bonitasoft.maven.bonita_project_maven_plugin.HelpMojo
- execute() - Method in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- execute() - Method in class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
- execute() - Method in class org.bonitasoft.plugin.bdm.module.CreateBdmModuleMojo
- execute() - Method in class org.bonitasoft.plugin.build.bar.BuildBarMojo
- execute() - Method in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- execute() - Method in class org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
- execute() - Method in class org.bonitasoft.plugin.build.MergeConfigurationArchiveMojo
- execute() - Method in class org.bonitasoft.plugin.build.page.BuildUidPageMojo
- execute() - Method in class org.bonitasoft.plugin.extension.CreateExtensionsModuleMojo
- execute() - Method in class org.bonitasoft.plugin.install.InstallProjectStoreMojo
- execute() - Method in class org.bonitasoft.plugin.validation.ValidateMojo
- execute(File, File, List<String>, Map<String, String>, List<String>, Supplier<String>) - Method in class org.bonitasoft.plugin.MavenSessionExecutor
-
Execute maven commands on a pom file.
- execute(File, File, List<String>, Map<String, String>, List<String>, List<String>, Supplier<String>) - Method in class org.bonitasoft.plugin.MavenSessionExecutor
-
Execute maven commands on a pom file.
- ExtensionsModuleGeneratorImpl - Class in org.bonitasoft.plugin.extension.impl
- ExtensionsModuleGeneratorImpl(ModelReader, ModelWriter) - Constructor for class org.bonitasoft.plugin.extension.impl.ExtensionsModuleGeneratorImpl
- ExtractConfigurationArchiveMojo - Class in org.bonitasoft.plugin.build
-
This mojo extracts parameters from all the processes found in the project into a single parameters file.
- ExtractConfigurationArchiveMojo() - Constructor for class org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
- extractor - Variable in class org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
F
- findAllDefinitions(Artifact, ArtifactContentReader, Issue.Collector) - Method in class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl
- findAllDefinitions(Artifact, ArtifactContentReader, Issue.Collector) - Method in interface org.bonitasoft.plugin.analyze.ConnectorResolver
- findAllImplementations(Artifact, ArtifactContentReader, Issue.Collector) - Method in class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl
- findAllImplementations(Artifact, ArtifactContentReader, Issue.Collector) - Method in interface org.bonitasoft.plugin.analyze.ConnectorResolver
- findAppModuleProject() - Method in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- findEntry(Artifact, Predicate<Path>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Test whether the artifact has a content entry satisfying the predicate.
- findEntryWithName(Artifact, String) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Test whether the artifact has a content entry with the given name.
- findZipEntry(File, Predicate<ZipEntry>) - Method in class org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
- forBarFromSession(MavenSession) - Static method in class org.bonitasoft.plugin.MavenSessionExecutor
-
Get the maven executor from the maven session
- FragmentUidValidationTask - Class in org.bonitasoft.plugin.validation.uid
-
Class used to check that UID fragments are valid.
- FragmentUidValidationTask(ArtifactBuilder, Path) - Constructor for class org.bonitasoft.plugin.validation.uid.FragmentUidValidationTask
- fromSession(MavenSession) - Static method in class org.bonitasoft.plugin.MavenSessionExecutor
-
Get the maven executor from the maven session
G
- generate(BusinessObjectModel, Path) - Method in interface org.bonitasoft.plugin.bdm.codegen.BusinessDataModelGenerator
- generate(BusinessObjectModel, Path) - Method in class org.bonitasoft.plugin.bdm.codegen.impl.BusinessDataModelGeneratorImpl
- GenerateBdmDaoClientSourceMojo - Class in org.bonitasoft.plugin.bdm.codegen
-
This mojo generates the BDM dao client java source code from the given Business Object Model descriptor file.
- GenerateBdmDaoClientSourceMojo(BusinessDataModelParser, BusinessDataModelGenerator, BuildContext) - Constructor for class org.bonitasoft.plugin.bdm.codegen.GenerateBdmDaoClientSourceMojo
- GenerateBdmModelSourceMojo - Class in org.bonitasoft.plugin.bdm.codegen
-
This mojo generates the BDM model java source code from the given Business Object Model descriptor file.
- GenerateBdmModelSourceMojo(BusinessDataModelParser, BusinessDataModelGenerator, BuildContext) - Constructor for class org.bonitasoft.plugin.bdm.codegen.GenerateBdmModelSourceMojo
- getAppModuleBaseDir() - Method in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- getAppModuleBuildDir() - Method in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- getArtifactFileType() - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Get the concerned artifact file type.
- getArtifactFileType() - Method in class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- getArtifactFileType() - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- getArtifactFileType() - Method in class org.bonitasoft.plugin.analyze.content.ZipArtifactContentReader
- getArtifactStatus(String) - Method in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
- getArtifactStatus(String) - Method in class org.bonitasoft.plugin.validation.uid.FragmentUidValidationTask
- getArtifactStatus(String) - Method in class org.bonitasoft.plugin.validation.uid.PageUidValidationTask
- getArtifactStatus(String) - Method in class org.bonitasoft.plugin.validation.uid.WidgetUidValidationTask
- getContentReader() - Method in class org.bonitasoft.plugin.analyze.handler.AbstractArtifactAnalyzerHandler
- getDocument() - Method in class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl.DocumentResource
- getEnvironment() - Method in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- getMessage() - Method in exception org.bonitasoft.plugin.install.InstallFileExecutionException
- getPath() - Method in class org.bonitasoft.plugin.analyze.connector.ConnectorResolverImpl.DocumentResource
- getReporters() - Method in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- getSourceFiles() - Method in class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- getTaskName() - Method in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
- getTaskName() - Method in class org.bonitasoft.plugin.validation.uid.FragmentUidValidationTask
- getTaskName() - Method in class org.bonitasoft.plugin.validation.uid.PageUidValidationTask
- getTaskName() - Method in class org.bonitasoft.plugin.validation.uid.WidgetUidValidationTask
- getUidArtifacts() - Method in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
H
- hasEntryWithPath(Artifact, Path) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Test whether the artifact has a content entry at the given relative path.
- hasEntryWithPath(Artifact, Path) - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- hasEntryWithPath(Artifact, Predicate<Path>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Test whether the artifact has a content entry satisfying the predicate.
- hashCode() - Method in record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Returns a hash code value for this object.
- HelpMojo - Class in org.bonitasoft.maven.bonita_project_maven_plugin
-
Display help information on bonita-project-maven-plugin.
Callmvn bonita-project:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.bonitasoft.maven.bonita_project_maven_plugin.HelpMojo
I
- includeScope - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
-
Scope threshold to include.
- IncompatibleDependencyValidator - Class in org.bonitasoft.plugin.analyze
- IncompatibleDependencyValidator(DependencyGraphBuilder) - Constructor for class org.bonitasoft.plugin.analyze.IncompatibleDependencyValidator
- initValidator() - Method in class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- InstallFileExecutionException - Exception in org.bonitasoft.plugin.install
- InstallFileExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.install.InstallFileExecutionException
- InstallFileExecutionException(List<Throwable>) - Constructor for exception org.bonitasoft.plugin.install.InstallFileExecutionException
- InstallProjectStoreMojo - Class in org.bonitasoft.plugin.install
-
This mojo looks for unknown dependencies in the current project and look for them in a project local dependency store (.store folder by default).
- InstallProjectStoreMojo(ProjectArtifactFactory, ModelReader, ModelWriter) - Constructor for class org.bonitasoft.plugin.install.InstallProjectStoreMojo
- isUidArtifact(Path) - Static method in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
-
Check if the given directory represents a UID artifact.
J
- JAR - Enum constant in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
-
A compiled .jar file
- JarArtifactContentReader - Class in org.bonitasoft.plugin.analyze.content
-
Reads the content of a JAR file.
- JarArtifactContentReader() - Constructor for class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- JsonDependencyReporter - Class in org.bonitasoft.plugin.analyze.report
- JsonDependencyReporter(File) - Constructor for class org.bonitasoft.plugin.analyze.report.JsonDependencyReporter
L
- listPages(ApplicationNodeContainer) - Method in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- localRepository - Variable in class org.bonitasoft.plugin.install.InstallProjectStoreMojo
-
Local Repository.
- LogDependencyReporter - Class in org.bonitasoft.plugin.analyze.report
- LogDependencyReporter(Log) - Constructor for class org.bonitasoft.plugin.analyze.report.LogDependencyReporter
- logIOException(IOException, File, Path) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Log an IOException when reading the artifact content.
M
- MavenSessionExecutor - Class in org.bonitasoft.plugin
-
Executes maven requests with information from an active session.
- MavenSessionExecutor.BuildException - Exception in org.bonitasoft.plugin
-
Exception thrown when the maven build fails.
- MergeConfigurationArchiveMojo - Class in org.bonitasoft.plugin.build
-
This mojo merges given parameters into a Bonita configuration archive.
- MergeConfigurationArchiveMojo() - Constructor for class org.bonitasoft.plugin.build.MergeConfigurationArchiveMojo
- merger - Variable in class org.bonitasoft.plugin.build.MergeConfigurationArchiveMojo
- modelReader - Variable in class org.bonitasoft.plugin.module.AbstractModuleGenerator
- modelWriter - Variable in class org.bonitasoft.plugin.module.AbstractModuleGenerator
- ModuleGenerationException - Exception in org.bonitasoft.plugin.module
- ModuleGenerationException(String) - Constructor for exception org.bonitasoft.plugin.module.ModuleGenerationException
- ModuleGenerationException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.module.ModuleGenerationException
- ModuleGenerator - Interface in org.bonitasoft.plugin.module
O
- OBJECT_MAPPER - Static variable in interface org.bonitasoft.plugin.analyze.report.DependencyReporter
- org.bonitasoft.maven.bonita_project_maven_plugin - package org.bonitasoft.maven.bonita_project_maven_plugin
- org.bonitasoft.plugin - package org.bonitasoft.plugin
- org.bonitasoft.plugin.analyze - package org.bonitasoft.plugin.analyze
- org.bonitasoft.plugin.analyze.connector - package org.bonitasoft.plugin.analyze.connector
- org.bonitasoft.plugin.analyze.content - package org.bonitasoft.plugin.analyze.content
- org.bonitasoft.plugin.analyze.handler - package org.bonitasoft.plugin.analyze.handler
- org.bonitasoft.plugin.analyze.report - package org.bonitasoft.plugin.analyze.report
- org.bonitasoft.plugin.bdm.codegen - package org.bonitasoft.plugin.bdm.codegen
- org.bonitasoft.plugin.bdm.codegen.impl - package org.bonitasoft.plugin.bdm.codegen.impl
- org.bonitasoft.plugin.bdm.module - package org.bonitasoft.plugin.bdm.module
- org.bonitasoft.plugin.bdm.module.impl - package org.bonitasoft.plugin.bdm.module.impl
- org.bonitasoft.plugin.build - package org.bonitasoft.plugin.build
- org.bonitasoft.plugin.build.bar - package org.bonitasoft.plugin.build.bar
- org.bonitasoft.plugin.build.page - package org.bonitasoft.plugin.build.page
- org.bonitasoft.plugin.build.page.impl - package org.bonitasoft.plugin.build.page.impl
- org.bonitasoft.plugin.extension - package org.bonitasoft.plugin.extension
- org.bonitasoft.plugin.extension.impl - package org.bonitasoft.plugin.extension.impl
- org.bonitasoft.plugin.install - package org.bonitasoft.plugin.install
- org.bonitasoft.plugin.module - package org.bonitasoft.plugin.module
- org.bonitasoft.plugin.validation - package org.bonitasoft.plugin.validation
- org.bonitasoft.plugin.validation.uid - package org.bonitasoft.plugin.validation.uid
- org.bonitasoft.plugin.validation.xml - package org.bonitasoft.plugin.validation.xml
- ORGANIZATION_SOURCE_FILE_REGEX - Static variable in class org.bonitasoft.plugin.validation.ValidateMojo
- outputDirectory - Variable in class org.bonitasoft.plugin.AbstractBuildMojo
-
The build output directory.
- outputFile - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
-
Analysis report output file.
- outputFolder - Variable in class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
-
The path to the output folder where the source code is generated.
- outputFolder - Variable in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- overwrite - Variable in class org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
-
Overwrite existing parameters file.
P
- PAGES_FOLDER_NAME - Static variable in class org.bonitasoft.plugin.AbstractBuildMojo
- PageUidValidationTask - Class in org.bonitasoft.plugin.validation.uid
-
Class used to check that UID pages are valid.
- PageUidValidationTask(ArtifactBuilder, Path) - Constructor for class org.bonitasoft.plugin.validation.uid.PageUidValidationTask
- parametersFile - Variable in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
-
Parameters file
- parse(File) - Method in interface org.bonitasoft.plugin.bdm.codegen.BusinessDataModelParser
- parse(File) - Method in class org.bonitasoft.plugin.bdm.codegen.impl.BusinessDataModelParserImpl
- ParseException - Exception in org.bonitasoft.plugin.bdm.codegen
- ParseException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.bdm.codegen.ParseException
- path() - Method in record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Returns the value of the
pathrecord component. - POM_FILE_NAME - Static variable in interface org.bonitasoft.plugin.module.ModuleGenerator
- project - Variable in class org.bonitasoft.plugin.AbstractBuildMojo
- project - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- project - Variable in class org.bonitasoft.plugin.bdm.codegen.AbstractGenerateBdmMojo
- project - Variable in class org.bonitasoft.plugin.bdm.module.CreateBdmModuleMojo
- project - Variable in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- project - Variable in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- project - Variable in class org.bonitasoft.plugin.extension.CreateExtensionsModuleMojo
- PROJECT_FOLDER - Enum constant in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
-
A maven project folder with source code
- ProjectArtifactContentReader - Class in org.bonitasoft.plugin.analyze.content
-
Reads the content of a maven project folder.
- ProjectArtifactContentReader(MavenResourcesFiltering, List<MavenProject>) - Constructor for class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- PROVIDED_PAGES - Static variable in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
R
- reactorProjects - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- reactorProjects - Variable in class org.bonitasoft.plugin.build.AbstractConfigurationArchiveMojo
- readEntries(Artifact, Predicate<Path>, Consumer<ArtifactContentReader.Entry>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Read the (compiled) content of the artifact entries which satisfy the path predicate.
- readEntries(Artifact, Predicate<Path>, Consumer<ArtifactContentReader.Entry>) - Method in class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- readEntries(Artifact, Predicate<Path>, Collector<ArtifactContentReader.Entry, A, R>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Read the (compiled) content of the artifact entries which satisfy the path predicate.
- readEntries(Artifact, Predicate<Path>, Collector<ArtifactContentReader.Entry, A, R>) - Method in class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- readEntries(Artifact, Predicate<Path>, Collector<ArtifactContentReader.Entry, A, R>) - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- readEntries(Artifact, Predicate<Path>, Collector<ArtifactContentReader.Entry, A, R>) - Method in class org.bonitasoft.plugin.analyze.content.ZipArtifactContentReader
- readEntry(Artifact, Path, Consumer<InputStream>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Read the (compiled) content of the artifact entry at the given relative path.
- readEntry(Artifact, Path, Consumer<InputStream>) - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- readFirstEntry(Artifact, Predicate<Path>, Function<ArtifactContentReader.Entry, T>) - Method in interface org.bonitasoft.plugin.analyze.content.ArtifactContentReader
-
Read the (compiled) content of the first artifact entry which satisfy the path predicate.
- readFirstEntry(Artifact, Predicate<Path>, Function<ArtifactContentReader.Entry, T>) - Method in class org.bonitasoft.plugin.analyze.content.JarArtifactContentReader
- readFirstEntry(Artifact, Predicate<Path>, Function<ArtifactContentReader.Entry, T>) - Method in class org.bonitasoft.plugin.analyze.content.ProjectArtifactContentReader
- readFirstEntry(Artifact, Predicate<Path>, Function<ArtifactContentReader.Entry, T>) - Method in class org.bonitasoft.plugin.analyze.content.ZipArtifactContentReader
- remoteRepositories - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
-
Remote repositories which will be searched for artifacts.
- report(DependencyReport) - Method in interface org.bonitasoft.plugin.analyze.report.DependencyReporter
- report(DependencyReport) - Method in class org.bonitasoft.plugin.analyze.report.JsonDependencyReporter
- report(DependencyReport) - Method in class org.bonitasoft.plugin.analyze.report.LogDependencyReporter
- resolveArtifacts(Set<Artifact>, ProjectBuildingRequest) - Method in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
S
- session - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
- session - Variable in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- setArtifactVersion(DefaultArtifactCoordinate) - Method in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- skipMergeParameters - Variable in class org.bonitasoft.plugin.build.MergeConfigurationArchiveMojo
-
Skip execution
- supplier() - Method in record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Returns the value of the
supplierrecord component.
T
- toApplicationContainerNode(Path) - Method in class org.bonitasoft.plugin.build.CopyProvidedPagesMojo
- toString() - Method in record class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.Entry
-
Returns a string representation of this record class.
U
- UidArtifactBuilder - Interface in org.bonitasoft.plugin.build.page
- UidArtifactBuilderFactory - Class in org.bonitasoft.plugin.build.page
- UidArtifactBuilderImpl - Class in org.bonitasoft.plugin.build.page.impl
- UidArtifactBuilderImpl(ArtifactBuilder) - Constructor for class org.bonitasoft.plugin.build.page.impl.UidArtifactBuilderImpl
- uidWorkspace() - Method in class org.bonitasoft.plugin.AbstractBuildMojo
- uidWorkspaceProperties(Path) - Method in class org.bonitasoft.plugin.AbstractBuildMojo
V
- validate() - Method in class org.bonitasoft.plugin.validation.uid.AbstractUidValidationTask
- validate() - Method in interface org.bonitasoft.plugin.validation.ValidationTask
-
Execute the validation task.
- validate() - Method in class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- validate(MavenProject, ProjectBuildingRequest) - Method in interface org.bonitasoft.plugin.analyze.DependencyValidator
- validate(MavenProject, ProjectBuildingRequest) - Method in class org.bonitasoft.plugin.analyze.IncompatibleDependencyValidator
- validateDeps - Variable in class org.bonitasoft.plugin.analyze.AnalyzeBonitaDependencyMojo
-
Look for incompatible dependencies.
- ValidateMojo - Class in org.bonitasoft.plugin.validation
-
The
validateMojo is used to execute validation criteria on Bonita artifacts sources located in the current project. - ValidateMojo() - Constructor for class org.bonitasoft.plugin.validation.ValidateMojo
- ValidationErrorException - Exception in org.bonitasoft.plugin.validation
-
Unchecked exception occurring when an operation is failing during a validation process.
- ValidationErrorException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.validation.ValidationErrorException
- ValidationErrorException(Throwable) - Constructor for exception org.bonitasoft.plugin.validation.ValidationErrorException
- ValidationException - Exception in org.bonitasoft.plugin.validation
-
Exception occurring when validation criteria are not met.
- ValidationException(String) - Constructor for exception org.bonitasoft.plugin.validation.ValidationException
- ValidationException(String, Throwable) - Constructor for exception org.bonitasoft.plugin.validation.ValidationException
- ValidationTask - Interface in org.bonitasoft.plugin.validation
- valueOf(String) - Static method in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WidgetUidValidationTask - Class in org.bonitasoft.plugin.validation.uid
-
Class used to check that UID widgets are valid.
- WidgetUidValidationTask(ArtifactBuilder, Path) - Constructor for class org.bonitasoft.plugin.validation.uid.WidgetUidValidationTask
- withoutParametersValue - Variable in class org.bonitasoft.plugin.build.ExtractConfigurationArchiveMojo
-
Only extract parameters without values.
- WORKSPACE_PATH - Static variable in class org.bonitasoft.plugin.AbstractBuildMojo
X
- XmlValidationTask - Class in org.bonitasoft.plugin.validation.xml
-
This class is used to validate XML files located in a directory using a given XSD schema.
- XmlValidationTask(String, URL, Path) - Constructor for class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- XmlValidationTask(String, URL, Path, String) - Constructor for class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- XmlValidationTask(URL, Path) - Constructor for class org.bonitasoft.plugin.validation.xml.XmlValidationTask
- XmlValidationTask(URL, Path, String) - Constructor for class org.bonitasoft.plugin.validation.xml.XmlValidationTask
Z
- ZIP - Enum constant in enum class org.bonitasoft.plugin.analyze.content.ArtifactContentReader.ArtifactFileType
-
A compiled .zip file
- ZipArtifactContentReader - Class in org.bonitasoft.plugin.analyze.content
-
Reads the content of a ZIP file.
- ZipArtifactContentReader() - Constructor for class org.bonitasoft.plugin.analyze.content.ZipArtifactContentReader
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form