public class IncludePaths extends Object implements Filter<ArchivePath>
ArchivePaths that match the given List of paths.| Constructor and Description |
|---|
IncludePaths(Collection<String> paths) |
IncludePaths(String... paths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(ArchivePath path)
Called per operation in a multi add operation.
|
public IncludePaths(String... paths)
public IncludePaths(Collection<String> paths)
public boolean include(ArchivePath path)
Filterinclude in interface Filter<ArchivePath>path - a object to filter onCopyright © 2024 JBoss by Red Hat. All rights reserved.