org.apache.logging.log4j.core.helpers
Class FileUtils

java.lang.Object
  extended by org.apache.logging.log4j.core.helpers.FileUtils

public final class FileUtils
extends Object

File utilities.


Method Summary
static File fileFromURI(URI uri)
          Tries to convert the specified URL to a file object.
static boolean isFile(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fileFromURI

public static File fileFromURI(URI uri)
Tries to convert the specified URL to a file object. If this fails, null is returned.

Parameters:
uri - the URI
Returns:
the resulting file object

isFile

public static boolean isFile(URL url)


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.