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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.io.monitor.FileEntry has subclasses.
Click this link to see all its subclasses.

Constructor

FileEntry(File file)
Construct a new monitor for a specified File .

Method

FileEntry[]getChildren()
Return the directory's files.
FilegetFile()
Return the file being monitored.
longgetLastModified()
Return the last modified time from the last time it was checked.
longgetLength()
Return the length.
booleanisDirectory()
Indicate whether the file is a directory or not.
FileEntrynewChildInstance(File file)
Create a new child instance.
booleanrefresh(File file)
Refresh the attributes from the File , indicating whether the file has changed.
voidsetChildren(FileEntry[] children)
Set the directory's files.