Class Extern.Item
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.Extern.Item
- Enclosing class:
- Extern
Stores the info for one external doc set
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String
Package name, found in the "package-list" file in thepath
.(package private) final String
The URL or the directory path at which the package documentation will be available.(package private) final boolean
If given path is directory path then true else if it is a URL then false. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
packageName
Package name, found in the "package-list" file in thepath
. -
path
The URL or the directory path at which the package documentation will be available. -
relative
final boolean relativeIf given path is directory path then true else if it is a URL then false.
-
-
Constructor Details
-
Item
Constructor to build a Extern Item object and map it with the package name. If the same package name is found in the map, then the first mapped Item object or offline location will be retained.- Parameters:
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 Details