File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/io/monitor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import java .io .Serializable ;
2121
2222/**
23- * {@link FileEntry} represents the state of a file or directory, capturing
24- * the following {@link File} attributes at a point in time.
23+ * The state of a file or directory, capturing the following {@link File} attributes at a point in time.
2524 * <ul>
2625 * <li>File Name (see {@link File#getName()})</li>
2726 * <li>Exists - whether the file exists or not (see {@link File#exists()})</li>
3029 * <li>Length (see {@link File#length()}) - directories treated as zero</li>
3130 * <li>Children - contents of a directory (see {@link File#listFiles(java.io.FileFilter)})</li>
3231 * </ul>
33- * <p>
32+ *
3433 * <h3>Custom Implementations</h3>
3534 * If the state of additional {@link File} attributes is required then create a custom
3635 * {@link FileEntry} with properties for those attributes. Override the
You can’t perform that action at this time.
0 commit comments