public class GlobDirectoryFinder extends Object implements hudson.FilePath.FileCallable<List<hudson.FilePath>>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SEPARATOR |
| Constructor and Description |
|---|
GlobDirectoryFinder(String glob) |
GlobDirectoryFinder(String[] glob) |
GlobDirectoryFinder(String glob,
String split) |
| Modifier and Type | Method and Description |
|---|---|
static GlobDirectoryFinder |
findDirectoriesByGlob(String glob) |
List<hudson.FilePath> |
invoke(File file,
hudson.remoting.VirtualChannel channel) |
public static final String DEFAULT_SEPARATOR
public GlobDirectoryFinder(String glob)
public GlobDirectoryFinder(String[] glob)
public List<hudson.FilePath> invoke(File file, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface hudson.FilePath.FileCallable<List<hudson.FilePath>>IOExceptionInterruptedExceptionpublic static GlobDirectoryFinder findDirectoriesByGlob(String glob)
Copyright © 2004-2015 Yandex. All Rights Reserved.