org.databene.benerator.engine.statement
Class CommentStatement

java.lang.Object
  extended by org.databene.benerator.engine.statement.CommentStatement
All Implemented Interfaces:
Statement

public class CommentStatement
extends java.lang.Object
implements Statement

Parses a comment and logs its content to the category 'org.databene.COMMENT'.

Created at 22.07.2009 08:11:22

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
CommentStatement(java.lang.String comment)
           
 
Method Summary
 boolean execute(BeneratorContext context)
           
 java.lang.String getComment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentStatement

public CommentStatement(java.lang.String comment)
Method Detail

getComment

public java.lang.String getComment()

execute

public boolean execute(BeneratorContext context)
Specified by:
execute in interface Statement


Copyright © 2013. All Rights Reserved.