DTDDoc
Class DTDDoc

java.lang.Object
  extended by DTDDoc.DTDDoc

Deprecated. The command-line version of DTDDoc is deprecated in favour of an Ant Task version. Please try to migrate.

public class DTDDoc
extends java.lang.Object

This is the command-line version of DTDDoc. Please try to use the Ant task instead (it's easier, more powerful and not doomed to be deprecated :))


Constructor Summary
DTDDoc(Logger log)
          Deprecated.  
 
Method Summary
 java.lang.String getConfig(java.lang.String key)
          Deprecated. Get a configuration value.
 boolean isConfigTrueFor(java.lang.String key)
          Deprecated. Test if a value of a property of the configuration is true.
 boolean isPropertySet(java.lang.String key)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDDoc

public DTDDoc(Logger log)
Deprecated. 
Method Detail

getConfig

public java.lang.String getConfig(java.lang.String key)
Deprecated. 
Get a configuration value.

Parameters:
key - Configuration value to look for.
Returns:
the value. Returns null if the configuration value is not found.

isPropertySet

public boolean isPropertySet(java.lang.String key)
Deprecated. 

isConfigTrueFor

public boolean isConfigTrueFor(java.lang.String key)
Deprecated. 
Test if a value of a property of the configuration is true.

Parameters:
key - The name of the property to look for.
Returns:
true if the property is set to "true", false in any other case.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception


Copyright © 2002-2009 DTDDoc. All Rights Reserved.