org.apache.fop.cli
Class Main
public class Main
extends java.lang.Object
Main command-line class for Apache FOP.
checkDependencies
public static boolean checkDependencies()
- true if FOP's dependecies are available in the current ClassLoader setup.
getJARList
public static URL[] getJARList()
throws MalformedURLException
- the list of URLs to all libraries.
main
public static void main(String[] args)
The main routine for the command line interface
args
- the command line parameters
startFOP
public static void startFOP(String[] args)
Executes FOP with the given ClassLoader setup.
args
- command-line arguments
startFOPWithDynamicClasspath
public static void startFOPWithDynamicClasspath(String[] args)
Dynamically builds a ClassLoader and executes FOP.
args
- command-line arguments
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.