View Javadoc

1   package org.catacomb.dataview.read;
2   
3   
4   
5   
6   
7   
8   public interface ContentReader {
9   
10  
11      Object getMain();
12  
13      FUImportContext getContext();
14  
15  
16  }