krysalis-version/src/java/org/krysalis/version/formatting VersionFormat.java,1.8,1.9

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/formatting
In directory sc8-pr-cvs1:/tmp/cvs-serv19735/src/java/org/krysalis/version/formatting

Modified Files:
	VersionFormat.java 
Log Message:
Starting to expand the capabilities beyond the basic format & data elements
Lots more to do to complete this...

Index: VersionFormat.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/formatting/VersionFormat.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** VersionFormat.java	6 Feb 2003 22:08:29 -0000	1.8
--- VersionFormat.java	7 Mar 2003 20:01:43 -0000	1.9
***************
*** 56,64 ****
  package org.krysalis.version.formatting;
  
- import java.io.PrintStream;
- import java.io.PrintWriter;
- 
  import org.krysalis.version.formatting.exception.VersionFormatException;
  import org.krysalis.version.internal.data.VersionData;
  
  /**
--- 56,62 ----
  package org.krysalis.version.formatting;
  
  import org.krysalis.version.formatting.exception.VersionFormatException;
  import org.krysalis.version.internal.data.VersionData;
+ import org.krysalis.version.util.debug.Dumpable;
  
  /**
***************
*** 78,82 ****
   * @author ajack
   */
! public interface VersionFormat {
  
  	String getFormatId();
--- 76,80 ----
   * @author ajack
   */
! public interface VersionFormat extends Dumpable {
  
  	String getFormatId();
***************
*** 98,105 ****
          throws VersionFormatException;
      String toVersionString(VersionData data);
- 
- 
-     // Utility
-     void dump(PrintStream out);
-     void dump(PrintWriter out);
  }
--- 96,98 ----




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
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.