Class Resolve.Files
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
org.apache.maven.resolver.internal.ant.tasks.Resolve.Files
- All Implemented Interfaces:
Cloneable
- Enclosing class:
Resolve
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.RepositorySystemSession session) void
setAttachments
(String attachments) void
void
void
void
validate()
Methods inherited from class org.apache.maven.resolver.internal.ant.tasks.Resolve.ArtifactConsumer
accept, setClasspath, setScopes
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
Files
public Files()
-
-
Method Details
-
setRefId
-
getClassifier
- Overrides:
getClassifier
in classResolve.ArtifactConsumer
-
setAttachments
-
setDir
-
setLayout
-
validate
public void validate()- Overrides:
validate
in classResolve.ArtifactConsumer
-
process
public void process(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.RepositorySystemSession session) - Specified by:
process
in classResolve.ArtifactConsumer
-