public final class ExistingDirectory extends Object implements PotentialDirectory
Constructor and Description |
---|
ExistingDirectory(org.entityfs.Directory dir) |
public org.entityfs.Directory getDirectory()
PotentialDirectory
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
.
getDirectory
in interface PotentialDirectory
null
if the directory could not be
created and that is not an error.