ruper2/src/java/core/org/krysalis/ruper2/api ResourceAPIInterface.java,1.1,1.2

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

Modified Files:
	ResourceAPIInterface.java 
Log Message:


Index: ResourceAPIInterface.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper2/api/ResourceAPIInterface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ResourceAPIInterface.java	3 Oct 2003 15:26:45 -0000	1.1
--- ResourceAPIInterface.java	3 Oct 2003 15:54:11 -0000	1.2
***************
*** 5,8 ****
--- 5,9 ----
  
  import java.util.List;
+ import java.util.Set;
  
  import org.krysalis.ruper2.RuperException;
***************
*** 25,28 ****
--- 26,33 ----
  	public RepositorySet getDefaultRepositorySet();
  	public void setDefaultRepositorySet(RepositorySet set) ;
+ 	
+ 	// get/set default target repository
+ 	public Repository getDefaultTargetRepository();
+ 	public void setDefaultTargetRepository(Repository repository) ;
  
  	// set default repository selector/comparator - power user
***************
*** 55,65 ****
  	 * Functionality + config
  	 */
! 
! 	// update/synchronize  ( resourcequery )
  	public void updateResources(List resources, Repository target)
  		throws RuperException;
  	public void updateResource(Resource resource, Repository target)
  		throws RuperException;
! 	
  	public void updateResources(List resources, ResourceQuery query)
  		throws RuperException;
--- 60,71 ----
  	 * Functionality + config
  	 */
! 	// update/synchronize  ( resource(s), targetRepository)
  	public void updateResources(List resources, Repository target)
  		throws RuperException;
  	public void updateResource(Resource resource, Repository target)
  		throws RuperException;
! 
! 
! 	// update/synchronize  ( resource(s),resourcequery )
  	public void updateResources(List resources, ResourceQuery query)
  		throws RuperException;
***************
*** 67,71 ****
  		throws RuperException;
  	
! 	// download  ( resourcequery )
  	public void downloadResources(List resources, Repository target)
  		throws RuperException;
--- 73,77 ----
  		throws RuperException;
  	
! 	// download  ( resource(s), targetRepository)
  	public void downloadResources(List resources, Repository target)
  		throws RuperException;
***************
*** 73,76 ****
--- 79,83 ----
  		throws RuperException;
  	
+ 	// download  ( resource(s),resourcequery )
  	public void downloadResources(List resources, ResourceQuery query)
  		throws RuperException;
***************
*** 78,82 ****
  		throws RuperException;
  	
! 	// find  ( resourcequery )
  	public void findResources(List resources, Repository target)
  		throws RuperException;
--- 85,89 ----
  		throws RuperException;
  	
! 	// find ( resource(s), targetRepository)
  	public void findResources(List resources, Repository target)
  		throws RuperException;
***************
*** 84,87 ****
--- 91,95 ----
  		throws RuperException;
  	
+ 	//  find ( resource(s),resourcequery )
  	public void findResources(List resources, ResourceQuery query)
  		throws RuperException;
***************
*** 89,92 ****
--- 97,102 ----
  		throws RuperException;
  
+ 	// config options
+ 	public Set getResourceConfigOptions();
  
  }




-------------------------------------------------------
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.