com.ldodds.foaf.thinlet.save
Class ClipboardGenerator

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

public class ClipboardGenerator
extends Generator

Author:
ldodds

Fields inherited from class com.ldodds.foaf.thinlet.save.Generator
_thinlet
 
Constructor Summary
ClipboardGenerator()
           
 
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

ClipboardGenerator

public ClipboardGenerator()
Method Detail

doGeneration

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