- PackageListRetrievalFailedException - Exception in com.github.aliteralmind.codelet.util
-
Indicates the package-list could not be retrieved, or contains invalid data.
- PackageListRetrievalFailedException(String) - Constructor for exception com.github.aliteralmind.codelet.util.PackageListRetrievalFailedException
-
- PackageListRetrievalFailedException() - Constructor for exception com.github.aliteralmind.codelet.util.PackageListRetrievalFailedException
-
- PackageListRetrievalFailedException(String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.util.PackageListRetrievalFailedException
-
- PackageListRetrievalFailedException(Throwable) - Constructor for exception com.github.aliteralmind.codelet.util.PackageListRetrievalFailedException
-
- PKGLIST_OFFLINE_NAME_POSTFIX - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
-
Filename postfix, plus optional dot-extension that follows each offline name.--Name is "pkglist_offline_name_postfix".
- PKGLIST_ONLINE_ATTEMPT_COUNT - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
-
How many attempts should be made to retrieve each online package-list? If zero, offline only--Name is "pkglist_online_attempts_per_url".
- PKGLIST_ONLINE_ATTEMPT_SLEEP_MILLS - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
-
How many milliseconds between each failed attempt?--Name is "pkglist_online_attempt_sleep_mills".
- PKGLIST_ONLINE_FAILS_BEHAVIOR - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
-
If all online-retrieval attempts fail, should only a warning be logged, or should Codelet stop execution? (Offline package-lists are always retrieved)--Name is "pkglist_if_online_retrieval_fails__warn_crash".
- PrintJDBlocksStartStopLineNumsXmpl - Class in com.github.aliteralmind.codelet.examples.non_xbn
-
Prints the start and end line-numbers for all JavaDoc blocks in a Java source-code file.
- PrintJDBlocksStartStopLineNumsXmpl() - Constructor for class com.github.aliteralmind.codelet.examples.non_xbn.PrintJDBlocksStartStopLineNumsXmpl
-