public class FileSet extends Object
filesets ::= fileset ( ',' fileset )* fileset ::= ( segment '/' )* filematch segment ::= any | glob glob ::=any ::= '**' filematch::= allfile | anyfile | glob anyfile ::= '**' glob allfile ::= '**'
Modifier and Type | Method and Description |
---|---|
File |
findFirst(String file) |
Set<File> |
getFiles() |
boolean |
hasOverlap(Collection<File> files) |
boolean |
isIncluded(File file) |
boolean |
isIncluded(String relativePath) |
String |
toString() |
public boolean isIncluded(File file)
public boolean isIncluded(String relativePath)
public boolean hasOverlap(Collection<File> files)
Copyright © 2021 aQute SARL. All rights reserved.