public class StubUtil
extends java.lang.Object
Constructor and Description |
---|
StubUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<StubResource> |
allStubFiles(java.lang.String stub)
Return stub files found in the file system (does not look on classpath).
|
public static java.util.List<StubResource> allStubFiles(java.lang.String stub)
stub
- a stub file, a jarfile, or a directory. Look for it as an absolute file and
relative to the current directory.