]> source.dussan.org Git - xmlgraphics-fop.git/commit
1.) Moved the business logic for determining which starter to create from apps.Comman...
authorGlen Mazza <gmazza@apache.org>
Tue, 29 Jul 2003 22:08:54 +0000 (22:08 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 29 Jul 2003 22:08:54 +0000 (22:08 +0000)
commit28721d45850dab2effd9c013f26d92de9c054c89
tree1edd51c0c8589375daf150f36a64982c7e6fcf8e
parenta8c3608884c52c77d68031c11bda01eacc99046c
1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free.

2.) Made the input and output type constants in CLO public, to make the CLO.getOutputMode() and CLO.getInputMode() accessor functions meaningful.  (Should probably make uniform with the very similar constants in the Driver class in the future.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196760 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/CommandLineOptions.java
src/java/org/apache/fop/apps/Fop.java