Class ZipSkeleton

    • Method Detail

      • getOriginal

        public ZipFile getOriginal()
      • getModifiedContents

        public String getModifiedContents()
      • setModifiedContents

        public void setModifiedContents​(String modifiedContents)
      • clone

        public ZipSkeleton clone()
        Description copied from class: GenericSkeleton
        Clones this GenericSkeleton object. Shallow copy is provided as the cloned skeleton can be coupled with its original via the parent field. After the cloned skeleton is attached to a parent resource which implementation invokes ISkeleton.setParent(), the copy becomes deep as the parent fields are updated with new values thus decoupling the original and the clone.
        Specified by:
        clone in interface ISkeleton
        Overrides:
        clone in class GenericSkeleton
        Returns:
        a new GenericSkeleton object that is a shallow copy of this object.