Update of /cvsroot/jrobin/src/org/jrobin/core In directory sc8-pr-cvs1:/tmp/cvs-serv1858/org/jrobin/core Modified Files: ArcDef.java ArcState.java Archive.java Datasource.java DsDef.java FetchData.java FetchPoint.java FetchRequest.java Header.java Robin.java RpnCalculator.java RrdDb.java RrdDbPool.java RrdDef.java RrdDouble.java RrdException.java RrdFile.java RrdInt.java RrdLong.java RrdString.java RrdUpdater.java Sample.java Util.java XmlReader.java XmlWriter.java Log Message: source code polishing, nothing special Index: ArcDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/ArcDef.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ArcDef.java 7 Nov 2003 09:53:35 -0000 1.2 --- ArcDef.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 37,44 **** * </ul> * <p>For the complete explanation of all archive definition parameters, see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a> * </p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ --- 37,44 ---- * </ul> * <p>For the complete explanation of all archive definition parameters, see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a> * </p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ *************** *** 57,61 **** * * <p>For the complete explanation of all archive definition parameters, see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a></p> * * @param consolFun Consolidation function. Allowed values are "AVERAGE", "MIN", --- 57,61 ---- * * <p>For the complete explanation of all archive definition parameters, see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a></p> * * @param consolFun Consolidation function. Allowed values are "AVERAGE", "MIN", Index: ArcState.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/ArcState.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ArcState.java 7 Nov 2003 08:23:18 -0000 1.1 --- ArcState.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 33,37 **** * internal arcihve states.<p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class ArcState implements RrdUpdater { --- 33,37 ---- * internal arcihve states.<p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class ArcState implements RrdUpdater { Index: Archive.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Archive.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Archive.java 7 Nov 2003 08:23:18 -0000 1.1 --- Archive.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 37,41 **** * each datasource). API (read-only) is provided to access each of theese parts.<p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class Archive implements RrdUpdater { --- 37,41 ---- * each datasource). API (read-only) is provided to access each of theese parts.<p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class Archive implements RrdUpdater { Index: Datasource.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Datasource.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Datasource.java 7 Nov 2003 08:23:18 -0000 1.1 --- Datasource.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 36,40 **** * JRobin framework to do it for you. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class Datasource implements RrdUpdater { --- 36,40 ---- * JRobin framework to do it for you. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class Datasource implements RrdUpdater { Index: DsDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/DsDef.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DsDef.java 7 Nov 2003 09:53:35 -0000 1.2 --- DsDef.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 38,44 **** * </ul> * <p>For the complete explanation of all source definition parameters, see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class DsDef { --- 38,44 ---- * </ul> * <p>For the complete explanation of all source definition parameters, see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class DsDef { *************** *** 56,60 **** * * <p>For the complete explanation of all source definition parameters, see RRDTool's ! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a></p> * * @param dsName Data source name. --- 56,60 ---- * * <p>For the complete explanation of all source definition parameters, see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a></p> * * @param dsName Data source name. Index: FetchData.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/FetchData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FetchData.java 7 Nov 2003 08:23:18 -0000 1.1 --- FetchData.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: FetchPoint.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/FetchPoint.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FetchPoint.java 7 Nov 2003 08:23:18 -0000 1.1 --- FetchPoint.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 31,35 **** * method of the {@link org.jrobin.core.FetchRequest FetchRequest} class. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class FetchPoint { --- 31,35 ---- * method of the {@link org.jrobin.core.FetchRequest FetchRequest} class. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class FetchPoint { Index: FetchRequest.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/FetchRequest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FetchRequest.java 7 Nov 2003 09:53:35 -0000 1.2 --- FetchRequest.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 31,35 **** * Class to represent fetch request. For the complete explanation of all * fetch parameters consult RRDTool's ! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a>. * * You cannot create <code>FetchRequest</code> directly (no public constructor --- 31,35 ---- * Class to represent fetch request. For the complete explanation of all * fetch parameters consult RRDTool's ! * <a href="../../../../man/rrdfetch.html" target="man">rrdfetch man page</a>. * * You cannot create <code>FetchRequest</code> directly (no public constructor *************** *** 37,41 **** * createFetchRequest()} method of your {@link org.jrobin.core.RrdDb RrdDb} object. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class FetchRequest { --- 37,41 ---- * createFetchRequest()} method of your {@link org.jrobin.core.RrdDb RrdDb} object. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class FetchRequest { Index: Header.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Header.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Header.java 7 Nov 2003 08:23:18 -0000 1.1 --- Header.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 36,40 **** * does it for you.<p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a>* */ public class Header implements RrdUpdater { --- 36,40 ---- * does it for you.<p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a>* */ public class Header implements RrdUpdater { Index: Robin.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Robin.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Robin.java 7 Nov 2003 08:23:18 -0000 1.1 --- Robin.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 38,42 **** * Instead of it, Robin stores all values on the disk and reads them only when necessary. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class Robin implements RrdUpdater { --- 38,42 ---- * Instead of it, Robin stores all values on the disk and reads them only when necessary. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class Robin implements RrdUpdater { Index: RpnCalculator.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RpnCalculator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RpnCalculator.java 7 Nov 2003 08:23:18 -0000 1.1 --- RpnCalculator.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdDb.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDb.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdDb.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdDb.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 46,53 **** * basic RRDTool concepts. Good place to start is * <a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html">official RRD tutorial</a> ! * and relevant RRDTool man pages: <a href="/man/rrdcreate.html" target="man">rrdcreate</a>, ! * <a href="/man/rrdupdate.html" target="man">rrdupdate</a>, ! * <a href="/man/rrdfetch.html" target="man">rrdfetch</a> and ! * <a href="/man/rrdgraph.html" target="man">rrdgraph</a>. * For RRDTool's advanced graphing capabilities (RPN extensions), also supported in JRobin, * there is an excellent --- 46,53 ---- * basic RRDTool concepts. Good place to start is * <a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html">official RRD tutorial</a> ! * and relevant RRDTool man pages: <a href="../../../../man/rrdcreate.html" target="man">rrdcreate</a>, ! * <a href="../../../../man/rrdupdate.html" target="man">rrdupdate</a>, ! * <a href="../../../../man/rrdfetch.html" target="man">rrdfetch</a> and ! * <a href="../../../../man/rrdgraph.html" target="man">rrdgraph</a>. * For RRDTool's advanced graphing capabilities (RPN extensions), also supported in JRobin, * there is an excellent *************** *** 55,59 **** * </p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class RrdDb implements RrdUpdater { --- 55,59 ---- * </p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class RrdDb implements RrdUpdater { *************** *** 331,335 **** * @param fetchEnd Ending timestamp for fetch request. * @param resolution Fetch resolution (see RRDTool's ! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a> for an * explanation of this parameter. * @return Request object that should be used to actually fetch data from RRD file. --- 331,335 ---- * @param fetchEnd Ending timestamp for fetch request. * @param resolution Fetch resolution (see RRDTool's ! * <a href="../../../../man/rrdfetch.html" target="man">rrdfetch man page</a> for an * explanation of this parameter. * @return Request object that should be used to actually fetch data from RRD file. *************** *** 347,351 **** * method to actually fetch data from the RRD file. Data will be fetched with the smallest * possible resolution (see RRDTool's ! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a> * for the explanation of the resolution parameter).</p> * --- 347,351 ---- * method to actually fetch data from the RRD file. Data will be fetched with the smallest * possible resolution (see RRDTool's ! * <a href="../../../../man/rrdfetch.html" target="man">rrdfetch man page</a> * for the explanation of the resolution parameter).</p> * Index: RrdDbPool.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDbPool.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdDbPool.java 7 Nov 2003 08:23:18 -0000 1.1 --- RrdDbPool.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdDef.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDef.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdDef.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdDef.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 46,52 **** * <p>RrdDef provides API to set all these elements. For the complete explanation of all * RRD definition parameters, see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class RrdDef { --- 46,52 ---- * <p>RrdDef provides API to set all these elements. For the complete explanation of all * RRD definition parameters, see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class RrdDef { *************** *** 173,177 **** * heartbeat, minimal and maximal value. For the complete explanation of all data * source definition parameters see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * * @param dsName Data source name. --- 173,177 ---- * heartbeat, minimal and maximal value. For the complete explanation of all data * source definition parameters see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * * @param dsName Data source name. *************** *** 229,233 **** * number of steps and rows. For the complete explanation of all archive * definition parameters see RRDTool's ! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * @param consolFun Consolidation function. Valid values are "AVERAGE", * "MIN", "MAX" and "LAST" --- 229,233 ---- * number of steps and rows. For the complete explanation of all archive * definition parameters see RRDTool's ! * <a href="../../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p> * @param consolFun Consolidation function. Valid values are "AVERAGE", * "MIN", "MAX" and "LAST" Index: RrdDouble.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDouble.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdDouble.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdDouble.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdException.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdException.java 7 Nov 2003 08:23:18 -0000 1.1 --- RrdException.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 32,36 **** * (for disk I/O errors). * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class RrdException extends Exception { --- 32,36 ---- * (for disk I/O errors). * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class RrdException extends Exception { Index: RrdFile.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdFile.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdFile.java 7 Nov 2003 08:23:18 -0000 1.1 --- RrdFile.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 36,40 **** * <code>java.io.RandomAccessFile</code>. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class RrdFile { --- 36,40 ---- * <code>java.io.RandomAccessFile</code>. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class RrdFile { Index: RrdInt.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdInt.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdInt.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdInt.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdLong.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdLong.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdLong.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdLong.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdString.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdString.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdString.java 7 Nov 2003 09:53:35 -0000 1.2 --- RrdString.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: RrdUpdater.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdUpdater.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdUpdater.java 7 Nov 2003 08:23:18 -0000 1.1 --- RrdUpdater.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 30,34 **** * a RRD file. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public interface RrdUpdater { --- 30,34 ---- * a RRD file. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public interface RrdUpdater { Index: Sample.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Sample.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Sample.java 7 Nov 2003 09:53:35 -0000 1.2 --- Sample.java 10 Nov 2003 08:52:27 -0000 1.3 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 33,37 **** * class are never created directly (no public constructor is provided). To learn more how * to update a RRD file, see RRDTool's ! * <a href="/man/rrdupdate.html" target="man">rrdupdate man page</a>. * * <p>To update a RRD file with JRobin use the following procedure:</p> --- 33,37 ---- * class are never created directly (no public constructor is provided). To learn more how * to update a RRD file, see RRDTool's ! * <a href="../../../../man/rrdupdate.html" target="man">rrdupdate man page</a>. * * <p>To update a RRD file with JRobin use the following procedure:</p> *************** *** 49,53 **** * 'unknown' values too, use <code>Double.NaN</code>.</p> * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class Sample { --- 49,53 ---- * 'unknown' values too, use <code>Double.NaN</code>.</p> * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class Sample { Index: Util.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/Util.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Util.java 7 Nov 2003 08:23:18 -0000 1.1 --- Util.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. *************** *** 36,40 **** * Class defines various utility functions used in JRobin. * ! * @author <a href="mailto:sa...@eu...">Sasa Markovic</a> */ public class Util { --- 36,40 ---- * Class defines various utility functions used in JRobin. * ! * @author <a href="mailto:sa...@jr...">Sasa Markovic</a> */ public class Util { Index: XmlReader.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/XmlReader.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XmlReader.java 7 Nov 2003 08:23:18 -0000 1.1 --- XmlReader.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. Index: XmlWriter.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/XmlWriter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XmlWriter.java 7 Nov 2003 08:23:18 -0000 1.1 --- XmlWriter.java 10 Nov 2003 08:52:27 -0000 1.2 *************** *** 3,8 **** * ============================================================ * ! * Project Info: http://www.sourceforge.net/projects/jrobin ! * Project Lead: Sasa Markovic (sa...@eu...); * * (C) Copyright 2003, by Sasa Markovic. --- 3,8 ---- * ============================================================ * ! * Project Info: http://www.jrobin.org ! * Project Lead: Sasa Markovic (sa...@jr...); * * (C) Copyright 2003, by Sasa Markovic. |