Class FragmentArtifact

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean exists()
      Returns whether this artifact is exists.
      long lastModification()
      Returns the last modification timestamp of this artifact.
      void store()
      Stores this artifact in case of changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FragmentArtifact

        public FragmentArtifact()
    • Method Detail

      • lastModification

        public long lastModification()
        Description copied from interface: IArtifact
        Returns the last modification timestamp of this artifact.
        Specified by:
        lastModification in interface IArtifact
        Returns:
        the last modification timestamp, 0 if unknown
      • exists

        public boolean exists()
        Description copied from interface: IArtifact
        Returns whether this artifact is exists.
        Specified by:
        exists in interface IArtifact
        Returns:
        true if this artifact exists, false else
      • store

        public void store()
                   throws VilException
        Description copied from interface: IArtifact
        Stores this artifact in case of changes.
        Specified by:
        store in interface IArtifact
        Throws:
        VilException - in case of problems storing this artifact