]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java
Fixes to allow tycho builds to work.
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ExternalFileLoader.java
1 package org.simantics.graph.compiler;\r
2 \r
3 import java.io.IOException;\r
4 \r
5 public interface ExternalFileLoader {\r
6         byte[] load(String fileName) throws IOException;\r
7 }\r