Skip to content

0.0.8

Compare
Choose a tag to compare
@swaechter swaechter released this 16 Oct 21:00

New Features

  • Add the possibility to list files/directories via SharedDirectory.listFiles(Predicate<SharedItem> searchPredicate, boolean searchRecursive) and SharedDirectory.listFiles(String searchPattern, boolean searchRecursive)
  • Add the possibility to rename files/directories with SharedItem.renameTo(String newFileName, boolean replaceIfExist)
  • Add the possibility to ensure the directory existence with SharedDirectory.ensureExists()
  • Use a more sophisticated exception type (IOException instead of Exception) for SharedConnection.close()

Breaking Changes

  • None

Known Issues

  • None