|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.repository.JxBinaryFileRepository
Stores information about binary (class and jar) files.
| Method Summary | |
void |
addDocument(java.lang.String fqn,
java.lang.String pathname,
org.w3c.dom.Document doc)
Stores binary information. |
void |
clear()
Deletes information stored in this repository. |
org.w3c.dom.Element |
getCorrespondingElement(java.lang.String fqn,
java.lang.String pathname)
Obtains an DOM element corresponding to a class with a fully-qualified name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void clear()
public void addDocument(java.lang.String fqn,
java.lang.String pathname,
org.w3c.dom.Document doc)
fqn - The fully qualified name of a class defined in a binary file.pathname - The path name of a binary file.doc - A DOM document object to be stored.
public org.w3c.dom.Element getCorrespondingElement(java.lang.String fqn,
java.lang.String pathname)
fqn - The fully qualified name of a class defined in a binary file.pathname - The path name of a binary file.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||