Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/protocols
In directory sc8-pr-cvs1:/tmp/cvs-serv5134/src/java/core/org/krysalis/ruper/protocols
Modified Files:
ProtocolOperationsManager.java
Log Message:
1) Finished Query & Query Engine
2) Worked on Files
Index: ProtocolOperationsManager.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/protocols/ProtocolOperationsManager.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ProtocolOperationsManager.java 5 Sep 2003 15:54:42 -0000 1.5
--- ProtocolOperationsManager.java 8 Sep 2003 23:21:40 -0000 1.6
***************
*** 33,37 ****
}
! public void registerProvider(ProtocolOperationsProvider p) throws Exception {
m_providers.add(p);
p.init(m_context);
--- 33,38 ----
}
! public void registerProvider(ProtocolOperationsProvider p)
! throws Exception {
m_providers.add(p);
p.init(m_context);
***************
*** 99,106 ****
Selector selector)
throws Exception {
! return determineProviderFor(container).list(container,selector);
}
!
!
/**
* Copy the contents at address to another
--- 100,106 ----
Selector selector)
throws Exception {
! return determineProviderFor(container).list(container, selector);
}
!
/**
* Copy the contents at address to another
***************
*** 110,119 ****
* @throws Exception
*/
! public boolean checkExists(
! VirtualResourceLocator container)
throws Exception {
return determineProviderFor(container).exists(container);
}
!
/**
* Copy the contents at address to another
--- 110,118 ----
* @throws Exception
*/
! public boolean checkExists(VirtualResourceLocator container)
throws Exception {
return determineProviderFor(container).exists(container);
}
!
/**
* Copy the contents at address to another
***************
*** 128,132 ****
Selector selector)
throws Exception {
! determineProviderFor(from, to).copy(from, to,selector);
}
--- 127,131 ----
Selector selector)
throws Exception {
! determineProviderFor(from, to).copy(from, to, selector);
}
***************
*** 170,175 ****
}
! ProtocolOperationsProvider determineProviderFor(
! VirtualResourceLocator source)
throws RuperException {
// Locate a Provider that handles both address
--- 169,173 ----
}
! ProtocolOperationsProvider determineProviderFor(VirtualResourceLocator source)
throws RuperException {
// Locate a Provider that handles both address
***************
*** 181,185 ****
throw new RuperException(
"No providers for protocol : " + source.getProtocol());
-
ProtocolOperationsProvider provider =
--- 179,182 ----
-------------------------------------------------------
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.