Skip to content

Commit a89d9ac

Browse files
TreiblesschorleGabriel Einsdorf
authored andcommitted
Implement init method. The KNIME converter framework calls this method to init the dependencies of the factory.
1 parent 8502c91 commit a89d9ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

org.knime.knip.base/src/org/knime/knip/base/data/KNIPCellFactory.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,11 @@ protected FileStore getFileStore(final double objSize) throws IOException {
136136

137137
}
138138

139+
/**
140+
* {@inheritDoc}
141+
*/
142+
@Override
143+
public void initFactory(final FileStoreFactory fileStore) {
144+
m_fsFactory = fileStore;
145+
}
139146
}

0 commit comments

Comments
 (0)