public class StoredFeatureFile
extends java.lang.Object
| Constructor and Description |
|---|
StoredFeatureFile(java.lang.String featureFileName) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
asAClasspathResource() |
boolean |
existsOnTheClasspath() |
boolean |
existsOnTheFileSystem() |
java.io.File |
fromTheConfiguredPaths() |
java.io.File |
onTheClasspath() |
java.io.File |
onTheFileSystem() |
static StoredFeatureFile |
withName(java.lang.String featureFileName) |
public java.net.URL asAClasspathResource()
public boolean existsOnTheClasspath()
public static StoredFeatureFile withName(java.lang.String featureFileName)
public java.io.File onTheClasspath()
public boolean existsOnTheFileSystem()
public java.io.File onTheFileSystem()
public java.io.File fromTheConfiguredPaths()
throws java.io.IOException
java.io.IOException