public class StoredFeatureFile extends Object
| Constructor and Description |
|---|
StoredFeatureFile(String featureFileName) |
| Modifier and Type | Method and Description |
|---|---|
URL |
asAClasspathResource() |
boolean |
existsOnTheClasspath() |
boolean |
existsOnTheFileSystem() |
File |
fromTheConfiguredPaths() |
File |
onTheClasspath() |
File |
onTheFileSystem() |
static StoredFeatureFile |
withName(String featureFileName) |
public StoredFeatureFile(String featureFileName)
public URL asAClasspathResource()
public boolean existsOnTheClasspath()
public static StoredFeatureFile withName(String featureFileName)
public File onTheClasspath()
public boolean existsOnTheFileSystem()
public File onTheFileSystem()
public File fromTheConfiguredPaths() throws IOException
IOExceptionCopyright © 2022. All rights reserved.