Class ZipFilePath

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

public class ZipFilePath
extends AbstractPath
Version:
$Id$
  • Method Details

    • 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
    • doListClasses

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

      public boolean hasChangedSince​(long timestamp)