public class CopyArtifact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyArtifact.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CopyArtifact.Builder |
builder() |
String |
getArtifact() |
List<FileFilter> |
getFilters() |
String |
getToLocation() |
boolean |
includeFile(String path) |
boolean |
isExtract() |
public static CopyArtifact.Builder builder()
public String getArtifact()
public String getToLocation()
public boolean isExtract()
public List<FileFilter> getFilters()
public boolean includeFile(String path)
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.