|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDTDDoc.DTDDoc
public class DTDDoc
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 | |
---|---|
String |
getConfig(String key)
Deprecated. Get a configuration value. |
boolean |
isConfigTrueFor(String key)
Deprecated. Test if a value of a property of the configuration is true. |
boolean |
isPropertySet(String key)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTDDoc(Logger log)
Method Detail |
---|
public String getConfig(String key)
key
- Configuration value to look for.
public boolean isPropertySet(String key)
public boolean isConfigTrueFor(String key)
key
- The name of the property to look for.
public static void main(String[] args) throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |