Interface ZipElement
-
- All Superinterfaces:
Element
- All Known Subinterfaces:
ArtifactTreeElement
- All Known Implementing Classes:
ArtifactElement
public interface ZipElement extends Element
Created by Nikita.Skvortsov Date: 4/18/13, 7:08 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisArchive()Returns whether this element is an archive, and can be expanded.booleanisInsideArchive()Returns whether this element is one inside an archive.-
Methods inherited from interface jetbrains.buildServer.util.browser.Element
getBrowser, getChildren, getFullName, getInputStream, getLastModifiedTimestamp, getName, getSize, isContentAvailable, isLeaf
-
-
-
-
Method Detail
-
isArchive
boolean isArchive()
Returns whether this element is an archive, and can be expanded.- Returns:
- whether this element is an archive, and can be expanded
-
isInsideArchive
boolean isInsideArchive()
Returns whether this element is one inside an archive.- Returns:
- whether this element is one inside an archive
-
-