1 17 package org.alfresco.service.cmr.view; 18 19 import java.io.Reader ; 20 21 22 28 public interface ImporterService 29 { 30 31 39 public void importView(Reader viewReader, Location location, ImporterBinding binding, ImporterProgress progress) 40 throws ImporterException; 41 42 43 53 public void importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress) 54 throws ImporterException; 55 56 } 57 | Popular Tags |