Package Torello.Java
This package is largely a "helper & utility" package to the HTML scrape routines.
Code HiLiting, and the
There are almost a dozen basic utility classes in this package. The
'FileRW'
make forgetting about the file-system a lot easier. 'FileNode'
loads the directory-tree of the underlying file-system into memory, and facilitates traversing
that tree with anything from java.util.Vector
to java.util.stream.Stream
.
Code HiLiting, and the
JavaDoc Tool
polls a server called
'HiLite.ME'
easily and automatically.. Much of the classes in this package wind up
seeming like a series of "college notes" or possiblly "research notes" for familiarizing
oneself with Java. The class 'EXCC'
which may seem trivial, helps when a complex
exception with a large 'cause chain'
is thrown. The code itself is only around 20
lines of Java Code.
There are almost a dozen basic utility classes in this package. The
String
routines are copious enough to simplify some of the things that are done with HTML News pages.
Two of them are created by Code Generators (StrIndexOf
and StrTokIndexOf
). If
the number of methods provided seems superfluous, you don't have to use them. However, writing
something once, so it may be forgotten is how to improve JAR libraries.-
Class FileNode Java Entity Description FileNodeFilter FileNodeFilter - DocumentationSearchAndPrint SearchAndPrint - DocumentationIOExceptionHandler IOExceptionHandler - DocumentationFileNode FileNode - DocumentationFileNode.RetTypeChoice FileNode RetTypeChoice - DocumentationFileTransfer FileTransfer - DocumentationGREP GREP - DocumentationString Utility Java Entity Description StrFilter StrFilter - DocumentationStrCSV StrCSV - DocumentationStrCmpr StrCmpr - DocumentationStrTokCmpr StrTokCmpr - DocumentationStrIndent StrIndent - DocumentationStrIndexOf StrIndexOf - DocumentationStrTokIndexOf StrTokIndexOf - DocumentationStringParse StringParse - DocumentationStrReplace StrReplace - DocumentationClasses Java Entity Description CmdLine CmdLine - DocumentationEMailLists EMailLists - DocumentationEXCC EXCC Exception Cause Chain - DocumentationFileRW File Read / Write - DocumentationGSUTIL GSUTIL - DocumentationHiLiteMe HiLiteMe - DocumentationHiLiteMe.Cache HiLiteMe Cache - DocumentationHiLiteMe.Params HiLiteMe Parameter - DocumentationLFEC LFEC: Load File Exception Catch - DocumentationLFEC.GCSSB GCSSB: Google Cloud Server Storage Bucket - DocumentationLint Lint - DocumentationLV LV (Loop-Variable End-Points) - DocumentationMIME MIME - DocumentationOSResponse OS (Operating-System) Response - DocumentationQ Q (User-Input) - DocumentationRegExFiles RegExFiles - DocumentationShell Shell - DocumentationShell.C ShellShell.XL Shell XL - DocumentationStorageWriter StorageWriter - DocumentationURLs URLs - DocumentationEnums Java Entity Description Country Country - DocumentationExceptions Java Entity Description CallableBodyException CallableBodyException - DocumentationDirExpectedException DirExpectedException - DocumentationFileExpectedException FileExpectedException - DocumentationNException NException - DocumentationNoMatchException NoMatchException - DocumentationParallelArrayException ParallelArrayException - DocumentationRegExException RegExException - DocumentationSameSourceAndTargetException SameSourceAndTargetException - DocumentationStrCmprException StrCmprException - DocumentationStringFormatException StringFormatException - DocumentationToDoException ToDoException - DocumentationVarTypeParamException VarTypeParamException - DocumentationWritableDirectoryException WritableDirectoryException - DocumentationErrors Java Entity Description ArrayExpectedError ArrayExpectedError - DocumentationCacheError CacheError - DocumentationUnreachableError UnreachableError - Documentation