com.ldodds.foafamatic.save
Class ClipboardGenerator

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

public class ClipboardGenerator
extends Generator

Author:
ldodds

Field Summary
 
Fields inherited from class com.ldodds.foafamatic.save.Generator
_thinlet, ADMIN_AGENT, ADMIN_ERRORS, ADMIN_URI
 
Constructor Summary
ClipboardGenerator()
           
 
Method Summary
protected  void doGeneration()
           
 
Methods inherited from class com.ldodds.foafamatic.save.Generator
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()
Specified by:
doGeneration in class Generator
See Also:
Generator.doGeneration()