java.lang.Object
com.ibm.java.diagnostics.utils.plugins.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.
  • Field Details

  • Constructor Details

    • Entry

      public Entry(String name)
    • Entry

      public Entry(String name, File file)
    • Entry

      public Entry(File file)
  • Method Details

    • 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)
    • getParent

      public Container getParent()
    • 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)