Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.util.cron.* (10)org.media.mn8.util.tar.* (5)org.media.mn8.util.textparser.* (5)

org.media.mn8.util: Javadoc index of package org.media.mn8.util.


Package Samples:

org.media.mn8.util.textparser: MN8 Diverse Utility Classes  
org.media.mn8.util.tar
org.media.mn8.util.cron

Classes:

SystemEnvReader: Simple class which executes an system command meant to list all the system variables, parse the result of the command and returns the system variables and their values in an map. Invocation: SystemEnvReader.getSystemEnvironment() In which case the "env" command is invoked. This is specific command for Unix environments. or SystemEnvReader.getSystemEnvironment(String cmd) In which case the "cmd" command is invoked. This is the operating system specific command to list all the system variables. For Windows this "cmd" could be: "cmd.exe /c set". Note: The parser expects that each variable is listed ...
SimpleExpression: The SimpleExpression class implements a simple expression parser. The only operators of a simple expression are: * - match everything, like the "." in regular expressions # - selects everything It performs only two functions: select -selects all the apparence of the strings marked with the select ("#") operator match - verifies if a string matches the pattern specified using normal characters and the two operators. It is intended as a simple replacement for regular expression in the case of simple expressions.
StreamResolver: Class meant to resolve divers types of input and output streams. The treams can be speciffied as: "System.out", "System.err", "System.in" in which case the respective streams will be returned. "file://url of file" in which case the a srem will be created and asociated with that file. "Classname.methodname(parameters)" in which case a new instance of the class will be created and the methodname with the parameters will be used to extract the stream
CronMultiplier: This is the multiplier for crons to make crons with (*), intervals (3-12), selectors (2-8/2) and lists (3,4,8).
TimeScheduler: TimeScheduler, waiting for the crons and runs the Entries.
LineWrapper
CLIHelper
Normalizer
ArgParser
ConceptNavPatterns
CronCollector
SynchronizedHeap
BinaryHeap
CronTrigger
CronElement
CronScheduledEntry
PeriodicTrigger
Trigger
TarHeader
TarOutputStream
TarInputStream
TarEntry
TarBuffer

Home | Contact Us | Privacy Policy | Terms of Service