com.ldodds.foaf.thinlet.save
Interface Exportable

All Known Implementing Classes:
FOAFObject, Property

public interface Exportable

An object that can be exported into the file system. The exact representation of the object is determined by an Exporter

This code is Public Domain

Author:
ccslrd

Method Summary
 void export(Exporter exporter)
          Indicates the object should export itself using the given Exporter.
 

Method Detail

export

public void export(Exporter exporter)
            throws java.io.IOException
Indicates the object should export itself using the given Exporter.
Parameters:
exporter - the exporter to use