Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.util.JRTUtil.JrtFileVisitor
Packages that use JRTUtil.JrtFileVisitor
-
Uses of JRTUtil.JrtFileVisitor in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.util with parameters of type JRTUtil.JrtFileVisitorModifier and TypeMethodDescriptionstatic voidJRTUtil.walkModuleImage(File image, JRTUtil.JrtFileVisitor<Path> visitor, int notify) Given the path of a modular image file, this method walks the archive content and notifies the supplied visitor about packages and files visited.static voidJRTUtil.walkModuleImage(JrtFileSystem system, JRTUtil.JrtFileVisitor<Path> visitor, int notify)