krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener FileContentsListener.java,1.1,1.2 FileListener.java,1.1,1.2 ManifestListener.java,1.1,1.2 DirectoryListener.java,1.1,1.2 NameFilter.java,1.1,1.2 DropListener.java,1.1,1.2
Nick Chalko <[email protected]> Wed, 08 Dec 2004 09:11:52 +0000
| Newsgroups | gmane.comp.krysalis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26470/src/java/org/krysalis/depot/common/util/classpath/listener
Modified Files:
FileContentsListener.java FileListener.java
ManifestListener.java DirectoryListener.java NameFilter.java
DropListener.java
Log Message:
format
Index: FileContentsListener.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/FileContentsListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileContentsListener.java 8 Dec 2004 09:06:28 -0000 1.1
--- FileContentsListener.java 8 Dec 2004 09:11:49 -0000 1.2
***************
*** 23,28 ****
* @author ajack
*/
! public interface FileContentsListener
! {
! void processFile(Object context, File file, File root, InputStream contents, String location);
}
--- 23,28 ----
* @author ajack
*/
! public interface FileContentsListener {
! void processFile(Object context, File file, File root,
! InputStream contents, String location);
}
Index: NameFilter.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/NameFilter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NameFilter.java 8 Dec 2004 09:06:28 -0000 1.1
--- NameFilter.java 8 Dec 2004 09:11:50 -0000 1.2
***************
*** 17,25 ****
package org.krysalis.depot.common.util.classpath.listener;
-
/**
* @author ajack
*/
public interface NameFilter {
! boolean filter(String name, Object context);
}
--- 17,24 ----
package org.krysalis.depot.common.util.classpath.listener;
/**
* @author ajack
*/
public interface NameFilter {
! boolean filter(String name, Object context);
}
Index: DropListener.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/DropListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DropListener.java 8 Dec 2004 09:06:28 -0000 1.1
--- DropListener.java 8 Dec 2004 09:11:50 -0000 1.2
***************
*** 19,28 ****
import org.krysalis.depot.common.util.classpath.PathPart;
-
/**
* @author ajack
*/
! public interface DropListener
! {
void processDropped(Object context, PathPart entry);
}
--- 19,26 ----
import org.krysalis.depot.common.util.classpath.PathPart;
/**
* @author ajack
*/
! public interface DropListener {
void processDropped(Object context, PathPart entry);
}
Index: ManifestListener.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/ManifestListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ManifestListener.java 8 Dec 2004 09:06:28 -0000 1.1
--- ManifestListener.java 8 Dec 2004 09:11:50 -0000 1.2
***************
*** 24,27 ****
*/
public interface ManifestListener {
! void processManifest(Object context, File jar, Manifest manifest);
}
--- 24,27 ----
*/
public interface ManifestListener {
! void processManifest(Object context, File jar, Manifest manifest);
}
Index: DirectoryListener.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/DirectoryListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DirectoryListener.java 8 Dec 2004 09:06:28 -0000 1.1
--- DirectoryListener.java 8 Dec 2004 09:11:50 -0000 1.2
***************
*** 22,27 ****
* @author ajack
*/
! public interface DirectoryListener
! {
void processDirectory(Object context, File directory, String location);
}
--- 22,26 ----
* @author ajack
*/
! public interface DirectoryListener {
void processDirectory(Object context, File directory, String location);
}
Index: FileListener.java
===================================================================
RCS file: /cvsroot/krysalis/krysalis-update/src/java/org/krysalis/depot/common/util/classpath/listener/FileListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileListener.java 8 Dec 2004 09:06:28 -0000 1.1
--- FileListener.java 8 Dec 2004 09:11:50 -0000 1.2
***************
*** 22,27 ****
* @author ajack
*/
! public interface FileListener
! {
void processFile(Object context, File file, File root, String location);
}
--- 22,26 ----
* @author ajack
*/
! public interface FileListener {
void processFile(Object context, File file, File root, String location);
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/