- java.lang.Object
-
- io.github.astrapi69.file.create.DirectoryStructureExtensions
-
public final class DirectoryStructureExtensions extends java.lang.Object
The classDirectoryStructureExtensions
provides methods for get File infos from directory structures
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<FileContentInfo>
getFileContentInfos(java.io.File directory)
Creates a list ofFileContentInfo
objects from the given directory
-
-
-
Method Detail
-
getFileContentInfos
public static java.util.List<FileContentInfo> getFileContentInfos(java.io.File directory)
Creates a list ofFileContentInfo
objects from the given directory- Parameters:
directory
- the directory- Returns:
- a list of
FileContentInfo
objects from the given directory
-
-