public class CopyArtifact extends Object
| Constructor and Description |
|---|
CopyArtifact(String artifact,
String toLocation,
boolean extract,
String fromLocation) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact() |
Artifact |
getArtifact(ArtifactResolver resolver) |
List<FileFilter> |
getFilters() |
String |
getToLocation() |
boolean |
includeFile(String path) |
boolean |
isExtract() |
String |
relocatedPath(String path) |
public Artifact getArtifact()
public Artifact getArtifact(ArtifactResolver resolver)
public String getToLocation()
public boolean isExtract()
public List<FileFilter> getFilters()
public boolean includeFile(String path)
Copyright © 2019 JBoss by Red Hat. All rights reserved.