org.mapfish.print
Class ShellMapPrinter

java.lang.Object
  extended by org.mapfish.print.ShellMapPrinter

public class ShellMapPrinter
extends java.lang.Object

A shell version of the MapPrinter. Can be used for testing or for calling from other languages than Java.


Field Summary
static org.apache.log4j.Logger LOGGER
           
 
Constructor Summary
ShellMapPrinter(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.log4j.Logger LOGGER
Constructor Detail

ShellMapPrinter

public ShellMapPrinter(java.lang.String[] args)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

run

public void run()
         throws java.io.IOException,
                org.json.JSONException,
                com.lowagie.text.DocumentException
Throws:
java.io.IOException
org.json.JSONException
com.lowagie.text.DocumentException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        org.json.JSONException,
                        com.lowagie.text.DocumentException
Throws:
java.io.IOException
org.json.JSONException
com.lowagie.text.DocumentException


Copyright © 2009 Camptocamp SA. All Rights Reserved.