org.databene.benerator
Class DefaultPlatformDescriptor

java.lang.Object
  extended by org.databene.benerator.DefaultPlatformDescriptor
All Implemented Interfaces:
PlatformDescriptor
Direct Known Subclasses:
PlatformDescriptor

public class DefaultPlatformDescriptor
extends java.lang.Object
implements PlatformDescriptor

Default implementation of the PlatformDescriptor interface.

Created: 07.12.2011 18:58:25

Since:
0.7.4
Author:
Volker Bergmann

Constructor Summary
DefaultPlatformDescriptor(java.lang.String rootPackage)
           
 
Method Summary
 void addParser(org.databene.webdecs.xml.XMLElementParser<Statement> parser)
           
 java.util.List<org.databene.webdecs.xml.XMLElementParser<Statement>> getParsers()
           
 void init(BeneratorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPlatformDescriptor

public DefaultPlatformDescriptor(java.lang.String rootPackage)
Method Detail

getParsers

public java.util.List<org.databene.webdecs.xml.XMLElementParser<Statement>> getParsers()
Specified by:
getParsers in interface PlatformDescriptor

addParser

public void addParser(org.databene.webdecs.xml.XMLElementParser<Statement> parser)

init

public void init(BeneratorContext context)
Specified by:
init in interface PlatformDescriptor


Copyright © 2013. All Rights Reserved.