1 11 package org.eclipse.team.core; 12 13 import org.eclipse.core.resources.IProject; 14 import org.eclipse.core.runtime.IProgressMonitor; 15 16 28 29 public interface IProjectSetSerializer { 30 31 48 public String [] asReference(IProject[] providerProjects, Object context, IProgressMonitor monitor) throws TeamException; 49 50 68 public IProject[] addToWorkspace(String [] referenceStrings, String filename, Object context, IProgressMonitor monitor) throws TeamException; 69 } 70 | Popular Tags |