Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractDistTask - Class in org.apache.maven.resolver.internal.ant.tasks
-
Abstract base class for Ant tasks that perform distribution-related operations, such as install or deploy.
- AbstractDistTask() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Default constructor for
AbstractDistTask
. - AbstractResolvingTask - Class in org.apache.maven.resolver.internal.ant.tasks
-
Abstract base class for Ant tasks that perform dependency resolution using Maven Resolver (Aether).
- AbstractResolvingTask() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Default constructor for
AbstractResolvingTask
. - accept(DependencyNode, List<DependencyNode>) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Determines whether the given dependency node should be accepted by this consumer based on its configured dependency filter (e.g., scope or classpath).
- addArtifact(Artifact) - Method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Registers an
Artifact
along with its associated POM. - addArtifact(Artifact) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Adds a single
Artifact
to the task. - addArtifact(Artifact) - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Allow Ant to add a single
Artifact
element to this container. - addArtifacts(Artifacts) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Adds multiple
Artifacts
to the task. - addArtifacts(Artifacts) - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Allow Ant to add another
Artifacts
container as a nested element. - addAuthentication(Authentication) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Registers an
Authentication
instance to be used during authentication selection. - addAuthentication(Authentication) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Adds an
<authentication>
element to the mirror. - addAuthentication(Authentication) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Allow Ant to add an
<authentication>
child element to configure credentials for the proxy. - addAuthentication(Authentication) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Allow Ant to add an
Authentication
element to this repository. - addComments(Comments) - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Adds comments to the license.
- addConnection(Connection) - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Allows Ant to add a
Connection
to the Scm. - addDependencies(Dependencies) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Adds a
<dependencies>
element to define the dependencies to be resolved. - addDependencies(Dependencies) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Adds another
Dependencies
container to this one. - addDependencies(Dependencies) - Method in class org.apache.maven.resolver.internal.ant.types.DependencyManagement
-
Sets the dependencies for this DependencyManagement instance.
- addDependency(Dependency) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Adds a single
Dependency
to this container. - addDependency(Dependency) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Add a dependency to the dependencies section of the Maven project model.
- addDeveloper(Developer) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developers
-
Allows Ant to add a
Developer
element to the developers' collection. - addDeveloperConnection(DeveloperConnection) - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Allows Ant to add a
DeveloperConnection
to the Scm. - addDevelopers(Developers) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Allows ant to add a
Developers
section. - addDistribution(Distribution) - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Adds a distribution type to the license.
- addEmail(Email) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add an
<email>
nested element to this developer. - addEnabled(Enabled) - Method in class org.apache.maven.resolver.internal.ant.types.model.Releases
-
Adds an Enabled element to the releases section.
- addEnabled(Enabled) - Method in class org.apache.maven.resolver.internal.ant.types.model.Snapshots
-
Adds an enabled element to the snapshots section.
- addExclusion(Exclusion) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Adds an
Exclusion
element to apply to all dependencies in this container. - addExclusion(Exclusion) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Allows ant to add a specified exclusion to omit a specific transitive dependency.
- addId(Id) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add an
<id>
nested element to this developer. - addId(Id) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds an identifier to the repository.
- addLayout(Layout) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds a layout to the repository.
- addLicense(License) - Method in class org.apache.maven.resolver.internal.ant.types.model.Licenses
-
Adds a License to the collection.
- addLicense(License) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Adds a license to the Maven project model.
- addLicenses(Licenses) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Add a licenses element to the POM.
- addMirror(Mirror) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Registers a
Mirror
to be included in the mirror selector. - addName(Name) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add a
<name>
nested element to this developer. - addName(Name) - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Adds a name to the license.
- addName(Name) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds a name to the repository.
- addOrganization(Organization) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add an
<organization>
nested element to this developer. - addOrganizationUrl(OrganizationUrl) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add an
<organizationUrl>
nested element to this developer. - addPom(Pom) - Method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Registers a
Pom
into the workspace. - addPom(Pom) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Add the POM to use for artifact deployment or installation.
- addPom(Pom) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Adds a nested
Pom
element to associate with this artifact. - addPom(Pom) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Allows ant to add the pom element specified in the build file.
- addProxy(Proxy) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Registers a
Proxy
to be considered when building the proxy selector. - addReleases(Releases) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds releases configuration to the repository.
- addReleases(RemoteRepository.Policy) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Allows Ant to add a release policy to this repository.
- addRemoterepo(RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Allow ant to add a single remote repository to the list of containers.
- addRemoteRepo(RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Adds a single
<remoteRepo>
element to the list of remote repositories used for resolution. - addRemoteRepo(RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
-
Allows ant to add a remote repository which artifacts will be deployed to.
- addRemoteRepo(RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Adds a single remote repository to this POM's list of repositories.
- addRemoterepos(RemoteRepositories) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Allow Ant to add another
RemoteRepositories
instance to this container. - addRemoteRepos(RemoteRepositories) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Adds a
<remoteRepos>
element, representing a collection of remote repositories. - addRemoteRepos(RemoteRepositories) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Adds a
RemoteRepositories
container to this POM, which holds one or more remote repositories used to resolve dependencies and parent POMs when the POM is loaded from a file. - addRepositories(Repositories) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Add a repositories element to the POM.
- addRepository(Repository) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repositories
-
Adds a repository to the list of repositories.
- addRole(Role) - Method in class org.apache.maven.resolver.internal.ant.types.model.Roles
-
Allows ant to add a role to the list of roles.
- addRoles(Roles) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add a
<roles>
nested element to this developer. - addScm(Scm) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Allows ant to add a
Scm
section. - addSnapshotRepo(RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
-
Adds a snapshot repository to which snapshot artifacts will be deployed.
- addSnapshots(Snapshots) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds snapshots configuration to the repository.
- addSnapshots(RemoteRepository.Policy) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Adds a snapshot policy to this repository.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Comments
-
Adds text to the comments element.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Connection
-
Allow ant to add text to the
connection
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.DeveloperConnection
-
Allow ant to add text to the
DeveloperConnection
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Distribution
-
Adds text to the distribution element.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Email
-
Allow ant to add text to the
email
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Enabled
-
Adds text to the enabled element.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Id
-
Adds text to the id element.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Layout
-
Adds text to the layout element.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Name
-
Adds text to the name element, replacing any properties in the text.
- addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Organization
-
Allow ant to add text to the
organization
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.OrganizationUrl
-
Allow ant to add text to the
organizationUrl
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Role
-
Allow ant to add text to the
role
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Timezone
-
Allow ant to add text to the
timezone
element, replacing any properties in the text. - addText(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.Url
-
Adds a url string to the url element.
- addTimezone(Timezone) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add a
<timezone>
nested element to this developer. - addToDependencyManagement(Dependency) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Adds a dependency to the dependency management section of the Maven project model.
- addUrl(Url) - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Allows Ant to add a
<url>
nested element to this developer. - addUrl(Url) - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Adds a URL to the license.
- addUrl(Url) - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Adds a URL to the repository.
- addUrl(Url) - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Allows Ant to add a
Url
to the Scm. - Ant References Created: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- Section
- AntRepositorySystemSupplier - Class in org.apache.maven.resolver.internal.ant
-
The Ant modified supplier, that on repository system creation "remembers" (and exposes) other required components as well.
- AntRepositorySystemSupplier() - Constructor for class org.apache.maven.resolver.internal.ant.AntRepositorySystemSupplier
-
Creates a new instance of
AntRepositorySystemSupplier
. - AntRepoSys - Class in org.apache.maven.resolver.internal.ant
-
Central utility for managing Maven repository system configuration and sessions within Ant builds.
- Artifact - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a Maven artifact in an Ant build script.
- Artifact() - Constructor for class org.apache.maven.resolver.internal.ant.types.Artifact
-
Default constructor for the
Artifact
data type. - ArtifactConsumer() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Default constructor for Ant task instantiation.
- ArtifactContainer - Interface in org.apache.maven.resolver.internal.ant.types
-
Represents a collection of one or more
Artifact
instances in an Ant build context. - Artifacts - Class in org.apache.maven.resolver.internal.ant.types
-
A container for one or more
Artifact
elements in an Ant build script. - Artifacts() - Constructor for class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Default constructor for the
Artifacts
data type. - Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Install
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifact
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifacts
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependency
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Exclusion
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.LocalRepository
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Mirror
- Section
- Attributes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Pom
- Section
- Authentication - Class in org.apache.maven.resolver.internal.ant.types
-
Defines credentials and authentication settings for remote repositories.
- Authentication() - Constructor for class org.apache.maven.resolver.internal.ant.types.Authentication
-
Default constructor for
Authentication
data type.
B
- Behavior: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
- Section
- Behavior: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- Section
- Behavior: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Install
- Section
- Behavior: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
C
- checkAttributesAllowed() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Verifies that attributes may still be set on this task.
- checkChecksums(String) - Static method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Validates that the given checksum policy string is one of the permitted values.
- checkChildrenAllowed() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Verifies that nested child elements may be added to this task.
- checkUpdates(String) - Static method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Validates that the given update policy string is one of the permitted values.
- collectDependencies() - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Performs dependency collection using the configured
Dependencies
,LocalRepository
, andRemoteRepositories
. - collectDependencies(Task, Dependencies, LocalRepository, RemoteRepositories) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Performs dependency resolution by collecting transitive dependencies for the given configuration.
- Comments - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents comments in a license section.
- Comments() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Comments
-
Default constructor for Comments.
- Connection - Class in org.apache.maven.resolver.internal.ant.types.model
-
The Connection element is used in the Scm section.
- Connection() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Connection
-
Default constructor.
- createFiles() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve
-
Creates a
Resolve.Files
consumer to collect resolved artifacts into a directory or resource collection. - createLocalRepo() - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Creates a
<localRepo>
element to specify a custom local repository for resolution. - createPath() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve
-
Creates a
Resolve.Path
consumer that collects resolved artifact files into an Ant<path>
reference. - CreatePom - Class in org.apache.maven.resolver.internal.ant.tasks
-
Task to create a Maven POM file.
- CreatePom() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Default constructor.
- createProperties() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve
-
Creates a
Resolve.Props
consumer that maps resolved artifacts to Ant project properties.
D
- dependencies - Variable in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
The dependency definitions to resolve.
- Dependencies - Class in org.apache.maven.resolver.internal.ant.types
-
Container for multiple Maven dependencies in an Ant build script.
- Dependencies() - Constructor for class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Default constructor for the Dependencies data type.
- Dependency - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a single Maven dependency in an Ant build script.
- Dependency() - Constructor for class org.apache.maven.resolver.internal.ant.types.Dependency
-
Default constructor that initializes the dependency with no settings.
- DependencyContainer - Interface in org.apache.maven.resolver.internal.ant.types
-
Common interface for Ant types that can contain Maven dependencies.
- DependencyManagement - Class in org.apache.maven.resolver.internal.ant.types
-
Represents the dependency management section in an Ant build file.
- DependencyManagement() - Constructor for class org.apache.maven.resolver.internal.ant.types.DependencyManagement
-
Default constructor.
- deploy(Task, Pom, Artifacts, RemoteRepository, RemoteRepository) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Deploys the specified artifacts to the configured remote repository (release or snapshot).
- Deploy - Class in org.apache.maven.resolver.internal.ant.tasks
-
Ant task to deploy artifacts to a remote Maven repository.
- Deploy() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Deploy
-
Default constructor for the Deploy task.
- Developer - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a developer in a project model.
- Developer() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Default constructor.
- DeveloperConnection - Class in org.apache.maven.resolver.internal.ant.types.model
-
The
DeveloperConnection
element is used in theScm
section. - DeveloperConnection() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.DeveloperConnection
-
Default constructor.
- Developers - Class in org.apache.maven.resolver.internal.ant.types.model
-
The developers section is required if you want to publish your POM to maven central.
- Developers() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Developers
-
Default constructor.
- Distribution - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents the distribution in a license section.
- Distribution() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Distribution
-
Default constructor.
E
- Email - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents the
email
element of e.g. - Email() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Email
-
Default constructor.
- Enabled - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents an enabled/disabled state in a configuration used in Releases and Snapshots sections of a repository section.
- Enabled() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Enabled
-
Default constructor.
- Example Usage: - Search tag in class org.apache.maven.resolver.internal.ant.types.Authentication
- Section
- Exclusion - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a Maven dependency exclusion in an Ant build script.
- Exclusion() - Constructor for class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Default constructor for Exclusion.
- execute() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Execute the task to create the POM file.
- execute() - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- execute() - Method in class org.apache.maven.resolver.internal.ant.tasks.Install
- execute() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- execute() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Registers this artifact in the
ProjectWorkspaceReader
for internal resolution. - execute() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
- Exposed Ant Properties: - Search tag in class org.apache.maven.resolver.internal.ant.types.Pom
- Section
F
- Files() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Default constructor for Ant task instantiation.
- findArtifact(Artifact) - Method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Attempts to resolve the artifact file for the given artifact from the workspace.
- findVersions(Artifact) - Method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Lists all known versions of the given artifact in the workspace.
G
- get(Project, String) - Static method in class org.apache.maven.resolver.internal.ant.types.DependencyManagement
-
Fetches a DependencyManagement instance from the given project using the specified reference.
- getArtifactId() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Get the artifactId.
- getArtifactId() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the artifactId of the dependency.
- getArtifactId() - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Returns the
artifactId
of the dependency to exclude. - getArtifactId() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the
artifactId
of the POM. - getArtifacts() - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Returns the
Artifacts
container, lazily instantiating if necessary. - getArtifacts() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns a list containing this single artifact.
- getArtifacts() - Method in interface org.apache.maven.resolver.internal.ant.types.ArtifactContainer
-
Returns a flat list of all
Artifact
instances in this container. - getArtifacts() - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Collects all
Artifact
objects from this container and any nested containers. - getAuthentication() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Returns the authentication configuration for this mirror, if any.
- getAuthentication() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Returns the
Authentication
settings associated with this proxy. - getAuthentication() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the
Authentication
credentials configured for this repository. - getCheckedRef() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Resolves the reference set on this task and verifies it is of the same type as this class.
- getCheckedRef(Class<?>, String, Project) - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Resolves and validates the reference set on this task.
- getChecksums() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the checksum policy for this repository.
- getChecksums() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Gets the checksum policy string.
- getClassifier() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Returns the classifier this consumer is interested in, if any.
- getClassifier() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Returns the classifier pattern used to match specific artifact attachments, such as sources or javadoc.
- getClassifier() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Props
-
Returns the classifier pattern used to match specific artifact attachments.
- getClassifier() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns the optional classifier of the artifact (e.g.,
sources
,javadoc
). - getClassifier() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the classifier of the dependency, or
null
if none is set. - getClassifier() - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Returns the classifier of the dependency to exclude, if specified.
- getComments() - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Gets the comments associated with the license.
- getConnection() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the
Connection
of this Scm. - getConnectionText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the
Connection
text value or null if not set. - getCoords() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the raw Maven coordinates string that was set via
Pom.setCoords(String)
. - getDataTypeName() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Returns the Ant data type or task name associated with this task.
- getDefaultPom() - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Returns the default
Pom
, if set. - getDependencies() - Method in class org.apache.maven.resolver.internal.ant.types.DependencyManagement
-
Gets the dependencies defined in this DependencyManagement instance.
- getDependencyContainers() - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Returns the list of contained
DependencyContainer
instances. - getDescription() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Get the description.
- getDeveloperConnection() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the DeveloperConnection of this Scm.
- getDeveloperConnectionText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the
DeveloperConnection
text value or null if not set. - getDevelopers() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developers
-
Get the list of Developers'
- getDir() - Method in class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Returns the directory to be used as the local Maven repository.
- getDistribution() - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Gets the distribution type of the license.
- getEmail() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer email element.
- getEmailText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer email.
- getEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.model.Releases
-
Returns the Enabled element of the releases section.
- getEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.model.Snapshots
-
Gets the enabled element of the snapshots section.
- getExclusions() - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Returns the list of exclusions applied to this container.
- getExclusions() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the list of exclusions declared for this dependency.
- getExtension() - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Returns the extension (file type) of the dependency to exclude.
- getFile() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns the artifact file.
- getFile() - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Get the file attribute.
- getFile() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the file that was set via
Pom.setFile(File)
to load the POM from. - getFile() - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Gets the user-level Maven settings file, usually
~/.m2/settings.xml
. - getGlobalFile() - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Gets the global-level Maven settings file, typically defined by the installation.
- getGroupId() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Get the groupId.
- getGroupId() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the groupId of the dependency.
- getGroupId() - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Returns the
groupId
of the dependency to exclude. - getGroupId() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the
groupId
of the POM. - getHost() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Returns the proxy host name or IP address.
- getId() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Returns the identifier of this mirror.
- getId() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer ID element.
- getId() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the identifier of the repository.
- getId() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the unique identifier for this repository.
- getIdText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer ID.
- getInstance() - Static method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Returns the singleton instance of this workspace reader.
- getInstance(Project) - Static method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Returns the singleton instance of
AntRepoSys
associated with the given AntProject
. - getLayout() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the layout of the repository.
- getLicenses() - Method in class org.apache.maven.resolver.internal.ant.types.model.Licenses
-
gets the list of licenses.
- getMirrorOf() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Returns the repository pattern that this mirror applies to.
- getModel() - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Gets the Maven project model.
- getModel(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the parsed Maven
Model
associated with this POM. - getModelBuilder() - Method in class org.apache.maven.resolver.internal.ant.AntRepositorySystemSupplier
-
Returns the
ModelBuilder
and stores it in theAntRepositorySystemSupplier.modelBuilder
field for later access. - getName() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Get the description for the POM.
- getName() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer name element.
- getName() - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Gets the name of the license.
- getName() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the name of the repository.
- getNameText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer name.
- getNonProxyHosts() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Returns the non-proxy hosts setting, typically a pipe-delimited list.
- getOrganization() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer's organization element.
- getOrganizationText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer's organization.
- getOrganizationUrl() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer's organization URL element.
- getOrganizationUrlText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer's organization URL.
- getPackaging() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the packaging type of the POM, such as
jar
,pom
, orwar
. - getPassphrase() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Gets the passphrase used for the private key file (if required).
- getPassword() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Gets the password used for authentication.
- getPom() - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Returns the current POM, falling back to the default POM if none has been explicitly set.
- getPom() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns the associated POM for this artifact, if any.
- getPom() - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Returns the
Pom
element if one was added to this container. - getPort() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Returns the proxy port number.
- getPrivateKeyFile() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Gets the path to the private key file (used for SSH authentication).
- getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Resolves this object if defined as a reference and verifies that it is a
Artifact
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Resolves this object if defined as a reference and verifies that it is a
Artifacts
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Resolves this object if defined as a reference and verifies that it is a
Authentication
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Resolves this object if defined as a reference and verifies that it is a
Dependencies
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Resolves this object if defined as a reference and verifies that it is a
Dependency
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.DependencyManagement
-
Resolves this object if defined as a reference and verifies that it is a
DependencyManagement
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Resolves this object if defined as a reference and verifies that it is a
Exclusion
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Resolves this object if defined as a reference and verifies that it is a
LocalRepository
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Resolves this object if defined as a reference and verifies that it is a
Mirror
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Resolves this object if defined as a reference and verifies that it is a
Pom
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Resolves this object if defined as a reference and verifies that it is a
Proxy
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Resolves this object if defined as a reference and verifies that it is a
RemoteRepositories
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Resolves this object if defined as a reference and verifies that it is a
RemoteRepository
instance. - getRef() - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Resolves this object if defined as a reference and verifies that it is a
Settings
instance. - getReleasePolicy() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the release policy configured for this repository.
- getReleases() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the releases configuration of the repository.
- getRemoteRepositoryManager(UpdatePolicyAnalyzer, ChecksumPolicyProvider) - Method in class org.apache.maven.resolver.internal.ant.AntRepositorySystemSupplier
-
Returns the
RemoteRepositoryManager
and stores it in theAntRepositorySystemSupplier.remoteRepositoryManager
field for later access. - getRepositories() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repositories
-
Get the list of repositories.
- getRepositories() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Returns a flattened list of all
RemoteRepository
instances contained in this object. - getRepositories() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Returns a singleton list containing this repository.
- getRepositories() - Method in interface org.apache.maven.resolver.internal.ant.types.RemoteRepositoryContainer
-
Returns the list of remote repositories represented by this container.
- getRepository() - Method in class org.apache.maven.resolver.internal.ant.ProjectWorkspaceReader
-
Returns the workspace repository used for this reader.
- getRoles() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the list of roles assigned to the developer.
- getRoles() - Method in class org.apache.maven.resolver.internal.ant.types.model.Roles
-
Get the list of roles.
- getScope() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the Maven dependency scope.
- getServers() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Gets the list of server IDs this authentication applies to.
- getSession(Task, LocalRepository) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Creates and returns a new
RepositorySystemSession
for the given task and local repository. - getSnapshotPolicy() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the snapshot policy configured for this repository.
- getSnapshots() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the snapshots configuration of the repository.
- getSystem() - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Returns the
RepositorySystem
used for dependency resolution and repository operations. - getSystemPath() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the system path file attribute for this dependency, if
scope
is set tosystem
. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Comments
-
Gets the comments text (the value).
- getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Connection
-
Returns the text of the
Connection
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.DeveloperConnection
-
Returns the text of the
developerConnection
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Distribution
-
Gets the distribution text (the value).
- getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Email
-
Returns the text of the
email
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Id
-
Gets the id text.
- getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Layout
-
Gets the layout text.
- getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Name
-
Returns the text of the name element.
- getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Organization
-
Returns the text of the
organization
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.OrganizationUrl
-
Returns the text of the
organizationUrl
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Role
-
Returns the text of the
role
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Timezone
-
Returns the text of the
timezone
element. - getText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Url
-
Gets the URL string from the url element.
- getTimezone() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the timezone element for the developer.
- getTimezoneText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the timezone element.
- getType() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns the type/packaging of the artifact (e.g.,
jar
,pom
). - getType() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the type (or packaging) of the dependency artifact.
- getType() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Returns the layout type of the mirror repository.
- getType() - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Returns the proxy type, such as
http
. - getType() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the layout type of this repository (e.g.,
default
,legacy
). - getUpdates() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the update policy for this repository.
- getUpdates() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Gets the update policy string.
- getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Returns the URL of the mirror repository.
- getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the developer URL element.
- getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.model.License
-
Gets the URL associated with the license.
- getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Gets the URL of the repository.
- getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the
Url
of this Scm. - getUrl() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Gets the URL of this repository.
- getUrlText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Developer
-
Gets the text content of the developer URL.
- getUrlText() - Method in class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Get the
Url
text value or null if not set. - getUsername() - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Gets the username used for authentication.
- getVersion() - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Get the version.
- getVersion() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns the version of the dependency.
- getVersion() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Returns the
version
of the Maven artifact defined by this POM. - getVersionlessKey() - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Returns a versionless key for the dependency, composed of
groupId:artifactId[:type[:classifier]]
.
I
- Id - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents an id in a repository section.
- Id() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Id
-
Default constructor.
- ID - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Namespace prefix used by the resolver:
"resolver"
. - ID_CENTRAL - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Canonical ID for Maven Central repository:
"central"
. - ID_DEFAULT_POM - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Default ID for the shared POM reference:
"resolver.pom"
. - ID_DEFAULT_REPOS - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Default ID for the shared repository list:
"resolver.repositories"
. - install(Task, Pom, Artifacts) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Installs the specified artifacts to the local Maven repository.
- Install - Class in org.apache.maven.resolver.internal.ant.tasks
-
Ant task to install artifacts into the local Maven repository.
- Install() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Install
-
Default constructor used by Ant to create an
Install
task instance. - isEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.model.Enabled
-
Gets the enabled state.
- isEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.model.Releases
-
Returns the enabled value of the releases section.
- isEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.model.Snapshots
-
Returns the boolean value of the enabled element.
- isEnabled() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Indicates whether the policy is enabled.
- isReference() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Checks whether this task is configured as a reference to another task.
- isReleases() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Indicates whether releases are enabled for this repository.
- isSnapshots() - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Indicates whether snapshots are enabled for this repository.
K
- Known Implementations: - Search tag in interface org.apache.maven.resolver.internal.ant.types.ArtifactContainer
- Section
L
- Layout - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a layout in a repository section.
- Layout() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Layout
-
Default constructor.
- License - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a license in a project model.
- License() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.License
-
Default constructor.
- Licenses - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a collection of licenses in a project model.
- Licenses() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Licenses
-
Default constructor.
- loadModel(Task, File, boolean, RemoteRepositories) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Resolves a
Model
from apom.xml
file, optionally validating it as a local or remote model. - localRepository - Variable in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Optional custom local repository definition.
- LocalRepository - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a custom local Maven repository location in an Ant build script.
- LocalRepository() - Constructor for class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Constructs a new
LocalRepository
without an owning Ant task. - LocalRepository(Task) - Constructor for class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Constructs a new
LocalRepository
with an owning Ant task.
M
- MavenProject - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a Maven project model.
- MavenProject() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Initialize a new Maven project instance with the modelVersion set to "4.0.0" and packaging to "jar".
- Mirror - Class in org.apache.maven.resolver.internal.ant.types
-
Defines a mirror repository configuration for use in Maven Ant tasks.
- Mirror() - Constructor for class org.apache.maven.resolver.internal.ant.types.Mirror
-
Default constructor used by Ant to create a
Mirror
instance.
N
- Name - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a name element used in a license or a repository section in the project model.
- Name() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Name
-
Default constructor.
- Names - Class in org.apache.maven.resolver.internal.ant
-
Centralized constants used throughout the Maven Resolver Ant tasks.
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Install
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifacts
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependency
- Section
- Nested Elements: - Search tag in class org.apache.maven.resolver.internal.ant.types.Mirror
- Section
- noChildrenAllowed() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Constructs a
BuildException
to indicate that nested elements are not allowed whenrefid
is used. - Notes: - Search tag in class org.apache.maven.resolver.internal.ant.types.Mirror
- Section
O
- org.apache.maven.resolver.internal.ant - package org.apache.maven.resolver.internal.ant
- org.apache.maven.resolver.internal.ant.tasks - package org.apache.maven.resolver.internal.ant.tasks
- org.apache.maven.resolver.internal.ant.types - package org.apache.maven.resolver.internal.ant.types
- org.apache.maven.resolver.internal.ant.types.model - package org.apache.maven.resolver.internal.ant.types.model
- Organization - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents the
organization
element of e.g. - Organization() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Organization
-
Default constructor.
- OrganizationUrl - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents the
organizationUrl
element of e.g. - OrganizationUrl() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.OrganizationUrl
-
Default constructor.
P
- Path() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Resolve.Path
-
This default constructor is used by Ant to create instances of the
Resolve.Path
consumer. - Policy() - Constructor for class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Constructs a new
Policy
instance with default settings. - Pom - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a Maven POM file as an Ant
DataType
. - Pom() - Constructor for class org.apache.maven.resolver.internal.ant.types.Pom
-
Creates an empty
Pom
instance. - process(Artifact, RepositorySystemSession) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Processes a resolved artifact after dependency resolution has completed.
- process(Artifact, RepositorySystemSession) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Processes a resolved artifact by copying it to the destination directory or registering it as a resource in the Ant project.
- process(Artifact, RepositorySystemSession) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Path
-
Adds the given artifact file to the configured Ant path.
- process(Artifact, RepositorySystemSession) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Props
-
Processes a resolved artifact by registering its absolute path as an Ant property.
- ProjectWorkspaceReader - Class in org.apache.maven.resolver.internal.ant
-
Workspace reader caching available POMs and artifacts for ant builds.
- PROPERTY_OFFLINE - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Property name for controlling offline mode:
"resolver.offline"
. - Props() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Resolve.Props
-
This default constructor is used by Ant to create instances of the
Resolve.Props
consumer. - Proxy - Class in org.apache.maven.resolver.internal.ant.types
-
Defines a proxy configuration for Maven artifact resolution.
- Proxy() - Constructor for class org.apache.maven.resolver.internal.ant.types.Proxy
-
Default constructor initializes the proxy with no settings.
R
- RefTask - Class in org.apache.maven.resolver.internal.ant.tasks
-
An abstract base class for Ant tasks that support referencing another task instance via
refid
. - RefTask() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Default constructor for
RefTask
. - Releases - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a releases section in the repository section of the project object model.
- Releases() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Releases
-
Default constructor.
- remoteRepositories - Variable in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
The list of remote repositories to use for resolution.
- RemoteRepositories - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a collection of remote repositories used for dependency resolution or artifact deployment.
- RemoteRepositories() - Constructor for class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Default constructor for
RemoteRepositories
data type. - RemoteRepository - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a single remote repository used for dependency resolution or deployment.
- RemoteRepository() - Constructor for class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Default constructor initializes a new
RemoteRepository
instance. - RemoteRepository.Policy - Class in org.apache.maven.resolver.internal.ant.types
-
Represents a repository policy configuration for either snapshot or release handling.
- RemoteRepositoryContainer - Interface in org.apache.maven.resolver.internal.ant.types
-
Common interface for Ant data types that hold one or more
RemoteRepository
definitions. - Repositories - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a collection of repository sections in a project model.
- Repositories() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Repositories
-
Default constructor.
- Repository - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a repository in a project model.
- Repository() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Repository
-
Default constructor.
- Resolve - Class in org.apache.maven.resolver.internal.ant.tasks
-
Ant task to resolve dependencies using Maven Resolver.
- Resolve() - Constructor for class org.apache.maven.resolver.internal.ant.tasks.Resolve
-
Default constructor used by Ant to create a
Resolve
task instance. - Resolve.ArtifactConsumer - Class in org.apache.maven.resolver.internal.ant.tasks
-
Abstract base class for consumers of resolved artifacts in the
Resolve
task. - Resolve.Files - Class in org.apache.maven.resolver.internal.ant.tasks
-
Artifact consumer that copies resolved artifacts to a local directory and optionally registers them as an Ant
FileSet
orResources
. - Resolve.Path - Class in org.apache.maven.resolver.internal.ant.tasks
-
Artifact consumer that adds resolved artifacts to an Ant
Path
. - Resolve.Props - Class in org.apache.maven.resolver.internal.ant.tasks
-
Artifact consumer that maps resolved artifacts to Ant project properties.
- Role - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents the
role
element of e.g. - Role() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Role
-
Default constructor.
- Roles - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a collection of
role
sections in a project model. - Roles() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Roles
-
Default constructor.
S
- Scm - Class in org.apache.maven.resolver.internal.ant.types.model
-
The SCM (Software Configuration Management) section is required if you aim to publish the POM to Maven Central.
- Scm() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Scm
-
Default constructor.
- setArtifactId(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Set the artifactId for the POM.
- setArtifactId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the
artifactId
of the dependency. - setArtifactId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Sets the
artifactId
of the dependency to exclude. - setArtifactId(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Set the artifactId for the Maven project model.
- setArtifactId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the
artifactId
for the POM. - setArtifactsRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Adds a reference to an existing
Artifacts
instance. - setAttachments(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Specifies which type of attachment to resolve.
- setAttachments(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Props
-
Specifies which type of attachment to resolve.
- setAuthRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Sets a reference to a previously defined
<authentication>
element. - setAuthRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets a reference to an existing
Authentication
element to be used for this proxy. - setAuthRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets a reference to an existing
Authentication
element. - setChecksums(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Sets the checksum policy for this policy.
- setChecksums(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets the checksum policy for this repository.
- setClassifier(String) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Sets the optional classifier for the artifact.
- setClassifier(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the classifier for the dependency.
- setClassifier(String) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Sets the classifier of the dependency to exclude.
- setClasspath(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Sets a predefined classpath scope configuration using a shorthand string.
- setCoords(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the Maven coordinates of the dependency using a colon-separated string.
- setCoords(String) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Sets the exclusion coordinates using a compact colon-separated format.
- setCoords(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the Maven coordinates for this POM using a compact string format.
- setDefaultPom(Pom) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Sets the default
Pom
used for artifact operations when none is explicitly provided. - setDependenciesRef(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
The reference to the dependencies section.
- setDependenciesRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Sets a reference to an existing
Dependencies
instance usingrefid
. - setDependencyManagementRef(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
The reference to the dependency management section.
- setDescription(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Set the description for the POM.
- setDescription(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Set the description for the Maven project model.
- setDir(File) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Sets the output directory to which resolved artifacts will be copied.
- setDir(File) - Method in class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Sets the directory to be used as the local Maven repository.
- setEnabled(boolean) - Method in class org.apache.maven.resolver.internal.ant.types.model.Enabled
-
Set the value for the enabled state.
- setEnabled(boolean) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Enables or disables the policy.
- setExtension(String) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Sets the extension (file type) of the dependency to exclude.
- setFailOnMissingAttachments(boolean) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve
-
Sets whether the build should fail if an expected attachment (e.g., sources or javadoc) cannot be resolved.
- setFile(File) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Sets the artifact file to be deployed or installed.
- setFile(File) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Set the file attribute.
- setFile(File) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the file from which to load the POM.
- setFile(File) - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Sets the user-level Maven settings file.
- setGlobalFile(File) - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Sets the global-level Maven settings file.
- setGlobalSettings(File) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Sets the path to the global
settings.xml
file. - setGroupId(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Set the groupId for the POM.
- setGroupId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the
groupId
of the dependency. - setGroupId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Sets the
groupId
of the dependency to exclude. - setGroupId(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Set the groupId for the Maven project model.
- setGroupId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the
groupId
for the POM. - setHost(String) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets the proxy host name or IP address.
- setId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Sets the identifier of the mirror.
- setId(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the internal identifier for this POM.
- setId(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets the unique identifier for this repository.
- setLayout(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Sets the layout template used to determine the relative path of each artifact when copying files to the target directory.
- setLocalRepository(LocalRepository) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Sets the local repository configuration.
- setMirrorOf(String) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Specifies the repository IDs that this mirror should apply to.
- setName(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Set the name for the POM.
- setName(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Set the name for the Maven project model.
- setNonProxyHosts(String) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets the non-proxy hosts — hosts that should bypass the proxy.
- setPackaging(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the packaging type of the POM, such as
jar
,war
,pom
, etc. - setPassphrase(String) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets the passphrase used for the private key file (if required).
- setPassword(String) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets the password used for authentication.
- setPomRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Sets a reference to an existing
Pom
. - setPomRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Sets a reference to a
Pom
element to associate with this artifact. - setPomRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Assigns a reference to a
Pom
element that defines the dependencies. - setPomTarget(File) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
The path to the file that the POM content should be written to.
- setPomTarget(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
The path to the file that the POM content should be written to.
- setPort(int) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets the proxy port number.
- setPrefix(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Props
-
Sets a prefix for the generated Ant property keys.
- setPrivateKeyFile(String) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets the path to the private key file (used for SSH authentication).
- setProject(Project) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Registers this authentication object with the current project.
- setProject(Project) - Method in class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Sets the Ant project context for this
LocalRepository
. - setProject(Project) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Sets the Ant project associated with this mirror.
- setProject(Project) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets the associated Ant
Project
and registers this proxy instance with the repository system. - setProject(Project) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Sets a reference to another task instance defined elsewhere in the build file.
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Sets a reference to another
Artifact
instance. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Sets a reference to another
Artifacts
instance. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets a reference to an existing
Authentication
object. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
-
Sets the reference to another
<dependencies>
defined elsewhere. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets a reference to another dependency or dependencies container.
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.LocalRepository
-
Sets a reference to another
<localRepository>
definition. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets this proxy as a reference to another defined proxy.
- setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Sets a reference to another
RemoteRepositories
instance. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Marks this repository as a reference to another
RemoteRepository
instance. - setRefid(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Settings
-
Marks this instance as a reference to another
Settings
definition. - setRefId(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Sets the Ant reference ID under which the collected fileset or resources will be registered.
- setRefId(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Path
-
Sets the reference ID for the Ant path to which resolved artifacts will be added.
- setReleases(boolean) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets whether releases are enabled for this repository.
- setRemoteRepoRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
-
Sets a reference to a predefined
<repository>
element to be used as the deployment target. - setRemoteReposRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractResolvingTask
-
Sets a reference to an existing
RemoteRepositories
instance usingrefid
. - setRemoteReposRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Adds a reference to a
RemoteRepositories
instance to this POM's list of remote repositories. - setScope(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the Maven dependency scope.
- setScopes(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Specifies the scopes of dependencies to include or exclude during resolution.
- setServers(String) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets the list of server IDs this authentication applies to.
- setSkipPomRegistration(boolean) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
skipPomRegistration is a flag to indicate whether the POM should be registered in the project after creation.
- setSnapshotRepoRef(Reference) - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
-
Sets a reference to a predefined
<snapshotRepository>
element. - setSnapshots(boolean) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets whether snapshots are enabled for this repository.
- setSystemPath(File) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the system path to the artifact file for a dependency with
scope="system"
. - Settings - Class in org.apache.maven.resolver.internal.ant.types
-
Represents Maven settings for repository resolution in Ant builds.
- Settings() - Constructor for class org.apache.maven.resolver.internal.ant.types.Settings
-
Default constructor for
Settings
data type. - SETTINGS_XML - Static variable in class org.apache.maven.resolver.internal.ant.Names
-
Default filename for the Maven settings file:
"settings.xml"
. - setType(String) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Sets the artifact's packaging or type (e.g.,
jar
,pom
). - setType(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the type (packaging) of the artifact.
- setType(String) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Sets the layout type of the mirror repository.
- setType(String) - Method in class org.apache.maven.resolver.internal.ant.types.Proxy
-
Sets the proxy type (e.g.,
http
). - setType(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets the layout type of this repository.
- setUpdates(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository.Policy
-
Sets the update policy for this policy.
- setUpdates(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets the update policy for this repository.
- setUrl(String) - Method in class org.apache.maven.resolver.internal.ant.types.Mirror
-
Sets the base URL of the mirror repository.
- setUrl(String) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Sets the URL of this repository.
- setUsername(String) - Method in class org.apache.maven.resolver.internal.ant.types.Authentication
-
Sets the username used for authentication.
- setUserSettings(File) - Method in class org.apache.maven.resolver.internal.ant.AntRepoSys
-
Sets the path to the user-level
settings.xml
file. - setVersion(String) - Method in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
-
Set the version for the POM.
- setVersion(String) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
-
Sets the version of the dependency.
- setVersion(String) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Set the version for the Maven project model.
- setVersion(String) - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Sets the
version
of the POM. - Snapshots - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a snapshots section in the repository section of the project object model.
- Snapshots() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Snapshots
-
Default constructor.
- Supported Authentication Mechanisms: - Search tag in class org.apache.maven.resolver.internal.ant.types.Authentication
- Section
T
- Timezone - Class in org.apache.maven.resolver.internal.ant.types.model
-
A valid time zone ID like America/New_York or Europe/Berlin, or a numerical offset in hours (and fraction) from UTC where the developer lives, e.g., -5 or +1.
- Timezone() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Timezone
-
Default constructor.
- tooManyAttributes() - Method in class org.apache.maven.resolver.internal.ant.tasks.RefTask
-
Constructs a
BuildException
to indicate that additional attributes are not allowed whenrefid
is used. - toPom(OutputStream) - Method in class org.apache.maven.resolver.internal.ant.types.model.MavenProject
-
Writes the Maven project model to the specified Writer in POM format.
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Returns a string representation of the artifact, showing its type and classifier.
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.model.Id
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.model.Layout
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.model.License
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.model.Name
- toString() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
- Typical Implementations: - Search tag in interface org.apache.maven.resolver.internal.ant.types.DependencyContainer
- Section
- Typical Implementations: - Search tag in interface org.apache.maven.resolver.internal.ant.types.RemoteRepositoryContainer
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifact
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependency
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.Exclusion
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.LocalRepository
- Section
- Typical Use Cases: - Search tag in class org.apache.maven.resolver.internal.ant.types.Pom
- Section
U
- Url - Class in org.apache.maven.resolver.internal.ant.types.model
-
Represents a url element in the project model.
- Url() - Constructor for class org.apache.maven.resolver.internal.ant.types.model.Url
-
Default constructor.
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.CreatePom
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Install
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Path
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifact
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Artifacts
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependency
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.DependencyManagement
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Exclusion
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.LocalRepository
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Mirror
- Section
- Usage Example: - Search tag in class org.apache.maven.resolver.internal.ant.types.Pom
- Section
- Usage Example (inline): - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
- Usage Example (referenced): - Search tag in class org.apache.maven.resolver.internal.ant.types.Dependencies
- Section
- Usage Examples: - Search tag in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
- Section
V
- validate() - Method in class org.apache.maven.resolver.internal.ant.tasks.AbstractDistTask
-
Validates the configuration of the task before execution.
- validate() - Method in class org.apache.maven.resolver.internal.ant.tasks.Deploy
- validate() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
-
Validates the configuration of this
Resolve.ArtifactConsumer
. - validate() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
-
Validates that either a destination directory or a reference ID is set.
- validate() - Method in class org.apache.maven.resolver.internal.ant.tasks.Resolve.Path
-
Validates that the required
refid
has been set. - validate() - Method in class org.apache.maven.resolver.internal.ant.types.Pom
-
Validates that this POM definition is complete and usable.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Artifact
-
Validates that all required attributes are present and that the file exists.
- validate(Task) - Method in interface org.apache.maven.resolver.internal.ant.types.ArtifactContainer
-
Validates the artifact(s) within this container.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Artifacts
-
Validates the nested artifact containers.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Dependencies
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Dependency
- validate(Task) - Method in interface org.apache.maven.resolver.internal.ant.types.DependencyContainer
-
Validates the container's internal structure and attributes.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.Exclusion
-
Validates that the required attributes of this exclusion are set.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepositories
-
Validates the contained repositories.
- validate(Task) - Method in class org.apache.maven.resolver.internal.ant.types.RemoteRepository
-
Validates this repository's configuration.
- validate(Task) - Method in interface org.apache.maven.resolver.internal.ant.types.RemoteRepositoryContainer
-
Validates the repository configuration in the context of the given Ant task.
All Classes and Interfaces|All Packages|Constant Field Values