|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISkeleton
Represents a skeleton object. It is an object that is associated to a resource and carries data
about the non extractable part of the resource. Skeleton objects are used by the
IFilterWriter implementations to reconstruct the
original file format.
| Method Summary | |
|---|---|
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. |
java.lang.String |
toString()
Gets a string representation of this skeleton object. |
| Method Detail |
|---|
java.lang.String toString()
toString in class java.lang.ObjectISkeleton clone()
void setParent(IResource parent)
parent - reference to the resource that attaches this skeleton object with IResource.setSkeleton()IResource getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||