Package org.burningwave.core.io
Interface PathHelper
public interface PathHelper
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPathHelper.Configuration -
Method Summary
-
Method Details
-
create
-
getBurningwaveRuntimeClassPath
String getBurningwaveRuntimeClassPath() -
getMainClassPaths
Collection<String> getMainClassPaths() -
getAllMainClassPaths
Collection<String> getAllMainClassPaths() -
getAllPaths
Collection<String> getAllPaths() -
getPaths
-
loadAndMapPaths
-
findResources
-
getAbsolutePathsOfResources
-
getAbsolutePathOfResource
-
getAbsolutePathsOfResource
-
getResources
-
getResource
-
getResources
<T> Collection<T> getResources(BiConsumer<Collection<T>,FileSystemItem> fileConsumer, String... resourcesRelativePaths) -
getResource
<T> T getResource(BiConsumer<Collection<T>,FileSystemItem> fileConsumer, String resourceRelativePath) -
getResourcesAsStreams
-
getResourceAsStream
-
getResourceAsStringBuffer
-
optimize
-
optimize
-
getPaths
-
getPath
-