1 19 20 28 29 package org.netbeans.modules.xml.wsdl.ui.extensibility.model; 30 31 import org.netbeans.modules.xml.xam.ModelSource; 32 import org.netbeans.modules.xml.xam.locator.CatalogModelException; 33 import org.openide.filesystems.FileObject; 34 35 39 public interface ModelSourceProvider { 40 41 ModelSource getModelSource(FileObject file, boolean editable) throws CatalogModelException; 42 43 } 44 | Popular Tags |