Interface ArtifactTreeElement

  • All Superinterfaces:
    Element, ZipElement
    All Known Implementing Classes:
    ArtifactElement

    public interface ArtifactTreeElement
    extends ZipElement
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 15.04.11 17:42
    • Method Detail

      • getLastModified

        @Nullable
        Long getLastModified()
        Returns element last modification time. May return null if the content is not available for the element (see Element.isContentAvailable()) or due to performance reasons.
        Returns:
        see above
        Since:
        8.0