public interface PotentialDirectory
Modifier and Type | Method and Description |
---|---|
org.entityfs.Directory |
getDirectory()
Get the directory, creating it if necessary.
|
org.entityfs.Directory getDirectory()
If, for some reason, the directory could not be created without that
being an error (due to an OverwriteStrategy
,
for instance), this method should return null
.
null
if the directory could not be
created and that is not an error.