A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessToken() - Method in interface org.jboss.gm.common.Configuration
- addChild(ManipulationModel) - Method in class org.jboss.gm.common.model.ManipulationModel
- addDependencies(Project, Map<RelaxedProjectVersionRef, ProjectVersionRef>) - Method in class org.jboss.gm.common.ManipulationCache
- addGAV(Project, ProjectVersionRef) - Method in class org.jboss.gm.common.ManipulationCache
-
As well as storing the GAV, at this point when the GAV is available the project group is now defined.
- addLenientLockMode() - Method in interface org.jboss.gm.common.Configuration
- addLenientLockMode(Logger, File) - Static method in class org.jboss.gm.common.utils.PluginUtils
- addLoggingClassnameLinenumber() - Method in interface org.jboss.gm.common.Configuration
- addLoggingColours() - Method in interface org.jboss.gm.common.Configuration
- addLoggingLevel() - Method in interface org.jboss.gm.common.Configuration
- addProject(Project) - Method in class org.jboss.gm.common.ManipulationCache
-
Used to track the number of projects/subprojects.
- addRepository(ArtifactRepository, Path) - Method in class org.jboss.gm.common.ManipulationCache
- alignedDependencies - Variable in class org.jboss.gm.common.model.ManipulationModel
-
Computed aligned dependencies for this project, indexed by the previous GAV of the dependency, e.g.
- append(StringBuilder, String, Object...) - Static method in class org.jboss.gm.common.utils.FileUtils
-
Wraps appending to the string builder using SLF4J style substitutions.
- asArtifactRef(String, String) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asArtifactRef(TypeAndClassifier) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asJarArtifact() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asPomArtifact() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asProjectRef() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asProjectVersionRef() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asVersionlessArtifactRef(String, String) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asVersionlessArtifactRef(TypeAndClassifier) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asVersionlessJarArtifact() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- asVersionlessPomArtifact() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
B
- BaseScript - Class in org.jboss.gm.common.groovy
-
Abstract class that should be used by developers wishing to implement groovy scripts for GME.
- BaseScript() - Constructor for class org.jboss.gm.common.groovy.BaseScript
C
- checkForSemanticBuildVersioning(Logger, File) - Static method in class org.jboss.gm.common.utils.PluginUtils
- children - Variable in class org.jboss.gm.common.model.ManipulationModel
-
Representation of this project children projects if any, keyed by name(artifactId).
- compareJavaHome(File) - Static method in class org.jboss.gm.common.utils.JavaUtils
- compareTo(ProjectRef) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- Configuration - Interface in org.jboss.gm.common
-
This class is used to hold all configuration values for the two plugins.
- Configuration.DependencyConverter - Class in org.jboss.gm.common
- Configuration.RestHeaderParser - Class in org.jboss.gm.common
- convert(Method, String) - Method in class org.jboss.gm.common.Configuration.DependencyConverter
-
Converts the given input into an Object of type T.
- convert(Method, String) - Method in class org.jboss.gm.common.Configuration.RestHeaderParser
-
Converts the given input into an Object of type T.
D
- DA - Static variable in interface org.jboss.gm.common.Configuration
- daEndpoint() - Method in interface org.jboss.gm.common.Configuration
- debug(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the DEBUG level according to the specified format and argument.
- debug(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Multiple-parameters friendly debug method
- debug(String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the DEBUG level according to the specified format and arguments.
- debug(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log an exception (throwable) at the DEBUG level with an accompanying message.
- debug(Marker, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message with the specific Marker at the DEBUG level.
- debug(Marker, String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.debug(String, Object)
method except that the marker data is also taken into consideration. - debug(Marker, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.debug(String, Object...)
method except that the marker data is also taken into consideration. - debug(Marker, String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.debug(String, Object, Object)
method except that the marker data is also taken into consideration. - debug(Marker, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.debug(String, Throwable)
method except that the marker data is also taken into consideration. - dependencyConfiguration() - Method in interface org.jboss.gm.common.Configuration
-
This value is used to represent the dependency configuration.
- DependencyConverter() - Constructor for class org.jboss.gm.common.Configuration.DependencyConverter
- deployPlugin() - Method in interface org.jboss.gm.common.Configuration
- deployUrl() - Method in interface org.jboss.gm.common.Configuration
- disableGME() - Method in interface org.jboss.gm.common.Configuration
- dokkaPlugin() - Method in interface org.jboss.gm.common.Configuration
- dumpCurrentConfig() - Method in interface org.jboss.gm.common.Configuration
-
Return the current configuration as a formatted string.
- DynamicVersionParser - Class in org.jboss.gm.common.versioning
- DynamicVersionParser() - Constructor for class org.jboss.gm.common.versioning.DynamicVersionParser
E
- enableFilter() - Static method in class org.jboss.gm.common.logging.FilteringCustomLogger
- equals(Object) - Method in class org.jboss.gm.common.model.ManipulationModel
- equals(Object) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- error(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the ERROR level according to the specified format and argument.
- error(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log an exception (throwable) at the ERROR level with an accompanying message.
- error(Marker, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message with the specific Marker at the ERROR level.
- error(Marker, String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.error(String, Object)
method except that the marker data is also taken into consideration. - error(Marker, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.error(String, Object...)
method except that the marker data is also taken into consideration. - error(Marker, String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.error(String, Object, Object)
method except that the marker data is also taken into consideration. - error(Marker, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.error(String, Throwable)
method except that the marker data is also taken into consideration.
F
- FileUtils - Class in org.jboss.gm.common.utils
- FilteringCustomLogger - Class in org.jboss.gm.common.logging
- findCorrespondingChild(String) - Method in class org.jboss.gm.common.model.ManipulationModel
- findCorrespondingChild(Project) - Method in class org.jboss.gm.common.model.ManipulationModel
G
- getAlignedDependencies() - Method in class org.jboss.gm.common.model.ManipulationModel
-
Returns the alignments for this project only, doesn't include children.
- getAllAlignedDependencies() - Method in class org.jboss.gm.common.model.ManipulationModel
-
Returns all alignments for this project and those of the children.
- getArchivesBaseName(Project) - Static method in class org.jboss.gm.common.utils.ProjectUtils
-
This returns the value of archivesBaseName while not returning its default value of project.name archiveTask.archiveBaseName defaults to the project.archivesBaseName which defaults to project.name.
- getArtifactId() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- getBaseDir() - Method in class org.jboss.gm.common.groovy.BaseScript
-
Get the working directory (the execution root).
- getCache(Project) - Static method in class org.jboss.gm.common.ManipulationCache
-
Retrieves the cache given any project.
- getCache(Project, ManipulationModel) - Static method in class org.jboss.gm.common.ManipulationCache
-
Retrieves the cache given any project.
- getChildren() - Method in class org.jboss.gm.common.model.ManipulationModel
- getContext() - Static method in class org.jboss.gm.common.logging.FilteringCustomLogger
- getDependencies() - Method in class org.jboss.gm.common.ManipulationCache
-
This is the project dependencies - it represents a mapping of project module to a map of the original Dependency (which might be dynamic) to the fully resolved GAV.
- getDokkaVersion() - Method in class org.jboss.gm.common.ManipulationCache
- getFileIO() - Method in class org.jboss.gm.common.groovy.BaseScript
- getFirstLine(List<String>) - Static method in class org.jboss.gm.common.utils.FileUtils
-
Take a collection of lines and returns the first non blank entry.
- getGroup() - Method in class org.jboss.gm.common.model.ManipulationModel
- getGroupId() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- getInvocationStage() - Method in class org.jboss.gm.common.groovy.BaseScript
-
Get the current stage
- getJavaHome() - Static method in class org.jboss.gm.common.utils.JavaUtils
- getLastLine(File) - Static method in class org.jboss.gm.common.utils.FileUtils
-
Returns the first non blank line working from the end of the file.
- getLogger() - Method in class org.jboss.gm.common.groovy.BaseScript
- getLogger(Class<?>) - Static method in class org.jboss.gm.common.logging.GMLogger
- getModel() - Method in class org.jboss.gm.common.groovy.BaseScript
-
Get the current ManipulationModel instance for remote artifact resolving.
- getModel() - Method in class org.jboss.gm.common.ManipulationCache
-
Root model.
- getName() - Method in class org.jboss.gm.common.logging.GMLogger
-
Return the name of this
Logger
instance. - getName() - Method in class org.jboss.gm.common.model.ManipulationModel
-
Name of the project as defined by the build system.
- getObjectMapper() - Static method in class org.jboss.gm.common.utils.SerializationUtils
- getOriginalVersion() - Method in class org.jboss.gm.common.model.ManipulationModel
- getProject() - Method in class org.jboss.gm.common.groovy.BaseScript
-
Return the current Project
- getProjectCounterRemaining() - Method in class org.jboss.gm.common.ManipulationCache
- getProjectPathName() - Method in class org.jboss.gm.common.model.ManipulationModel
-
This should be effectively the same as the folder name.
- getProjectVersionRefs(boolean) - Method in class org.jboss.gm.common.ManipulationCache
- getProperties() - Method in interface org.jboss.gm.common.Configuration
-
This method simply encapsulates the
Accessible.fill(Map)
in order to cache the value to avoid repeated calls. - getRealGroupId(Project) - Static method in class org.jboss.gm.common.utils.ProjectUtils
-
Gradle annoyingly sets a default group using the following code:
- getRepositories() - Method in class org.jboss.gm.common.ManipulationCache
- getRESTAPI() - Method in class org.jboss.gm.common.groovy.BaseScript
- getRootProject() - Method in class org.jboss.gm.common.ManipulationCache
-
Root project.
- getSupportedPlugins() - Static method in class org.jboss.gm.common.utils.PluginUtils
-
This accessor function allow a Groovy script to retrieve the currently supported list of plugins that may be removed and alter it dynamically.
- getTranslator(Configuration) - Static method in class org.jboss.gm.common.utils.RESTUtils
- getUserProperties() - Method in class org.jboss.gm.common.groovy.BaseScript
-
Get the user properties
- getVersion() - Method in class org.jboss.gm.common.model.ManipulationModel
-
Version of the project.
- getVersionSpec() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- getVersionSpecRaw() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- getVersionString() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- getVersionStringRaw() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- GMLogger - Class in org.jboss.gm.common.logging
- groovyScripts() - Method in interface org.jboss.gm.common.Configuration
- GroovyUtils - Class in org.jboss.gm.common.utils
- group - Variable in class org.jboss.gm.common.model.ManipulationModel
H
- hashCode() - Method in class org.jboss.gm.common.model.ManipulationModel
- hashCode() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
I
- ignoreUnresolvableDependencies() - Method in interface org.jboss.gm.common.Configuration
- info(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the INFO level according to the specified format and argument.
- info(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at info log level.
- info(String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log an exception (throwable) at the INFO level with an accompanying message.
- info(Marker, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message with the specific Marker at the INFO level.
- info(Marker, String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.info(String, Object)
method except that the marker data is also taken into consideration. - info(Marker, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.info(String, Object...)
method except that the marker data is also taken into consideration. - info(Marker, String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.info(String, Object, Object)
method except that the marker data is also taken into consideration. - info(Marker, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.info(String, Throwable)
method except that the marker data is also taken into consideration. - isCompound() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- isDebugEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in class org.jboss.gm.common.logging.GMLogger
-
Similar to
GMLogger.isDebugEnabled()
method except that the marker data is also taken into account. - isDynamic(String) - Static method in class org.jboss.gm.common.versioning.DynamicVersionParser
- isEnabled(LogLevel) - Method in class org.jboss.gm.common.logging.GMLogger
-
Returns true if the given log level is enabled for this logger.
- isErrorEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in class org.jboss.gm.common.logging.GMLogger
-
Similar to
GMLogger.isErrorEnabled()
method except that the marker data is also taken into consideration. - isInfoEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in class org.jboss.gm.common.logging.GMLogger
-
Similar to
GMLogger.isInfoEnabled()
method except that the marker data is also taken into consideration. - isLifecycleEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Returns true if lifecycle log level is enabled for this logger.
- isQuietEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Returns true if quiet log level is enabled for this logger.
- isRelease() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- isSnapshot() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- isSpecificVersion() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- isTraceEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in class org.jboss.gm.common.logging.GMLogger
-
Similar to
GMLogger.isTraceEnabled()
method except that the marker data is also taken into account. - isVariableVersion() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- isWarnEnabled() - Method in class org.jboss.gm.common.logging.GMLogger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in class org.jboss.gm.common.logging.GMLogger
-
Similar to
GMLogger.isWarnEnabled()
method except that the marker data is also taken into consideration.
J
- JavaUtils - Class in org.jboss.gm.common.utils
L
- lifecycle(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at lifecycle log level.
- lifecycle(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at lifecycle log level.
- lifecycle(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at lifecycle log level.
- log(LogLevel, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at the given log level.
- log(LogLevel, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at the given log level.
- log(LogLevel, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at the given log level.
- logger - Variable in class org.jboss.gm.common.groovy.BaseScript
- logger - Variable in class org.jboss.gm.common.model.ManipulationModel
-
Specially handled so that it is both lazy instantiated and not accessed directly in general functions.
M
- MANIPULATION_FILE_NAME - Static variable in class org.jboss.gm.common.io.ManipulationIO
- ManipulationCache - Class in org.jboss.gm.common
-
Cache that is stored in the root project extensions.
- ManipulationIO - Class in org.jboss.gm.common.io
- ManipulationModel - Class in org.jboss.gm.common.model
-
Contains the information extracted from a gradle project and its sub-project required to perform model and version change
- ManipulationModel() - Constructor for class org.jboss.gm.common.model.ManipulationModel
- ManipulationModel(Project) - Constructor for class org.jboss.gm.common.model.ManipulationModel
- manipulationVersion() - Method in interface org.jboss.gm.common.Configuration
-
Represents the version of the Manipulation Plugin to inject.
- matches(ProjectRef) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- matchesVersion(SingleVersion) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- MINIMUM - org.jboss.gm.common.utils.PluginUtils.DokkaVersion
N
- name - Variable in class org.jboss.gm.common.model.ManipulationModel
-
Name of the project as defined by the build system.
- newRef(String, String, SingleVersion) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- NONE - org.jboss.gm.common.utils.PluginUtils.DokkaVersion
O
- onOutput(OutputEvent) - Method in class org.jboss.gm.common.logging.FilteringCustomLogger
- org.jboss.gm.common - package org.jboss.gm.common
- org.jboss.gm.common.groovy - package org.jboss.gm.common.groovy
- org.jboss.gm.common.io - package org.jboss.gm.common.io
- org.jboss.gm.common.logging - package org.jboss.gm.common.logging
- org.jboss.gm.common.model - package org.jboss.gm.common.model
- org.jboss.gm.common.utils - package org.jboss.gm.common.utils
- org.jboss.gm.common.versioning - package org.jboss.gm.common.versioning
- OTELUtils - Class in org.jboss.gm.common.utils
- overrideTransitive() - Method in interface org.jboss.gm.common.Configuration
-
Whether to explicitly override all transitive dependencies as well.
P
- parseVersion(String) - Static method in enum org.jboss.gm.common.utils.PluginUtils.DokkaVersion
- PluginReference(String) - Constructor for class org.jboss.gm.common.utils.PluginUtils.PluginReference
- PluginReference(Set<String>, String, Set<String>) - Constructor for class org.jboss.gm.common.utils.PluginUtils.PluginReference
- PluginReference(Set<String>, String, Set<String>, String, Set<String>) - Constructor for class org.jboss.gm.common.utils.PluginUtils.PluginReference
- pluginRemoval() - Method in interface org.jboss.gm.common.Configuration
- pluginRemoval(Logger, File, Set<String>) - Static method in class org.jboss.gm.common.utils.PluginUtils
-
Removes plugins from a target build file.
- PluginUtils - Class in org.jboss.gm.common.utils
- PluginUtils() - Constructor for class org.jboss.gm.common.utils.PluginUtils
- PluginUtils.DokkaVersion - Enum in org.jboss.gm.common.utils
- PluginUtils.PluginReference - Class in org.jboss.gm.common.utils
-
This class encapsulates the different methods plugins can appear and therefore how they can be removed
- POST_ONE - org.jboss.gm.common.utils.PluginUtils.DokkaVersion
- projectPathName - Variable in class org.jboss.gm.common.model.ManipulationModel
-
This should be effectively the same as the folder name.
- ProjectUtils - Class in org.jboss.gm.common.utils
- ProjectVersionFactory - Class in org.jboss.gm.common.versioning
- properties - Static variable in interface org.jboss.gm.common.Configuration
-
Cache is indexed to object instance : Properties - while in production usage there should only be one instance, using this allows for easier testing.
- publishPluginHooks() - Method in interface org.jboss.gm.common.Configuration
Q
- quiet(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at quiet log level.
- quiet(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at quiet log level.
- quiet(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Logs the given message at quiet log level.
R
- readManipulationModel(File) - Static method in class org.jboss.gm.common.io.ManipulationIO
-
This is meant to be called from as part of a Gradle task that is executed for each project/subproject of the build.
- relativize(Path, Path) - Static method in class org.jboss.gm.common.utils.FileUtils
-
Returns either the relative path of target to root, or the root name.
- RelaxedProjectVersionRef - Class in org.jboss.gm.common.versioning
-
This is a special ProjectVersionRef that allows a null for a version and delegates to the appropriate implementation.
- RelaxedProjectVersionRef(ProjectVersionRef) - Constructor for class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- RelaxedProjectVersionRef(Dependency) - Constructor for class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- RelaxedProjectVersionRef(ResolvedDependency) - Constructor for class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- removeProject(Project) - Method in class org.jboss.gm.common.ManipulationCache
-
Tracking projects - remove the project when it is evaluated.
- REPORT_JSON_OUTPUT_FILE - Static variable in interface org.jboss.gm.common.Configuration
- reportJsonOutputFile() - Method in interface org.jboss.gm.common.Configuration
- reportNonAligned() - Method in interface org.jboss.gm.common.Configuration
- reportTxtOutputFile() - Method in interface org.jboss.gm.common.Configuration
- repositoriesFile() - Method in interface org.jboss.gm.common.Configuration
-
Path to the file where project's artifact repositories will be exported in the maven settings format.
- restBrewPullActive() - Method in interface org.jboss.gm.common.Configuration
-
Indicates whether we want to search for artifacts in brew or not.
- restConnectionTimeout() - Method in interface org.jboss.gm.common.Configuration
- RestHeaderParser() - Constructor for class org.jboss.gm.common.Configuration.RestHeaderParser
- restHeaders() - Method in interface org.jboss.gm.common.Configuration
- restMaxSize() - Method in interface org.jboss.gm.common.Configuration
- restMode() - Method in interface org.jboss.gm.common.Configuration
-
Mode of the artifacts to align.
- restRetryDuration() - Method in interface org.jboss.gm.common.Configuration
- restSocketTimeout() - Method in interface org.jboss.gm.common.Configuration
- RESTUtils - Class in org.jboss.gm.common.utils
- runCustomGroovyScript(Logger, InvocationStage, File, Configuration, Project, ManipulationModel) - Static method in class org.jboss.gm.common.utils.GroovyUtils
S
- selectVersion(String) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- selectVersion(String, boolean) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- selectVersion(SingleVersion) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- selectVersion(SingleVersion, boolean) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- SEMANTIC_BUILD_VERSIONING - Static variable in class org.jboss.gm.common.utils.PluginUtils
- SerializationUtils - Class in org.jboss.gm.common.utils
- setDokkaVersion(PluginUtils.DokkaVersion) - Method in class org.jboss.gm.common.ManipulationCache
- setGroup(String) - Method in class org.jboss.gm.common.model.ManipulationModel
- setName(String) - Method in class org.jboss.gm.common.model.ManipulationModel
-
Name of the project as defined by the build system.
- setOriginalVersion(String) - Method in class org.jboss.gm.common.model.ManipulationModel
- setValues(Logger, InvocationStage, File, Properties, Translator, Project, ManipulationModel) - Method in class org.jboss.gm.common.groovy.BaseScript
-
Internal use only - the org.jboss.gm.analyzer.alignment.AlignmentTask uses this to initialise the values
- setVersion(String) - Method in class org.jboss.gm.common.model.ManipulationModel
-
Version of the project.
- startOTel() - Static method in class org.jboss.gm.common.utils.OTELUtils
- stopOTel() - Static method in class org.jboss.gm.common.utils.OTELUtils
T
- TEN - org.jboss.gm.common.utils.PluginUtils.DokkaVersion
- toString() - Method in class org.jboss.gm.common.ManipulationCache
- toString() - Method in class org.jboss.gm.common.model.ManipulationModel
- toString() - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- trace(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the TRACE level according to the specified format and argument.
- trace(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log an exception (throwable) at the TRACE level with an accompanying message.
- trace(Marker, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message with the specific Marker at the TRACE level.
- trace(Marker, String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.trace(String, Object)
method except that the marker data is also taken into consideration. - trace(Marker, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.trace(String, Object...)
method except that the marker data is also taken into consideration. - trace(Marker, String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.trace(String, Object, Object)
method except that the marker data is also taken into consideration. - trace(Marker, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.trace(String, Throwable)
method except that the marker data is also taken into consideration.
U
- updateNameField(Project, Object) - Static method in class org.jboss.gm.common.utils.ProjectUtils
-
The Project name field is private and therefore can't be dynamically updated.
- updateResolutionStrategy(Configuration) - Static method in class org.jboss.gm.common.utils.ProjectUtils
-
Use to update the configuration resolution strategy from strict to preferProjectModules to allow GME to update the versions with the strategy causing failures.
V
- valueOf(String) - Static method in enum org.jboss.gm.common.utils.PluginUtils.DokkaVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.gm.common.utils.PluginUtils.DokkaVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Variable in class org.jboss.gm.common.model.ManipulationModel
-
Version of the project.
- versionIncrementalSuffix() - Method in interface org.jboss.gm.common.Configuration
- versionIncrementalSuffixPadding() - Method in interface org.jboss.gm.common.Configuration
- versionlessEquals(ProjectVersionRef) - Method in class org.jboss.gm.common.versioning.RelaxedProjectVersionRef
- versionModificationEnabled() - Method in interface org.jboss.gm.common.Configuration
- versionOsgi() - Method in interface org.jboss.gm.common.Configuration
- versionOverride() - Method in interface org.jboss.gm.common.Configuration
- versionSuffix() - Method in interface org.jboss.gm.common.Configuration
- versionSuffixAlternatives() - Method in interface org.jboss.gm.common.Configuration
- versionSuffixSnapshot() - Method in interface org.jboss.gm.common.Configuration
W
- warn(String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the WARN level.
- warn(String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the WARN level according to the specified format and argument.
- warn(String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log an exception (throwable) at the WARN level with an accompanying message.
- warn(Marker, String) - Method in class org.jboss.gm.common.logging.GMLogger
-
Log a message with the specific Marker at the WARN level.
- warn(Marker, String, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.warn(String, Object)
method except that the marker data is also taken into consideration. - warn(Marker, String, Object...) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.warn(String, Object...)
method except that the marker data is also taken into consideration. - warn(Marker, String, Object, Object) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.warn(String, Object, Object)
method except that the marker data is also taken into consideration. - warn(Marker, String, Throwable) - Method in class org.jboss.gm.common.logging.GMLogger
-
This method is similar to
GMLogger.warn(String, Throwable)
method except that the marker data is also taken into consideration. - withGAV(String, String, String) - Static method in class org.jboss.gm.common.versioning.ProjectVersionFactory
- withNewVersion(ProjectVersionRef, String) - Static method in class org.jboss.gm.common.versioning.ProjectVersionFactory
- writeManipulationModel(File, ManipulationModel) - Static method in class org.jboss.gm.common.io.ManipulationIO
-
Write the model to disk - override any existing file that might exist.
All Classes All Packages