Module openj9.dtfj

Class Entry

  • Direct Known Subclasses:
    Container

    public class Entry
    extends Object
    Describes an entry in a file system. It could be a class file or a container.
    • Constructor Detail

      • Entry

        public Entry​(String name)
      • Entry

        public Entry​(String name,
                     File file)
      • Entry

        public Entry​(File file)
    • Method Detail

      • getLastModified

        public long getLastModified()
      • setLastModified

        public void setLastModified​(long lastModified)
      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)
      • getName

        public String getName()
      • setParent

        public void setParent​(Container parent)
      • toURL

        public URL toURL()
      • getFile

        public File getFile()
      • hasChanged

        public boolean hasChanged​(Entry previous)
      • hasChanged

        public boolean hasChanged​(File previous)
      • getData

        public <T> T getData()
      • setData

        public void setData​(Object data)