public class WildcardMatcher extends Object
Constructor and Description |
---|
WildcardMatcher(String wildcard) |
Modifier and Type | Method and Description |
---|---|
static File[] |
glob(String filePattern) |
static void |
glob(String filePattern,
Set<File> fileSet) |
boolean |
matches(String text) |
public WildcardMatcher(String wildcard)
public static File[] glob(String filePattern) throws IOException
IOException
public static void glob(String filePattern, Set<File> fileSet) throws IOException
IOException
public boolean matches(String text)
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.