Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Project) - Method in class org.jpos.gradle.JPOSPlugin
-
Applies the plugin to the specified project, setting up various tasks and configurations specific to the jPOS project.
- asMap() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Converts the current properties to a map for easy access and manipulation.
E
- EXCLUDED_FILES - Static variable in interface org.jpos.gradle.JPOSPluginExtension
-
per target excluded files
G
- getAddBuildTime() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Determines if the task that adds the build time metadata should be executed.
- getAddGitRevision() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Determines if the task that adds the git metadata should be executed.
- getArchiveJarName() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the name of the JAR file to be built.
- getArchiveWarName() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the name of the WAR file to be placed in the distribution.
- getDistDir() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the directory that will serve as the source for the distribution.
- getExtraPaths() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the list of extra paths from src/dist/ to include in distnc/zipnc tasks.
- getInstallDir() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the directory path where the artifacts will be installed.
- getOutputDir() - Method in class org.jpos.gradle.InstallResourcesTask
-
Returns the directory where embedded q2 resources are installed.
- getProperties() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves a map of properties that can be used internally by the plugin.
- getTarget() - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Retrieves the target configuration property to use.
I
- initConventions(Project) - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Initializes the convention values for the plugin properties based on the given project.
- InstallResourcesTask - Class in org.jpos.gradle
-
Installs q2 module resources embedded under META-INF/q2/installs.
- InstallResourcesTask(ObjectFactory) - Constructor for class org.jpos.gradle.InstallResourcesTask
-
Creates an install resources task.
J
- JPOSPlugin - Class in org.jpos.gradle
-
The JPOSPlugin is a Gradle plugin for building, installing, and running jPOS-based applications.
- JPOSPlugin() - Constructor for class org.jpos.gradle.JPOSPlugin
-
Default constructor for the JPOSPlugin class.
- JPOSPluginExtension - Interface in org.jpos.gradle
-
Extension for the JPOSPlugin
L
- loadFromProject(Project) - Method in interface org.jpos.gradle.JPOSPluginExtension
-
Loads the plugin properties from the project-specific configuration file.
N
- NAME - Static variable in interface org.jpos.gradle.JPOSPluginExtension
-
Internal plugin name
O
- org.jpos.gradle - package org.jpos.gradle
P
- Pin() - Constructor for class org.jpos.gradle.PinTasks.Pin
-
Default constructor used by Gradle to instantiate the task.
- Pins() - Constructor for class org.jpos.gradle.PinTasks.Pins
-
Default constructor used by Gradle to instantiate the task.
- PinTasks - Class in org.jpos.gradle
-
Tasks to pin/unpin SNAPSHOT versions in gradle/libs.versions.toml.
- PinTasks.Pin - Class in org.jpos.gradle
-
Pins version entries to specific timestamped snapshot builds, keeping the original SNAPSHOT in a marker comment.
- PinTasks.Pins - Class in org.jpos.gradle
-
Lists SNAPSHOT/pinned entries and the latest snapshot builds available in the project's repositories.
- PinTasks.Unpin - Class in org.jpos.gradle
-
Restores pinned entries back to their original SNAPSHOT versions.
R
- run() - Method in class org.jpos.gradle.PinTasks.Pin
-
Pins the selected entries, recording the original SNAPSHOT in a marker comment.
- run() - Method in class org.jpos.gradle.PinTasks.Pins
-
Lists each SNAPSHOT/pinned entry with its state and latest available snapshot build.
- run() - Method in class org.jpos.gradle.PinTasks.Unpin
-
Restores the original SNAPSHOT version(s) recorded by the 'pin' task.
- run() - Method in class org.jpos.gradle.VendorTasks.Unvendor
-
Removes the selected vendored module(s), restoring
settings.gradle. - run() - Method in class org.jpos.gradle.VendorTasks.Vendor
-
Extracts the referenced library's sources into
vendor/<name>/, generates its build script and marker, and registers it insettings.gradle.
S
- setLib(String) - Method in class org.jpos.gradle.VendorTasks.Unvendor
-
Sets the vendored module to remove.
- setLib(String) - Method in class org.jpos.gradle.VendorTasks.Vendor
-
Sets the catalog library key to vendor.
- setOutputDir(String) - Method in class org.jpos.gradle.InstallResourcesTask
-
Sets the directory where embedded q2 resources are installed.
- setRef(String) - Method in class org.jpos.gradle.PinTasks.Pin
-
Sets the version key to pin.
- setRef(String) - Method in class org.jpos.gradle.PinTasks.Unpin
-
Sets the version key to unpin.
- setTo(String) - Method in class org.jpos.gradle.PinTasks.Pin
-
Sets an explicit timestamped snapshot build to pin to.
U
- Unpin() - Constructor for class org.jpos.gradle.PinTasks.Unpin
-
Default constructor used by Gradle to instantiate the task.
- Unvendor() - Constructor for class org.jpos.gradle.VendorTasks.Unvendor
-
Default constructor used by Gradle to instantiate the task.
V
- Vendor() - Constructor for class org.jpos.gradle.VendorTasks.Vendor
-
Default constructor used by Gradle to instantiate the task.
- VendorTasks - Class in org.jpos.gradle
-
Tasks to vendor/unvendor a dependency into the consuming build.
- VendorTasks.Unvendor - Class in org.jpos.gradle
-
Removes vendored modules and restores
settings.gradle. - VendorTasks.Vendor - Class in org.jpos.gradle
-
Extracts a catalog library into a local
vendor/<name>sub-project.
All Classes and Interfaces|All Packages|Constant Field Values