jclouds/apis/filesystem
Andrew Gaul 000a505360 Prefer Files.delete(Path) over File.delete
The former throws an exception including the cause if the operation
fails while the latter merely returns a boolean.
2014-09-08 18:41:27 -07:00
..
src Prefer Files.delete(Path) over File.delete 2014-09-08 18:41:27 -07:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Up to 2.0.0-SNAPSHOT after the 1.8.0 release 2014-08-05 09:10:24 +02:00

README.txt

#
# The jclouds API for accessing a local filesystem as a blobstore.
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.