| Modifier and Type | Class and Description |
|---|---|
private static class |
Sources.FileSource
Implementation of
Source. |
| Modifier | Constructor and Description |
|---|---|
private |
Sources() |
| Modifier and Type | Method and Description |
|---|---|
static Source |
file(File baseDirectory,
String fileName) |
private static boolean |
isFile(Source source) |
static Source |
of(File file) |
private static String |
trimOrNull(String s,
String suffix)
Looks for a suffix on a path and returns
either the path with the suffix removed
or null.
|
static Source |
url(String url) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.