public interface ISkeleton extends Cloneable
IFilterWriter implementations to reconstruct the
original file format.| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
clone()
Clones this skeleton object.
|
IResource |
getParent()
Gets the parent resource of this skeleton.
|
void |
setParent(IResource parent)
Sets a parent of this skeleton object.
|
String |
toString()
Gets a string representation of this skeleton object.
|
String toString()
ISkeleton clone()
void setParent(IResource parent)
parent - reference to the resource that attaches this skeleton object with IResource.setSkeleton()IResource getParent()
Copyright © 2022. All rights reserved.