java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.graph.object.sg.impl.io.SecGraphExporter
- All Implemented Interfaces:
 FileWriterSource,Filter,FilterSource,VirtualFileWriterSource,WriterSource,RegistryContext,Map
public class SecGraphExporter
extends FilterBase
implements FileWriterSource, VirtualFileWriterSource, WriterSource
- 
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V> - 
Field Summary
Fields inherited from class de.grogra.pf.io.FilterBase
item, sourceFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URLFields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry 
- 
Constructor Details
- 
SecGraphExporter
 
 - 
 - 
Method Details
- 
write
Description copied from interface:WriterSourceThis method writes the data toout.- Specified by:
 writein interfaceWriterSource- Parameters:
 out- the writer to which data is written- Throws:
 IOException
 - 
write
Description copied from interface:VirtualFileWriterSourceThis method writes the data toout.- Specified by:
 writein interfaceVirtualFileWriterSource- Parameters:
 fs- the file system to which data is writtenout- the file to which data is written- Throws:
 IOException
 - 
write
Description copied from interface:FileWriterSourceThis method writes the data toout.- Specified by:
 writein interfaceFileWriterSource- Parameters:
 out- the file to which data is written- Throws:
 IOException
 
 -