public interface CyWriterManager<W extends CyWriterFactory>
CyWriterFactory
services for specific DataCategories
and provides a mechanism for choosing the CyWriterFactory
given a particular
file type.Module: io-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
List<CyFileFilter> |
getAvailableWriterFilters()
Returns a list of the available
CyFileFilter s that define the available
output types. |
W |
getMatchingFactory(CyFileFilter filter)
Returns a
CyWriterFactory for the appropriate filter. |
List<CyFileFilter> getAvailableWriterFilters()
CyFileFilter
s that define the available
output types.CyFileFilter
s that define the available
output types.W getMatchingFactory(CyFileFilter filter)
CyWriterFactory
for the appropriate filter.filter
- The filter used to determine the type of file written.
generated by the CyWriterFactory
.CyWriterFactory
for the appropriate filter.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.