org.bibop.xml.xforge
Class Test

java.lang.Object
  |
  +--org.bibop.xml.xforge.Test
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class Test
extends java.lang.Object
implements org.xml.sax.ErrorHandler

A utility class to test x:forge.

Version:
1.0
Author:
Alberto Garoffolo, Ulrich Mayring

Field Summary
protected  org.apache.avalon.framework.logger.Logger log
           
 
Constructor Summary
Test()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
          Receive notification of a recoverable error.
 void fatalError(org.xml.sax.SAXParseException e)
          Receive notification of a fatal error.
private  boolean hasChanged()
           
private  void initLogger()
           
private  boolean isMonitorizable()
           
static void main(java.lang.String[] args)
           
private  void test(java.lang.String src, java.lang.String dest, int loop, boolean useMonitor, java.lang.String aConfig)
           
 void warning(org.xml.sax.SAXParseException e)
          Receive notification of a warning.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.avalon.framework.logger.Logger log
Constructor Detail

Test

public Test()
     throws java.lang.Exception
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
Receive notification of a recoverable error.

Specified by:
error in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
Receive notification of a fatal error.

Specified by:
fatalError in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException
Receive notification of a warning.

Specified by:
warning in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException

main

public static void main(java.lang.String[] args)

test

private void test(java.lang.String src,
                  java.lang.String dest,
                  int loop,
                  boolean useMonitor,
                  java.lang.String aConfig)
           throws java.lang.Exception
java.lang.Exception

initLogger

private void initLogger()
                 throws java.lang.Exception
java.lang.Exception

isMonitorizable

private boolean isMonitorizable()

hasChanged

private boolean hasChanged()


Copyright © 2003 Bibop Research International. All Rights Reserved.