Skip navigation links
A C E G L M O P S T 

A

AbstractSynapseDependentArtifactExporter - Class in org.wso2.maven.plugin.synapse.utils
An abstract implementation of SynapseDependentArtifactExporter.
AbstractSynapseDependentArtifactExporter() - Constructor for class org.wso2.maven.plugin.synapse.utils.AbstractSynapseDependentArtifactExporter
 
addPlugins(MavenProject, Artifact) - Method in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
 
artifactLocation - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
The resulting extension of the file

C

copyResources(MavenProject, File, Artifact) - Method in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
 

E

EndPointArtifactExporter - Class in org.wso2.maven.plugin.synapse.utils
SynapseDependentArtifactExporter corresponding to tag.
EndPointArtifactExporter() - Constructor for class org.wso2.maven.plugin.synapse.utils.EndPointArtifactExporter
 
execute() - Method in class org.wso2.maven.plugin.synapse.SynapseMojo
 
export(OMElement, CAppArtifactDependency, File) - Method in class org.wso2.maven.plugin.synapse.utils.AbstractSynapseDependentArtifactExporter
Exports the specified dependent artifact into the directory specified by contentLocation argument.
export(OMElement, CAppArtifactDependency, File) - Method in interface org.wso2.maven.plugin.synapse.utils.SynapseDependentArtifactExporter
Exports the specified dependent artifact into the directory specified by contentLocation argument.
exportDependentArtifacts(File, CAppArtifactDependency) - Method in class org.wso2.maven.plugin.synapse.utils.SynapseArtifactBundleCreator
Exports any dependent artifacts that can be extracted from this synapse configuration artifacts.

G

getArtifact() - Method in class org.wso2.maven.plugin.synapse.utils.SynapseArtifactBundleCreator
 
getArtifactName(OMElement) - Method in class org.wso2.maven.plugin.synapse.utils.AbstractSynapseDependentArtifactExporter
Determines the name of the artifact which is to be exported.
getArtifactName(OMElement) - Method in class org.wso2.maven.plugin.synapse.utils.EndPointArtifactExporter
Determines the name of the artifact which is to be exported.
getArtifactName(OMElement) - Method in class org.wso2.maven.plugin.synapse.utils.LocalEntryArtifactExporter
Determines the name of the artifact which is to be exported.
getArtifactName(OMElement) - Method in class org.wso2.maven.plugin.synapse.utils.ProxyServiceArtifactExporter
Determines the name of the artifact which is to be exported.
getArtifactName(OMElement) - Method in class org.wso2.maven.plugin.synapse.utils.SequenceArtifactExporter
Determines the name of the artifact which is to be exported.
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
 
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.utils.AbstractSynapseDependentArtifactExporter
Determines the type of the artifact to be exported.
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.utils.EndPointArtifactExporter
Determines the type of the artifact to be exported.
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.utils.LocalEntryArtifactExporter
Determines the type of the artifact to be exported.
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.utils.ProxyServiceArtifactExporter
Determines the type of the artifact to be exported.
getArtifactType() - Method in class org.wso2.maven.plugin.synapse.utils.SequenceArtifactExporter
Determines the type of the artifact to be exported.
getExporter(String) - Method in class org.wso2.maven.plugin.synapse.utils.SynapseDependentArtifactExporterFactory
Returns the SynapseDependentArtifactExporter corresponding to the specified local name.
getInstance() - Static method in class org.wso2.maven.plugin.synapse.utils.SynapseDependentArtifactExporterFactory
 
groupId - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
Group id to use for the generated pom

L

LocalEntryArtifactExporter - Class in org.wso2.maven.plugin.synapse.utils
SynapseDependentArtifactExporter corresponding to tag.
LocalEntryArtifactExporter() - Constructor for class org.wso2.maven.plugin.synapse.utils.LocalEntryArtifactExporter
 

M

moduleProject - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
POM location for the module project

O

org.wso2.maven.plugin.synapse - package org.wso2.maven.plugin.synapse
 
org.wso2.maven.plugin.synapse.utils - package org.wso2.maven.plugin.synapse.utils
 
outputLocation - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
The path of the location to output the pom

P

project - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
 
projectHelper - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
Maven ProjectHelper.
ProxyServiceArtifactExporter - Class in org.wso2.maven.plugin.synapse.utils
SynapseDependentArtifactExporter corresponding to tag.
ProxyServiceArtifactExporter() - Constructor for class org.wso2.maven.plugin.synapse.utils.ProxyServiceArtifactExporter
 

S

SequenceArtifactExporter - Class in org.wso2.maven.plugin.synapse.utils
SynapseDependentArtifactExporter corresponding to tag.
SequenceArtifactExporter() - Constructor for class org.wso2.maven.plugin.synapse.utils.SequenceArtifactExporter
 
setArtifact(CAppArtifactDependency) - Method in class org.wso2.maven.plugin.synapse.utils.SynapseArtifactBundleCreator
 
SynapseArtifactBundleCreator - Class in org.wso2.maven.plugin.synapse.utils
A specialization of ArtifactBundleCreator used to explode synapse configuration artifacts into multiple artifacts at car generation.
SynapseArtifactBundleCreator(CAppArtifactDependency) - Constructor for class org.wso2.maven.plugin.synapse.utils.SynapseArtifactBundleCreator
Creates a new SynapseArtifactBundleCreator instance.
SynapseDependentArtifactExporter - Interface in org.wso2.maven.plugin.synapse.utils
Interface for synapse dependent artifact exporters.
SynapseDependentArtifactExporterFactory - Class in org.wso2.maven.plugin.synapse.utils
A singleton factory for creating SynapseDependentArtifactExporter instances.
SynapseMojo - Class in org.wso2.maven.plugin.synapse
This is the Maven Mojo used for synapse configuration resource to be copied to the output directory in the resource-process phase.
SynapseMojo() - Constructor for class org.wso2.maven.plugin.synapse.SynapseMojo
 
SynapsePOMGenMojo - Class in org.wso2.maven.plugin.synapse
This is the Maven Mojo used for generating a pom for a sequence artifact from the old CApp project structure
SynapsePOMGenMojo() - Constructor for class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
 

T

typeList - Variable in class org.wso2.maven.plugin.synapse.SynapsePOMGenMojo
Comma separated list of "artifact_type=extension" to be used when creating dependencies for other capp artifacts
A C E G L M O P S T 
Skip navigation links

Copyright © 2025 WSO2. All rights reserved.