|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.internal.toolkit.util.Extern.Item
private class Extern.Item
Stores the info for one external doc set
| Field Summary | |
|---|---|
(package private) java.lang.String |
packageName
Package name, found in the "package-list" file in the path. |
(package private) java.lang.String |
path
The URL or the directory path at which the package documentation will be avaliable. |
(package private) boolean |
relative
If given path is directory path then true else if it is a URL then false. |
| Constructor Summary | |
|---|---|
Extern.Item(java.lang.String packageName,
java.lang.String path,
boolean relative)
Constructor to build a Extern Item object and map it with the package name. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
String representation of "this" with packagename and the path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final java.lang.String packageName
path.
final java.lang.String path
final boolean relative
| Constructor Detail |
|---|
Extern.Item(java.lang.String packageName,
java.lang.String path,
boolean relative)
packagename - Package name found in the "package-list" file.path - URL or Directory path from where the "package-list"
file is picked.relative - True if path is URL, false if directory path.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||