|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferredListGen.Graph | |
---|---|
com.sun.jini.tool | Tools for: checking configuration files; checking for missing
serialVersionUID fields; computing class dependencies;
generating permission grants to debug security policy setup; providing
HTTP service; generating message digests; generating HTTPMD URLs;
generating wrapper JAR files; and generating preferred lists. |
Uses of PreferredListGen.Graph in com.sun.jini.tool |
---|
Fields in com.sun.jini.tool declared as PreferredListGen.Graph | |
---|---|
private PreferredListGen.Graph |
PreferredListGen.listGraph
the ordered graph containing the JAR class info |
(package private) PreferredListGen.Graph |
PreferredListGen.Graph.parent
the parent of this node, or null for the root node |
Methods in com.sun.jini.tool that return PreferredListGen.Graph | |
---|---|
private PreferredListGen.Graph |
PreferredListGen.createGraph(File jarFile)
Create a Graph initialized from the preferred list of
the given JAR file. |
(package private) PreferredListGen.Graph |
PreferredListGen.Graph.getChild(String name)
Get the child node having the given name. |
(package private) PreferredListGen.Graph |
PreferredListGen.Graph.getOuter()
Return the node for the outer class for this class if this is a nested class. |
Methods in com.sun.jini.tool with parameters of type PreferredListGen.Graph | |
---|---|
(package private) void |
PreferredListGen.Graph.merge(PreferredListGen.Graph g)
|
private void |
PreferredListGen.populateGraph(PreferredListGen.Graph g,
File jar)
Load the given JAR File , adding every class or resource in
the file to the given graph. |
Constructors in com.sun.jini.tool with parameters of type PreferredListGen.Graph | |
---|---|
PreferredListGen.Graph(PreferredListGen.Graph parent,
String name,
int type,
boolean preferred,
File sourceJar)
Create a node of the graph having the given name, parent, type and preferred value. |
|
PreferredListGen.Graph(PreferredListGen.Graph parent,
String name,
int type,
File sourceJar)
Create a node of the graph having the given name and parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |