Uses of Annotation Interface
org.apache.maven.api.annotations.ThreadSafe
Packages that use ThreadSafe
Package
Description
Maven Core API
This package contains non-functional annotations which are
used to tag various elements and help users understanding
how those types should be used.
Maven Repository Metadata model.
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.Maven Plugin API.
Maven Plugin descriptor model.
Maven Plugin forked lifecycle model.
Maven immutable XML api.
-
Uses of ThreadSafe in org.apache.maven.api
Classes in org.apache.maven.api with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceThe proto session, material used to createSession.interfaceMarker interface for all services provided by theSession.interfaceThe session to install / deploy / resolve artifacts and dependencies.interfaceA container for data that is specific to a session. -
Uses of ThreadSafe in org.apache.maven.api.annotations
Classes in org.apache.maven.api.annotations with annotations of type ThreadSafeModifier and TypeClassDescription@interfaceTheImmutableannotation indicates that the object is immutable, i.e. -
Uses of ThreadSafe in org.apache.maven.api.cli.extensions
Classes in org.apache.maven.api.cli.extensions with annotations of type ThreadSafeModifier and TypeClassDescriptionclassDescribes a build extension to utilise.classExtensions to load. -
Uses of ThreadSafe in org.apache.maven.api.metadata
Classes in org.apache.maven.api.metadata with annotations of type ThreadSafeModifier and TypeClassDescriptionclassclassMapping information for a single plugin within this group.classSnapshot data for the last artifact corresponding to the SNAPSHOT base versionclassVersioning information for a sub-artifact of the current snapshot artifact.classVersioning information for "groupId/artifactId" or "groupId/artifactId/version" SNAPSHOT -
Uses of ThreadSafe in org.apache.maven.api.model
Classes in org.apache.maven.api.model with annotations of type ThreadSafeModifier and TypeClassDescriptionclassThe conditions within the build runtime environment which will trigger the automatic inclusion of the build profile.classThis is the file specification used to activate the profile.classThis is an activator which will detect an operating system's attributes in order to activate its profile.classThis is the property specification used to activate a profile.classThe<build>element contains information required to build the project.classBuild configuration in a profile.classThe<ciManagement>element contains information required to the continuous integration system of the project.classContains the configuration information of the container like Plugin.classDescription of a person who has contributed to the project, but who does not have commit privileges.classThe<dependency>element contains information about a dependency of the project.classSection for management of default dependency information for use in a group of POMs.classDeployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.classInformation about one of the committers on this project.classThis elements describes all that pertains to distribution for a project.classThe<exclusion>element contains information required to exclude an artifact to the project.classDescribes a build extension to utilise.classA PatternSet for files.classInformation about the issue tracking (or bug tracking) system used to manage this project.classDescribes the licenses for this project.classThis element describes all of the mailing lists associated with a project.classThe<project>element is the root of the descriptor.classBase class for theModeland theProfileobjects.classConfigures one method for notifying users/developers when a build breaks.classSpecifies the organization that produces this project.classThe<parent>element contains information required to locate the parent project from which this project will inherit from.classDefinition of include or exclude patterns.classThe<plugin>element contains information required for a plugin.classContains the plugins management information for the project.classContains the plugins information for the project.classThe@lt;execution>element contains information required for the execution of a plugin.classSection for management of default plugin information for use in a group of POMs.classDescribes the prerequisites a project can have.classModifications to the build process which is activated based on environmental parameters or command line arguments.classDescribes where an artifact has moved to.classSection for management of reports and their configuration.classThe<plugin>element in<reporting><plugins>contains information required for a report plugin.classRepresents a set of reports and configuration to be used to generate them.classA repository contains the information needed for establishing connections with remote repository.classA repository contains the information needed for establishing connections with remote repository.classDownload policy.classThis element describes all of the classpath resources associated with a project or unit tests.classThe<scm>element contains information required to the SCM (Source Control Management) of the project.classContains the information needed for deploying websites. -
Uses of ThreadSafe in org.apache.maven.api.plugin
Classes in org.apache.maven.api.plugin with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceThis interface forms the contract required for Mojos to interact with the Maven infrastructure. -
Uses of ThreadSafe in org.apache.maven.api.plugin.descriptor
Classes in org.apache.maven.api.plugin.descriptor with annotations of type ThreadSafeModifier and TypeClassDescriptionclassDefinition of a dependency, needed by the plugin at runtime.classA Mojo description.classA parameter description.classRoot element of theplugin.xmlfile.classDescribes a component requirement.classDependency collection or resolution injection. -
Uses of ThreadSafe in org.apache.maven.api.plugin.descriptor.lifecycle
Classes in org.apache.maven.api.plugin.descriptor.lifecycle with annotations of type ThreadSafeModifier and TypeClassDescriptionclassA set of goals to execute.classA custom lifecycle mapping definition.classRoot element of thelifecycle.xmlfile.classA phase mapping definition. -
Uses of ThreadSafe in org.apache.maven.api.services.model
Classes in org.apache.maven.api.services.model with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceCaches auxiliary data used during model building like already processed raw/effective models. -
Uses of ThreadSafe in org.apache.maven.api.settings
Classes in org.apache.maven.api.settings with annotations of type ThreadSafeModifier and TypeClassDescriptionclassThe conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.classThis is the file specification used to activate a profile.classThis is an activator which will detect an operating system's attributes in order to activate its profile.classThis is the property specification used to activate a profile.classBase class forMirror,Profile,ProxyandServer.classA download mirror for a given repository.classModifications to the build process which is keyed on some sort of environmental parameter.classThe<proxy>element contains information required to a proxy settings.classRepository contains the information needed for establishing connections with remote repositoryclassRepository contains the information needed for establishing connections with remote repositoryclassDownload policyclassThe<server>element contains information required to a server settings.classRoot element of the user configuration file.classCommon base class that contains code to track the source for this instance. -
Uses of ThreadSafe in org.apache.maven.api.toolchain
Classes in org.apache.maven.api.toolchain with annotations of type ThreadSafeModifier and TypeClassDescriptionclassThe<toolchains>element is the root of the descriptor.classDefinition of a toolchain instance.classCommon base class that contains code to track the source for this instance. -
Uses of ThreadSafe in org.apache.maven.api.xml
Classes in org.apache.maven.api.xml with annotations of type ThreadSafe -
Uses of ThreadSafe in org.apache.maven.plugin
Classes in org.apache.maven.plugin with annotations of type ThreadSafeModifier and TypeInterfaceDescriptioninterfaceThis interface forms the contract required forMojosto interact with theMaveninfrastructure.
It features anexecute()method, which triggers the Mojo's build-process behavior, and can throw a MojoExecutionException or MojoFailureException if error conditions occur.
Also included is thesetLog(...)method, which simply allows Maven to inject a logging mechanism which will allow the Mojo to communicate to the outside world through standard Maven channels.