com.ldodds.foaf.thinlet.save
Class FileGenerator

java.lang.Object
  |
  +--com.ldodds.foaf.thinlet.save.Generator
        |
        +--com.ldodds.foaf.thinlet.save.FileGenerator

public class FileGenerator
extends Generator

Author:
ldodds

Fields inherited from class com.ldodds.foaf.thinlet.save.Generator
_thinlet
 
Constructor Summary
FileGenerator()
           
 
Method Summary
protected  void doGeneration()
           
 
Methods inherited from class com.ldodds.foaf.thinlet.save.Generator
doExport, generate, getFOAFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileGenerator

public FileGenerator()
Method Detail

doGeneration

protected void doGeneration()
Overrides:
doGeneration in class Generator
See Also:
Generator.doGeneration()