See: Description
| Class | Description |
|---|---|
| AllOnlineOfflineDocRoots |
Collection of
package-lists from all external Java libraries used by a project, for mapping a package name to its JavaDoc document root url--even if that online package-list is inaccessible. |
| FilenameBlacklist |
For black-listing file paths or fully-qualified class names.
|
| FilenameBlackWhiteList |
For black- or white-listing file paths or fully-qualified class names, with overrides.
|
| FilenameWhitelist |
For white-listing file paths or fully-qualified class names.
|
| FQClassNameWithBaseDir |
Given a base directory and fully-qualified class name, get a
Path, LineIterator, or PrintWriter to its source code, class file, or JavaDoc html file. |
| JavaClassWithBaseDir | |
| JavaDocUtil |
Get urls to function, class, and object targets.
|
| NamedDebuggers |
Collection of names referring to specific debugging tasks, each associated to an arbitrary numeric level.
|
| OnlineOfflineDocRoot |
Represents the
package-list for a single external Java library, including a duplicate offline file that is automatically updated from it. |
| zCodeletCustomizers |
Custom customizers used throughout
com.github.aliteralmind.codelet.util. |
| Enum | Description |
|---|---|
| BlackOrWhite |
Is it a blacklist or whitelist?.
|
| RefreshOffline |
Should the offline file be refreshed from its online counterpart (or created if it doesn't exist)?.
|
| VarArgs |
Is the final parameter in a method or constructor an array-ellipsis (
"...")?. |
| Exception | Description |
|---|---|
| NamedDebuggerFormatException |
Indicates a badly formatted
NamedDebuggers configuration file. |
| PackageListRetrievalFailedException |
Indicates the
package-list could not be retrieved, or contains invalid data. |
Generically-useful classes for blacklisting file names, accessing Java-related files given its base-directory and fully-qualified name, and JavaDoc related utilities.
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet