Class WimEntry

    • Method Detail

      • getArchive

        public final WimArchive getArchive()

        Gets the archive the entry belongs to.

        Returns:
        the archive the entry belongs to
      • getImage

        public final WimImage getImage()

        Gets the image the entry belongs to.

        Returns:
        the image the entry belongs to
      • getParent

        public final WimDirectoryEntry getParent()

        Gets the parent directory the entry belongs to.

        Returns:
        the parent directory the entry belongs to
      • getName

        public final String getName()

        Gets the name of the entry within the image.

        Returns:
        the name of the entry within the image
      • getShortName

        public final String getShortName()

        Gets the short name of the entry within the image.

        Returns:
        the short name of the entry within the image
      • getFullPath

        public final String getFullPath()

        Gets the full path of the entry within the image.

        Returns:
        the full path of the entry within the image
      • getChangeTime

        public final Date getChangeTime()

        Gets the last time the file or directory was changed.

        Returns:
        the last time the file or directory was changed
      • getCreationTime

        public final Date getCreationTime()

        Gets the creation time of the file or directory.

        Returns:
        the creation time of the file or directory
      • getLastAccessTime

        public final Date getLastAccessTime()

        Gets the last access time of the file or directory.

        Returns:
        the last access time of the file or directory
      • getLastWriteTime

        @Deprecated
        public final Date getLastWriteTime()
        Deprecated.
        This method will be removed in a future release. Please use getModificationTime() instead.

        Gets the modification time of the file or directory.

        Returns:
        the modification time of the file or directory
      • getModificationTime

        public final Date getModificationTime()

        Gets the modification time of the file or directory.

        Returns:
        the modification time of the file or directory
      • getFileAttributes

        public final int getFileAttributes()

        Gets the file or directory attributes.

        Returns:
        the file or directory attributes
      • getAlternateDataStreams

        public final String[] getAlternateDataStreams()

        Gets the names of the alternate data streams for the file or directory.

        Returns:
        the names of the alternate data streams for the file or directory
      • getHardLink

        public final long getHardLink()

        Gets the hardlink id of the file or directory.

        Returns:
        the hardlink id of the file or directory
      • hasHardLinks

        public final boolean hasHardLinks()

        Gets whether the file or directory is known by other names.

        Returns:
        whether the file or directory is known by other names
      • isDirectory

        public final boolean isDirectory()

        Gets a value indicating whether the entry represents a directory.

        Returns:
        a value indicating whether the entry represents a directory
      • toString

        public String toString()

        Returns string representation of the instance of the WimEntry class.

        Overrides:
        toString in class Object
        Returns:
        string representation of this object