java.lang.Object
org.elasticsearch.plugin.scanner.ClassReaders
A utility class containing methods to create streams of ASM's ClassReader
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.objectweb.asm.ClassReader> static List<org.objectweb.asm.ClassReader> ofClassPath(String classpath) static List<org.objectweb.asm.ClassReader> ofDirWithJars(Path dir) This method must be used within a try-with-resources statement or similar control structure.static List<org.objectweb.asm.ClassReader> static List<org.objectweb.asm.ClassReader> This method must be used within a try-with-resources statement or similar control structure.
-
Constructor Details
-
ClassReaders
public ClassReaders()
-
-
Method Details
-
ofDirWithJars
This method must be used within a try-with-resources statement or similar control structure. -
ofPaths
-
ofPaths
This method must be used within a try-with-resources statement or similar control structure. -
ofClassPath
- Throws:
IOException
-
ofClassPath
-