Interface PropertyFileAccess.Target

Enclosing interface:
PropertyFileAccess

public static interface PropertyFileAccess.Target
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    to(String newName)
    Renames a file to the new name given here.
  • Method Details

    • to

      void to(String newName) throws IOException
      Renames a file to the new name given here.
      Parameters:
      newName - The new file name.
      Throws:
      IOException - If the file could not be renamed.