ruper2/src/java/eclipse/org/krysalis/ruper2/api EclipseFileAPI.java,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/eclipse/org/krysalis/ruper2/api
In directory sc8-pr-cvs1:/tmp/cvs-serv17105/src/java/eclipse/org/krysalis/ruper2/api

Added Files:
	EclipseFileAPI.java 
Log Message:
API

--- NEW FILE: EclipseFileAPI.java ---
/*
 * Created on Oct 6, 2003
 */
  
package org.krysalis.ruper2.api;

import java.util.List;

import org.eclipse.core.internal.resources.File;
import org.krysalis.ruper2.RuperException;

/**
 * @author anou_mana
 */
public class EclipseFileAPI {

	/**
	 * 
	 */
	public EclipseFileAPI() throws RuperException {
		super();
		File file;
	}
	
	public void updateFiles(List files){
	}
	
	public void updateFile(File file){
	}
	
	public List findFile(File file){
		List list = null;
		
		return list;
	}

	public void downloadFiles(List files){
		
	}
	
	public void downloadFile(File file){
		
	}
	
	private List getResourceList(File file){
		List resourceList = null;
		/*	switch (getType()) {
				case IResource.FILE:
				case IResource.FOLDER:
				case IResource.PROJECT:
		
				IPath getRawLocation() -- get the file, get the target place to update
		
				IProject getProject()
		
				String getFileExtension()
		
				boolean exists()
		*/
		return resourceList;	
	}
	
	
	public static void main(String[] args) {
	}
}




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.