com.basistech.rlp
Class RLP

java.lang.Object
  extended by com.basistech.rlp.RLP

public class RLP
extends Object

Command line interface to RLP, primarily for testing.


Method Summary
static void main(String[] args)
          The command line interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
The command line interface.
 Usage: com.basistech.rlp.RLP {options} ENV_CONF.xml CONTEXT_CONF.xml INPUT
  options
  [--root BT_ROOT] specify the root directory. Required 
       unless bt.root system property is set.
  [--prop NAME VALUE] specify a context property.
  [--lang LANG] specify the language. Required unless a processor detects 
       language.
  [--enc MIME_CHARSET] specify the character encoding of the data. 
       Required unless a processor detects encoding.
 

Parameters:
args - Command line arguments.


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.