Class Java9RuntimePath

java.lang.Object
org.robovm.compiler.clazz.AbstractPath
org.robovm.compiler.clazz.Java9RuntimePath
All Implemented Interfaces:
Path

public class Java9RuntimePath
extends AbstractPath
Implements Java9 module based class path, mostly required for unit tests
Author:
dkimitsa
  • Method Details

    • doListClasses

      protected Set<Clazz> doListClasses()
      Specified by:
      doListClasses in class AbstractPath
    • hasChangedSince

      public boolean hasChangedSince​(long timestamp)
    • contains

      public boolean contains​(String file)
      Description copied from interface: Path
      Returns true if this Path contains a file with the specified name.
      Parameters:
      file - the file including path to look for.
      Returns:
      true if it exists, false otherwise.
    • open

      public InputStream open​(String file) throws IOException
      Throws:
      IOException