Details
Description
The API currently has Deployable.isExpanded(), RAR.isExpandedRar(), SAR.isExpandedSar(), WAR.isExpandedWar(). The isExpanded*() methods in the subclasses seem superfluous and confusing. With Cargo 1.1 upcoming, this might be a good opportunity to either remove or deprecate the methods from the subclasses in favor of the general Deployable.isExpanded().
On a related note, the presence of Deployable.isExpanded() suggests that CARGO-290 is obsolete.
Any patch propositions?