Class FileUtil

All Implemented Interfaces:
ContextAware

public class FileUtil extends ContextAwareBase
  • Constructor Details

  • Method Details

    • fileToURL

      public static URL fileToURL(File file)
    • createMissingParentDirectories

      public static boolean createMissingParentDirectories(File file)
      Creates the parent directories of a file. If parent directories not specified in file's path, then nothing is done and this returns gracefully.
      Parameters:
      file - file whose parent directories (if any) should be created
      Returns:
      true if either no parents were specified, or if all parent directories were created successfully; false otherwise
    • resourceAsString

      public String resourceAsString(ClassLoader classLoader, String resourceName)
    • copy

      public void copy(String src, String destination) throws RolloverFailure
      Throws:
      RolloverFailure