Class ModuleReader
- java.lang.Object
-
- org.codehaus.commons.compiler.java9.java.lang.module.ModuleReader
-
public class ModuleReader extends java.lang.Object
Pre-Java-9-compatible facade for Java 9'sjava.lang.module.ModuleReader
class.
-
-
Constructor Summary
Constructors Constructor Description ModuleReader(java.lang.Object delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<java.lang.String>
list()
-
-
-
Method Detail
-
list
public Stream<java.lang.String> list() throws java.io.IOException
- Throws:
java.io.IOException
-
-