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