public abstract class ArtifactRootElement<S> extends CompositePackagingElement<S>
Modifier | Constructor and Description |
---|---|
protected |
ArtifactRootElement(PackagingElementType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEqualTo(PackagingElement<?> element) |
addFirstChild, addOrFindChild, addOrFindChildren, canBeRenamed, findCompositeChild, getChildren, moveChild, removeAllChildren, removeChild, removeChildren
createPresentation, getFilesKind, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, rename
getState, initializeComponent, loadState, noStateLoaded
protected ArtifactRootElement(PackagingElementType type)
public boolean isEqualTo(PackagingElement<?> element)
isEqualTo
in class PackagingElement<S>