public class Main extends Object
Modifier and Type | Field and Description |
---|---|
static Format |
comment_see_userdoc |
protected static MessagePrinter<SimpleMessage<XMLDocumentIdentifier>> |
mp_interactive |
protected static MessageCounter<SimpleMessage<XMLDocumentIdentifier>> |
msg_count |
protected static MessageTee<SimpleMessage<XMLDocumentIdentifier>> |
msg_interactive |
protected static String |
NAME_PROGRAM |
protected static String |
NAME_VERSION |
static String |
URL_BANDM_UMOD_USER_DOC |
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
protected static void |
checkErrors(String text) |
protected static void |
log(String s) |
protected static void |
logE(String s) |
protected static void |
logS(String s) |
static void |
main(String[] args) |
static UMod.Forest |
stream2umod(UMod.Forest forest,
InputStream str,
String sourcefilename,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
Main worker method, can be called from other classes.
|
public static final String URL_BANDM_UMOD_USER_DOC
protected static final String NAME_PROGRAM
protected static final String NAME_VERSION
public static final Format comment_see_userdoc
protected static MessageCounter<SimpleMessage<XMLDocumentIdentifier>> msg_count
protected static MessageTee<SimpleMessage<XMLDocumentIdentifier>> msg_interactive
protected static MessagePrinter<SimpleMessage<XMLDocumentIdentifier>> mp_interactive
@Opt public static UMod.Forest stream2umod(@Opt UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
protected static void log(String s)
protected static void logS(String s)
protected static void logE(String s)
protected static void checkErrors(String text)
see also the complete user documentation .