Java org.apache.commons.io ExtendedFileUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io ExtendedFileUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io ExtendedFileUtils.

The text is from its open source code.

Field

ComparatorBY_ABSOLUTE_PATH_COMPARATOR
Compares 2 File s using case insensitive comparison of their File#getAbsolutePath() value(s).

Method

StringtoString(File f)
A null-safe way to retrieve a String representation of a File instance.