A B C D E F G H I L M N O P R S U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- API - Static variable in class org.wso2.maven.Constants
- ArchiveException - Exception in org.wso2.maven.model
-
Exception to be thrown at .car file creation failure.
- ArchiveException(String, Throwable) - Constructor for exception org.wso2.maven.model.ArchiveException
- Artifact - Class in org.wso2.maven.model
-
Class that represents the artifact in WSO2 ESB project.
- Artifact() - Constructor for class org.wso2.maven.model.Artifact
- ARTIFACT - Static variable in class org.wso2.maven.Constants
- ARTIFACT_ID - Static variable in class org.wso2.maven.Constants
- ArtifactDependency - Class in org.wso2.maven.model
-
Class that represents the artifact dependencies included in artifacts.xml in .car.
- ArtifactDependency(String, String, String, Boolean) - Constructor for class org.wso2.maven.model.ArtifactDependency
- ArtifactDetails - Class in org.wso2.maven.model
-
Class that represents the artifact dependencies included in artifacts.xml
- ArtifactDetails(String, String, String) - Constructor for class org.wso2.maven.model.ArtifactDetails
- ARTIFACTS - Static variable in class org.wso2.maven.Constants
- ARTIFACTS_XML_FILE - Static variable in class org.wso2.maven.Constants
B
- bundleDataMapper() - Method in class org.wso2.maven.datamapper.DataMapperBundler
-
Orchestrates the process of bundling all data mappers found within the specified resources directory.
C
- CAppDependency - Class in org.wso2.maven
- CAppDependency(String, String, String) - Constructor for class org.wso2.maven.CAppDependency
- CAppDependencyResolver - Class in org.wso2.maven.libraries
-
Utility class for resolving CApp (Carbon Application) dependencies in a Maven project.
- CAppDependencyResolver() - Constructor for class org.wso2.maven.libraries.CAppDependencyResolver
- CAppHandler - Class in org.wso2.maven
- CAppHandler(String, CARMojo) - Constructor for class org.wso2.maven.CAppHandler
- CAR_EXTENSION - Static variable in class org.wso2.maven.Constants
- CAR_TYPE - Static variable in class org.wso2.maven.Constants
- CARMojo - Class in org.wso2.maven
-
Goal which touches a timestamp file.
- CARMojo() - Constructor for class org.wso2.maven.CARMojo
- CLASS_MEDIATORS - Static variable in class org.wso2.maven.Constants
- collectDependentCAppFiles(File, File, File, ArrayList<File>, Set<String>, CARMojo) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Recursively collects dependent CAPP files from the given .car file.
- COLON - Static variable in class org.wso2.maven.Constants
- COMPONENT - Static variable in class org.wso2.maven.Constants
- CONFIG_DIR_PREFIX - Static variable in class org.wso2.maven.Constants
- CONFIG_PROPERTIES_FILE - Static variable in class org.wso2.maven.Constants
- CONNECTION_TYPE - Static variable in class org.wso2.maven.Constants
- CONNECTOR - Static variable in class org.wso2.maven.Constants
- CONNECTOR_XML - Static variable in class org.wso2.maven.Constants
- ConnectorDependencyResolver - Class in org.wso2.maven.libraries
-
Resolves dependencies for connectors.
- ConnectorDependencyResolver() - Constructor for class org.wso2.maven.libraries.ConnectorDependencyResolver
- CONNECTORS_DIR_NAME - Static variable in class org.wso2.maven.Constants
- Constants - Class in org.wso2.maven
- convertToHex(byte[]) - Static method in class org.wso2.maven.datamapper.Utils
-
Converts a byte array into a hexadecimal string.
- createDependencyDescriptorFile(String, MavenProject) - Method in class org.wso2.maven.CAppHandler
-
Creates the `descriptor.xml` file in the specified archive directory.
- createPomFile(List<String>, List<String>) - Static method in class org.wso2.maven.MavenUtils
- createSchemaGenerator() - Method in class org.wso2.maven.datamapper.DataMapperBundler
-
Copy schemaGenerator.ts from resources to target directory.
D
- DATA_SERVICE - Static variable in class org.wso2.maven.Constants
- DATA_SERVICE_FILE_NAME_SUFFIX - Static variable in class org.wso2.maven.Constants
- DATA_SERVICE_WITH_UNDERSCORE - Static variable in class org.wso2.maven.Constants
- DataMapperBundler - Class in org.wso2.maven.datamapper
- DataMapperBundler(CARMojo, String, String, String) - Constructor for class org.wso2.maven.datamapper.DataMapperBundler
- DataMapperException - Exception in org.wso2.maven.datamapper
-
Exception to be thrown at data mapper bundling failure.
- DataMapperException(String) - Constructor for exception org.wso2.maven.datamapper.DataMapperException
- DataMapperException(String, Throwable) - Constructor for exception org.wso2.maven.datamapper.DataMapperException
- DEFAULT_TARGET_FOLDER - Static variable in class org.wso2.maven.Constants
- deleteGeneratedDatamapperArtifacts() - Method in class org.wso2.maven.datamapper.DataMapperBundler
-
Deletes the generated data mapper artifacts.
- DEPENDENCIES - Static variable in class org.wso2.maven.Constants
- DEPENDENCY - Static variable in class org.wso2.maven.Constants
- DESCRIPTOR_XML - Static variable in class org.wso2.maven.Constants
- DESCRIPTOR_YAML - Static variable in class org.wso2.maven.Constants
- deserialize(OMElement) - Method in class org.wso2.maven.CAppHandler
- DOT_CHAR - Static variable in class org.wso2.maven.Constants
- DOUBLE_UNDERSCORE - Static variable in class org.wso2.maven.Constants
E
- execute() - Method in class org.wso2.maven.CARMojo
- extractConnectorInfo(CARMojo, String) - Static method in class org.wso2.maven.libraries.ConnectorDependencyResolver
- EXTRACTED_CONNECTORS - Static variable in class org.wso2.maven.Constants
F
- FAT_CAR_ENABLE - Static variable in class org.wso2.maven.Constants
- FAT_CAR_ENABLE_PROPERTY - Static variable in class org.wso2.maven.Constants
- FAT_CAR_ENABLED - Static variable in class org.wso2.maven.Constants
- fetchCarFileFromMavenRepo(File, File, String, String, String, CARMojo) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Attempts to fetch a \`.car\` file for the specified groupId, artifactId, and version from the local Maven repository.
- findCarFileInDependencies(File, String, String) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Finds a \`.car\` file in the given dependencies directory that matches the specified groupId, artifactId, and version.
G
- getArchiveName() - Method in class org.wso2.maven.CARMojo
- getArtifact() - Method in class org.wso2.maven.model.ArtifactDependency
- getArtifactId() - Method in class org.wso2.maven.CAppDependency
- getConnector() - Method in class org.wso2.maven.model.Artifact
- getDefaultName() - Method in class org.wso2.maven.CAppHandler
- getDirectory() - Method in class org.wso2.maven.model.ArtifactDetails
- getFile() - Method in class org.wso2.maven.model.Artifact
- getFileChecksum(Path) - Static method in class org.wso2.maven.datamapper.Utils
-
Calculates the MD5 checksum of the specified file.
- getGroupId() - Method in class org.wso2.maven.CAppDependency
- getHash(String) - Static method in class org.wso2.maven.datamapper.Utils
-
Generates an MD5 hash for the given input string.
- getInclude() - Method in class org.wso2.maven.model.ArtifactDependency
- getMavenHome() - Static method in class org.wso2.maven.MavenUtils
-
Retrieves the Maven home directory.
- getName() - Method in class org.wso2.maven.model.Artifact
- getProject() - Method in class org.wso2.maven.CARMojo
- getResolvedDependentCAppFiles(File, File, String, String, CARMojo) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Retrieves a list of resolved dependent CApp \(.car\) files from the dependencies directory.
- getServerRole() - Method in class org.wso2.maven.model.Artifact
- getServerRole() - Method in class org.wso2.maven.model.ArtifactDependency
- getServerRole() - Method in class org.wso2.maven.model.ArtifactDetails
- getTopLevelCAppDependencies(MavenProject) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Retrieves the list of top-level CApp dependencies from the given Maven project.
- getType() - Method in class org.wso2.maven.model.Artifact
- getType() - Method in class org.wso2.maven.model.ArtifactDetails
- getVersion() - Method in class org.wso2.maven.CAppDependency
- getVersion() - Method in class org.wso2.maven.model.Artifact
- getVersion() - Method in class org.wso2.maven.model.ArtifactDependency
- GROUP_ID - Static variable in class org.wso2.maven.Constants
H
- handleConfigPropertiesFile(File, File) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Handles the `config.properties` file by copying it from the source directory to the target directory.
- HYPHEN - Static variable in class org.wso2.maven.Constants
I
- ID - Static variable in class org.wso2.maven.Constants
- INBOUND_CONNECTORS_DIR_NAME - Static variable in class org.wso2.maven.Constants
- INBOUND_CONNECTORS_PREFIX - Static variable in class org.wso2.maven.Constants
- INCLUDE - Static variable in class org.wso2.maven.Constants
- isConnectorPackingSupported(MavenProject) - Static method in class org.wso2.maven.MavenUtils
-
Checks the project runtime version and decides whether to pack connector dependencies or not
- isDmResourcesExist() - Method in class org.wso2.maven.datamapper.DataMapperBundler
-
Checks if all necessary resources for data mapper bundling exist in the global cache directory.
- isFatCarEnabled(MavenProject) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Checks if the fat.car.enable property is set to true in the Maven project's properties.
- isVersionedDeployment(MavenProject) - Static method in class org.wso2.maven.MavenUtils
L
- LibraryResolverException - Exception in org.wso2.maven.libraries
-
Exception to be thrown at library resolver failure.
- LibraryResolverException(String) - Constructor for exception org.wso2.maven.libraries.LibraryResolverException
- LibraryResolverException(String, Throwable) - Constructor for exception org.wso2.maven.libraries.LibraryResolverException
- LIBS - Static variable in class org.wso2.maven.Constants
- LOCAL_ENTRIES_FOLDER_PATH - Static variable in class org.wso2.maven.Constants
- LOCAL_MVN_SETTING - Static variable in class org.wso2.maven.Constants
- logError(String) - Method in class org.wso2.maven.CARMojo
- logInfo(String) - Method in class org.wso2.maven.CARMojo
- logWarn(String) - Method in class org.wso2.maven.CARMojo
M
- M2 - Static variable in class org.wso2.maven.Constants
- MavenUtils - Class in org.wso2.maven
- MavenUtils() - Constructor for class org.wso2.maven.MavenUtils
- mergePropertiesFiles(File, File) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Merges the contents of two properties files.
- METADATA_DIR - Static variable in class org.wso2.maven.Constants
- METADATA_XML_FILE - Static variable in class org.wso2.maven.Constants
N
O
- org.wso2.maven - package org.wso2.maven
- org.wso2.maven.datamapper - package org.wso2.maven.datamapper
- org.wso2.maven.libraries - package org.wso2.maven.libraries
- org.wso2.maven.model - package org.wso2.maven.model
P
- PACKAGE - Static variable in class org.wso2.maven.Constants
- POM_FILE - Static variable in class org.wso2.maven.Constants
- PROJECT - Static variable in class org.wso2.maven.Constants
- PROJECT_RUNTIME_VERSION - Static variable in class org.wso2.maven.Constants
- PROPERTIES - Static variable in class org.wso2.maven.Constants
- PROXY - Static variable in class org.wso2.maven.Constants
- PROXY_FILE_NAME_SUFFIX - Static variable in class org.wso2.maven.Constants
- PROXY_WITH_UNDERSCORE - Static variable in class org.wso2.maven.Constants
R
- REPOSITORIES - Static variable in class org.wso2.maven.Constants
- REPOSITORY - Static variable in class org.wso2.maven.Constants
- resolveDependencies(CARMojo, MavenProject) - Static method in class org.wso2.maven.libraries.ConnectorDependencyResolver
-
Resolves dependencies for connectors.
- resolveDependencies(CARMojo, MavenProject, String, List<ArtifactDependency>, List<ArtifactDependency>) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Resolves CApp (Carbon Application) dependencies for the given Maven project.
- RESOURCES_FOLDER_PATH - Static variable in class org.wso2.maven.Constants
- RUNTIME_VERSION_440 - Static variable in class org.wso2.maven.Constants
S
- serialize() - Method in class org.wso2.maven.CAppHandler
- SERVER_ROLE - Static variable in class org.wso2.maven.Constants
- setArtifact(String) - Method in class org.wso2.maven.model.ArtifactDependency
- setConnector(String) - Method in class org.wso2.maven.model.Artifact
- setFile(String) - Method in class org.wso2.maven.model.Artifact
- setInclude(Boolean) - Method in class org.wso2.maven.model.ArtifactDependency
- setName(String) - Method in class org.wso2.maven.model.Artifact
- setServerRole(String) - Method in class org.wso2.maven.model.Artifact
- setServerRole(String) - Method in class org.wso2.maven.model.ArtifactDependency
- setType(String) - Method in class org.wso2.maven.model.Artifact
- setupInvoker(Invoker, String) - Static method in class org.wso2.maven.MavenUtils
-
Sets up the Maven Invoker with the specified Maven home directory.
- setVersion(String) - Method in class org.wso2.maven.model.Artifact
- setVersion(String) - Method in class org.wso2.maven.model.ArtifactDependency
U
- unzipFile(File, File) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Unzips the given .zip file into the specified extraction directory.
- updateArtifactDependencies(File, List<ArtifactDependency>, CARMojo) - Static method in class org.wso2.maven.libraries.CAppDependencyResolver
-
Updates the list of artifact dependencies by reading and parsing the specified artifact dependency file.
- useLocalMaven(String) - Static method in class org.wso2.maven.MavenUtils
- USER_HOME - Static variable in class org.wso2.maven.Constants
- Utils - Class in org.wso2.maven.datamapper
- Utils() - Constructor for class org.wso2.maven.datamapper.Utils
V
- VERSION - Static variable in class org.wso2.maven.Constants
- VERSIONED_DEPLOYMENT - Static variable in class org.wso2.maven.Constants
Z
- ZIP_EXTENSION - Static variable in class org.wso2.maven.Constants
All Classes All Packages