Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.wildflyfeaturepack11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FilterType<FilePermissionType<T>> |
FilePermissionType.createFilter()
Creates a new
filter element |
FilterType<CopyArtifactType<T>> |
CopyArtifactType.createFilter()
Creates a new
filter element |
FilterType<FilePermissionType<T>> |
FilePermissionType.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
FilterType<CopyArtifactType<T>> |
CopyArtifactType.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
FilterType<T> |
FilterType.include(Boolean include)
Sets the
include attribute |
FilterType<T> |
FilterType.pattern(String pattern)
Sets the
pattern attribute |
FilterType<T> |
FilterType.removeInclude()
Removes the
include attribute |
FilterType<T> |
FilterType.removePattern()
Removes the
pattern attribute |
Modifier and Type | Method and Description |
---|---|
List<FilterType<FilePermissionType<T>>> |
FilePermissionType.getAllFilter()
Returns all
filter elements |
List<FilterType<CopyArtifactType<T>>> |
CopyArtifactType.getAllFilter()
Returns all
filter elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.