Module openj9.dtfj

Class Container


  • public class Container
    extends Entry
    Represents a class file container in the file system, this could be a directory or a jar file.
    • Constructor Detail

      • Container

        public Container​(File file)
    • Method Detail

      • getEntries

        public List<Entry> getEntries()
      • addEntry

        public void addEntry​(Entry entry)
      • getEntry

        public <T extends Entry> T getEntry​(File fileToScan)
      • getEntry

        public Entry getEntry​(Entry entry)
        Recursively scan all nodes in the tree looking for the specified entry.
        Parameters:
        entry - entry to be searched for
        Returns: