The DefaultConsoleInterceptor merely implements the ConsoleInterceptor
interface but really does nothing - i.e., everything gets sent to System.out
anyway.
Return a 'friendly-name' list of public JavaBean 'properties' - that is,
all accessor methods of the form getAbc() with the 'get' removed and the
first letter of the 'property' converted to lower case.
Returns the expected class name from a class file's absolute path and the
'base dir' to calculate it from, or null if the absolutePath does not
start with the baseDir and does not end with ".class".