public class WildFlyPackageTasks extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WildFlyPackageTasks.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WildFlyPackageTasks.Builder |
builder() |
List<CopyArtifact> |
getCopyArtifacts() |
List<CopyPath> |
getCopyPaths() |
List<DeletePath> |
getDeletePaths() |
List<FilePermission> |
getFilePermissions() |
List<String> |
getMkDirs() |
List<FileFilter> |
getUnixLineEndFilters() |
List<FileFilter> |
getWindowsLineEndFilters() |
boolean |
hasCopyArtifacts() |
boolean |
hasCopyPaths() |
boolean |
hasDeletePaths() |
boolean |
hasFilePermissions() |
boolean |
hasMkDirs() |
static WildFlyPackageTasks |
load(Path configFile) |
public static WildFlyPackageTasks.Builder builder()
public static WildFlyPackageTasks load(Path configFile) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic boolean hasCopyArtifacts()
public List<CopyArtifact> getCopyArtifacts()
public boolean hasCopyPaths()
public boolean hasDeletePaths()
public List<DeletePath> getDeletePaths()
public boolean hasFilePermissions()
public List<FilePermission> getFilePermissions()
public boolean hasMkDirs()
public List<FileFilter> getWindowsLineEndFilters()
public List<FileFilter> getUnixLineEndFilters()
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.