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