public class IncludePaths extends Object implements Filter<ArchivePath>
Filter to include all ArchivePaths that match the given List of paths.
| Constructor and Description |
|---|
IncludePaths(Collection<String> paths) |
IncludePaths(String... paths) |
public IncludePaths(String... paths)
public IncludePaths(Collection<String> paths)
public boolean include(ArchivePath path)
include in interface Filter<ArchivePath>Copyright © 2024 JBoss by Red Hat. All rights reserved.