jdave.tools
Class PlainTextFormat
java.lang.Object
jdave.tools.PlainTextFormat
- All Implemented Interfaces:
- IDoxFormat
public class PlainTextFormat
- extends java.lang.Object
- implements IDoxFormat
- Author:
- Joni Freeman
|
Method Summary |
void |
endContext(java.lang.String name)
|
void |
endSpec(java.lang.String specName)
|
void |
newBehavior(java.lang.String behaviorName)
|
void |
newContext(java.lang.String contextName)
|
void |
newSpec(java.lang.String specName,
java.lang.String fqn)
|
java.lang.String |
suffix()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlainTextFormat
public PlainTextFormat()
newSpec
public void newSpec(java.lang.String specName,
java.lang.String fqn)
- Specified by:
newSpec in interface IDoxFormat
endSpec
public void endSpec(java.lang.String specName)
- Specified by:
endSpec in interface IDoxFormat
newContext
public void newContext(java.lang.String contextName)
- Specified by:
newContext in interface IDoxFormat
endContext
public void endContext(java.lang.String name)
- Specified by:
endContext in interface IDoxFormat
newBehavior
public void newBehavior(java.lang.String behaviorName)
- Specified by:
newBehavior in interface IDoxFormat
suffix
public java.lang.String suffix()
- Specified by:
suffix in interface IDoxFormat
toString
public java.lang.String toString()
- Specified by:
toString in interface IDoxFormat- Overrides:
toString in class java.lang.Object
Copyright ? 2008. All Rights Reserved.