Uses of Interface
org.fastnate.data.files.DataFolder
Packages that use DataFolder
-
Uses of DataFolder in org.fastnate.data
Methods in org.fastnate.data that return DataFolder -
Uses of DataFolder in org.fastnate.data.files
Classes in org.fastnate.data.files that implement DataFolderModifier and TypeClassDescriptionclassRepresents a folder from the file system.classRepresents a folder from the class path.Methods in org.fastnate.data.files that return DataFolderModifier and TypeMethodDescriptiondefault DataFolderDataFolder.findFolder(String name) Finds a sub folder in this folder.FsDataFolder.findFolder(String name) VfsDataFolder.findFolder(String folderName) DataFile.getFolder()The folder that contains this file.default DataFolderFinds a sub folder in this folder.FsDataFile.getFolder()UrlDataFile.getFolder()The parent folder, if any.VfsDataFile.getFolder()DataFolder.getParent()The parent folder of this folder.FsDataFolder.getParent()default DataFolderSplits the given path by '/' and returns the folder according to the single path elements.Methods in org.fastnate.data.files that return types with arguments of type DataFolderModifier and TypeMethodDescriptionList<? extends DataFolder> DataFolder.getFolders()Finds the all sub folders inside this folder.Method parameters in org.fastnate.data.files with type arguments of type DataFolderModifier and TypeMethodDescriptiondefault voidDataFolder.forAllFiles(BiConsumer<DataFolder, DataFile> consumer) Finds all files in this folder and in all sub folders and handles them with the given consumer.Constructors in org.fastnate.data.files with parameters of type DataFolderModifierConstructorDescriptionUrlDataFile(DataFolder folder, URL url) Creates a newUrlDataFileinstance.