|
static String | makePattern (final String pattern0) |
|
static Map< String, String > | findInJarFile (final File file, final String pattern) throws IOException |
|
static Map< String, String > | findInDirectory (final File directory, final String pattern, final String pathElement) throws IOException |
|
Class searcher
- Author
- Walter Angerer 'greenhorn'
-
Bernard Bou
◆ Searcher()
grammarscope.common.utils.Searcher.Searcher |
( |
| ) |
|
|
private |
◆ findClasses()
static Set<String> grammarscope.common.utils.Searcher.findClasses |
( |
final String |
pattern0 | ) |
|
|
static |
Find classes matching pattern in classpath
- Parameters
-
- Returns
- result set
◆ findClassPathItem()
static String grammarscope.common.utils.Searcher.findClassPathItem |
( |
final String |
pattern0 | ) |
|
|
static |
Find classpath item matching pattern in classpath
- Parameters
-
- Returns
- found classpath element or null
◆ findCoreNlp()
static boolean grammarscope.common.utils.Searcher.findCoreNlp |
( |
| ) |
|
|
static |
Find corenlp in classpath
- Returns
- true if found
◆ findCoreNlpModels()
static boolean grammarscope.common.utils.Searcher.findCoreNlpModels |
( |
| ) |
|
|
static |
Find corenlp models in classpath
- Returns
- true if found
◆ findFiles()
static Map<String, String> grammarscope.common.utils.Searcher.findFiles |
( |
final String |
pattern0 | ) |
|
|
static |
Find files matching pattern in classpath
- Parameters
-
- Returns
- result set
◆ findFileUrls()
static List<String> grammarscope.common.utils.Searcher.findFileUrls |
( |
final String |
pattern | ) |
|
|
static |
Find files matching pattern in classpath
- Parameters
-
- Returns
- list of urls
◆ findInDirectory()
static Map<String, String> grammarscope.common.utils.Searcher.findInDirectory |
( |
final File |
directory, |
|
|
final String |
pattern, |
|
|
final String |
pathElement |
|
) |
| throws IOException |
|
staticprivate |
Find in directory
- Parameters
-
directory | directory |
pattern | pattern |
pathElement | path element |
- Returns
- file with matching file path
- Exceptions
-
◆ findInJarFile()
static Map<String, String> grammarscope.common.utils.Searcher.findInJarFile |
( |
final File |
file, |
|
|
final String |
pattern |
|
) |
| throws IOException |
|
staticprivate |
Find in JAR file
- Parameters
-
file | JAR file |
pattern | pattern |
- Returns
- file with matching file path
- Exceptions
-
◆ isLoadableClass()
static boolean grammarscope.common.utils.Searcher.isLoadableClass |
( |
final String |
className | ) |
|
|
static |
◆ main()
static void grammarscope.common.utils.Searcher.main |
( |
final String[] |
args | ) |
|
|
static |
◆ makePattern()
static String grammarscope.common.utils.Searcher.makePattern |
( |
final String |
pattern0 | ) |
|
|
staticprivate |
Get file system pattern
- Parameters
-
- Returns
- file system pattern
◆ toUrls()
static List<String> grammarscope.common.utils.Searcher.toUrls |
( |
final Map< String, String > |
map | ) |
|
|
static |
Convert file map to list of urls
- Parameters
-
- Returns
- list of urls
◆ hasBeenFound
Boolean grammarscope.common.utils.Searcher.hasBeenFound |
|
staticprivate |
The documentation for this class was generated from the following file:
- grammarscope/common/src/main/java/grammarscope/common/utils/Searcher.java