Uses of Class
org.burningwave.core.io.FileSystemItem
Packages that use FileSystemItem
-
Uses of FileSystemItem in org.burningwave.core
Fields in org.burningwave.core with type parameters of type FileSystemItemMethods in org.burningwave.core that return FileSystemItemModifier and TypeMethodDescription<S extends Serializable>
FileSystemItemObjects.serializeToPath(S object, String absolutePath) -
Uses of FileSystemItem in org.burningwave.core.classes
Fields in org.burningwave.core.classes with type parameters of type FileSystemItemModifier and TypeFieldDescriptionClassPathHelper.Compute.BySourceImportsConfig.additionalFileFilterClassPathHelper.Compute.Config.fileFilterClassPathHelper.Compute.BySourceImportsConfig.pathsToBeRefreshedPredicateClassPathHelper.Compute.Config.pathsToBeRefreshedPredicateMethods in org.burningwave.core.classes that return FileSystemItemModifier and TypeMethodDescriptionJavaMemoryCompiler.Compilation.Result.getClassPath()default FileSystemItemSourceGenerator.serializeToPath(String absolutePath) JavaClass.storeToClassPath(String classPathFolder) UnitSourceGenerator.storeToClassPath(String classPathFolder) Methods in org.burningwave.core.classes that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionClassPathHunter.SearchResult.getClassPaths()ClassPathHunter.SearchResult.getClassPaths(ClassCriteria criteria) Methods in org.burningwave.core.classes with parameters of type FileSystemItemModifier and TypeMethodDescriptionfinal SearchConfigSearchConfig.addFileSystemItems(FileSystemItem... paths) Method parameters in org.burningwave.core.classes with type arguments of type FileSystemItemModifier and TypeMethodDescriptionSearchConfig.addFileFilter(Function<FileSystemItem, FileSystemItem.Criteria> filterSupplier) SearchConfig.checkForAddedClassesForAllPathThat(Predicate<FileSystemItem> refreshIf) ClassPathHelper.Compute.BySourceImportsConfig.refreshAllPathsThat(Predicate<FileSystemItem> pathsToBeRefreshedPredicate) ClassPathHelper.Compute.Config.refreshAllPathsThat(Predicate<FileSystemItem> pathsToBeRefreshedPredicate) SearchConfig.setFileFilter(Function<FileSystemItem, FileSystemItem.Criteria> filterSupplier) SearchConfig.setFindFunction(Function<FileSystemItem, FileSystemItem.Find> findInFunction) ClassPathHelper.Compute.BySourceImportsConfig.withAdditionalFileFilter(Predicate<FileSystemItem> additionalFileFilter) ClassPathHelper.Compute.Config.withFileFilter(Predicate<FileSystemItem> javaClassFilter) -
Uses of FileSystemItem in org.burningwave.core.io
Methods in org.burningwave.core.io that return FileSystemItemModifier and TypeMethodDescriptionFileSystemItem.copyAllChildrenTo(String folder) FileSystemItem.copyAllChildrenTo(String folder, FileSystemItem.Criteria filter) FileSystemItem.copyTo(String folder, FileSystemItem.Criteria filter) FileSystemItem.findFirstInAllChildren()FileSystemItem.findFirstInAllChildren(FileSystemItem.Criteria filter) FileSystemItem.findFirstInAllParents(FileSystemItem.Criteria filter) FileSystemItem.findFirstInChildren()FileSystemItem.findFirstInChildren(FileSystemItem.Criteria filter) Resources.getClassPath(Class<?> cls) FileSystemItem.getParent()FileSystemItem.getParentContainer()PathHelper.getResource(String resourceRelativePath) FileSystemItem.getRoot()static FileSystemItemstatic FileSystemItemstatic FileSystemItemFileSystemItem.refresh()FileSystemItem.refresh(boolean removeLinkedResourcesFromCache) FileSystemItem.reloadContent()FileSystemItem.reloadContent(boolean recomputeConventionedAbsolutePath) FileSystemItem.reset()FileSystemItem.reset(boolean removeLinkedResourcesFromCache) Streams.store(String fileAbsolutePath, ByteBuffer bytes) Methods in org.burningwave.core.io that return types with arguments of type FileSystemItemModifier and TypeMethodDescriptionFileSystemItem.Find.apply(FileSystemItem fileSystemItem, FileSystemItem.Criteria criteria) FileSystemItem.findInAllChildren(FileSystemItem.Criteria filter) FileSystemItem.findInAllChildren(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) FileSystemItem.findInAllParents(FileSystemItem.Criteria filter) FileSystemItem.findInAllParents(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) FileSystemItem.findInChildren(FileSystemItem.Criteria filter) FileSystemItem.findInChildren(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) FileSystemItem.findRecursiveInChildren(FileSystemItem.Criteria filter) PathHelper.findResources(Predicate<String> absolutePathPredicate) FileSystemItem.getAllChildren()FileSystemItem.getAllParents()final Collection<FileSystemItem> Resources.getAsFileSystemItems(ClassLoader classLoader, String... paths) final Collection<FileSystemItem> Resources.getAsFileSystemItems(ClassLoader classLoader, Collection<String>... pathCollections) FileSystemItem.getChildren()PathHelper.getResources(String... resourcesRelativePaths) PathHelper.optimizeFileSystemItems(Collection<FileSystemItem> paths) PathHelper.optimizeFileSystemItems(FileSystemItem... paths) Methods in org.burningwave.core.io with parameters of type FileSystemItemModifier and TypeMethodDescriptionFileSystemItem.Find.apply(FileSystemItem fileSystemItem, FileSystemItem.Criteria criteria) FileSystemItem.Find.FunctionSupplier.apply(FileSystemItem fileSystemItem) intFileSystemItem.compareTo(FileSystemItem fileSystemItem) booleanFileSystemItem.isChildOf(FileSystemItem fileSystemItem) booleanFileSystemItem.isParentOf(FileSystemItem fileSystemItem) PathHelper.optimizeFileSystemItems(FileSystemItem... paths) Method parameters in org.burningwave.core.io with type arguments of type FileSystemItemModifier and TypeMethodDescriptionfinal FileSystemItem.CriteriaFileSystemItem.Criteria.allFileThat(BiPredicate<FileSystemItem, FileSystemItem> predicate) final FileSystemItem.CriteriaFileSystemItem.Criteria.allFileThat(BiPredicate<FileSystemItem, FileSystemItem> predicate) final FileSystemItem.CriteriaFileSystemItem.Criteria.allFileThat(Predicate<FileSystemItem> predicate) FileSystemItem.findInAllChildren(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) FileSystemItem.findInAllParents(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) FileSystemItem.findInChildren(FileSystemItem.Criteria filter, Supplier<Collection<FileSystemItem>> setSupplier) static final FileSystemItem.CriteriaFileSystemItem.Criteria.forAllFileThat(BiPredicate<FileSystemItem, FileSystemItem> predicate) static final FileSystemItem.CriteriaFileSystemItem.Criteria.forAllFileThat(BiPredicate<FileSystemItem, FileSystemItem> predicate) static final FileSystemItem.CriteriaFileSystemItem.Criteria.forAllFileThat(Predicate<FileSystemItem> predicate) <T> TPathHelper.getResource(BiConsumer<Collection<T>, FileSystemItem> fileConsumer, String resourceRelativePath) <T> Collection<T> PathHelper.getResources(BiConsumer<Collection<T>, FileSystemItem> fileConsumer, String... resourcesRelativePaths) PathHelper.optimizeFileSystemItems(Collection<FileSystemItem> paths)