Class IndexEntry

    • Method Detail

      • parse

        public IndexEntry parse​(org.dom4j.Element element)
        Parse an IndexEntry from an Element.
        Specified by:
        parse in interface XmlEntity<IndexEntry>
        Parameters:
        element - element to parse
        Returns:
        parsed index entry
      • getPath

        public Path getPath()
        File system path of the project.
      • getName

        public String getName()
        Name of the project.
      • getVersion

        public String getVersion()
        Version of the project.
      • getLastUsed

        public LocalDateTime getLastUsed()
        Time since last project use.
      • setPath

        public void setPath​(Path path)
        File system path of the project.
      • setName

        public void setName​(String name)
        Name of the project.
      • setVersion

        public void setVersion​(String version)
        Version of the project.
      • setLastUsed

        public void setLastUsed​(LocalDateTime lastUsed)
        Time since last project use.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object