|
From: <be...@us...> - 2007-09-30 16:44:45
|
Revision: 359
http://flatpack.svn.sourceforge.net/flatpack/?rev=359&view=rev
Author: benoitx
Date: 2007-09-30 09:44:48 -0700 (Sun, 30 Sep 2007)
Log Message:
-----------
Changed package for the Examples.
Modified Paths:
--------------
trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java
trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java
trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/Version.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderDelimParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderFixedParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/Converter.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/FPConvertException.java
trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderBy.java
trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderColumn.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/FPConstants.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/FixedWidthParserUtils.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java
trunk/flatpack/src/main/java/net/sf/flatpack/xml/MapParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/xml/ResolveLocalDTD.java
trunk/flatpack/src/test/java/net/sf/flatpack/writer/RoundTripTestCase.java
trunk/flatpack-samples/qalab.xml
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/ConsoleMenu.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/Examples.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/Repeater.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/createsamplecsv/CSVTestFileCreator.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/csvheaderandtrailer/CSVHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/csvperformancetest/CSVPerformanceTest.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimitedcolumnnamesinfile/DelimitedColumnNamesInFile.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimiteddynamiccolumns/DelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/DelimitedWithPZMapErrors.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/exporttoexcel/DelimitedFileExportToExcel.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/fixedlengthdynamiccolumns/FixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/fixedlengthheaderandtrailer/FixedLengthHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/jsptableexample/readme.txt
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/LargeDelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/LargeFixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/largecsvperformancetest/CSVLarge.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/lowlevelparse/LowLevelParse.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/multilinedelimitedrecord/DelimitedMultiLine.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/numericsanddates/NumericsAndDates.java
trunk/flatpack-samples/src/main/script/run-examples.bat
trunk/src/site/press/press-release-3.1.0.txt
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -45,7 +45,7 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class DBDelimiterParser extends AbstractDelimiterParser {
private Connection con;
@@ -67,7 +67,7 @@
protected void init() {
try {
- //check to see if the user is using a InputStream. This is
+ //check to see if the user is using a InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -47,12 +47,12 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class DBFixedLengthParser extends AbstractFixedLengthParser {
private Connection con;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -80,7 +80,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -53,7 +53,7 @@
/**
* @author Benoit Xhenseval
* @author Paul Zepernick
- *
+ *
*/
public class DefaultDataSet implements DataSet {
private final List rows = new ArrayList();
@@ -96,7 +96,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getColumns()
*/
public String[] getColumns() {
@@ -118,7 +118,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getColumns(java.lang.String)
*/
public String[] getColumns(final String recordID) {
@@ -138,7 +138,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDate(java.lang.String)
*/
public Date getDate(final String column) throws ParseException {
@@ -147,7 +147,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDate(java.lang.String,
* java.text.SimpleDateFormat)
*/
@@ -162,7 +162,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDouble(java.lang.String)
*/
public double getDouble(final String column) {
@@ -191,7 +191,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getErrorCount()
*/
public int getErrorCount() {
@@ -204,7 +204,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getErrors()
*/
public List getErrors() {
@@ -213,7 +213,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getIndex()
*/
public int getIndex() {
@@ -222,7 +222,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getInt(java.lang.String)
*/
public int getInt(final String column) {
@@ -237,7 +237,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getRowCount()
*/
public int getRowCount() {
@@ -246,7 +246,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getRowNo()
*/
public int getRowNo() {
@@ -255,7 +255,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getString(java.lang.String)
*/
public String getString(final String column) {
@@ -288,7 +288,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#goBottom()
*/
public void goBottom() {
@@ -297,7 +297,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#goTop()
*/
public void goTop() {
@@ -306,7 +306,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#isAnError(int)
*/
public boolean isAnError(final int lineNo) {
@@ -320,7 +320,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#next()
*/
public boolean next() {
@@ -333,7 +333,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#orderRows(net.sf.flatpack.ordering.OrderBy)
*/
public void orderRows(final OrderBy ob) throws Exception {
@@ -354,7 +354,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#previous()
*/
public boolean previous() {
@@ -383,7 +383,7 @@
/**
* Checks to see if the row has the given <RECORD> id
- *
+ *
* @param recordID
* @return boolean
*/
@@ -398,7 +398,7 @@
/**
* Sets the absolute position of the record pointer
- *
+ *
* @param localPointer -
* int
* @exception IndexOutOfBoundsException
@@ -417,7 +417,7 @@
* remove any non numeric charcter from the field. The remaining numeric
* chars's will be returned. If it is an empty string,or there are no
* numeric chars, 0 will be returned for getInt() and getDouble()
- *
+ *
* @param strictNumericParse
* The strictNumericParse to set.
*/
@@ -427,7 +427,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#remove()
*/
public void remove() {
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -39,7 +39,7 @@
/**
* @author xhensevb
- *
+ *
*/
public class DefaultParserFactory implements ParserFactory {
private static final DefaultParserFactory INSTANCE = new DefaultParserFactory();
@@ -50,7 +50,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newFixedWidthParser(java.sql.Connection,
* java.io.File, java.lang.String)
*/
@@ -60,7 +60,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newFixedWidthParser(java.sql.Connection,
* java.io.InputStream, java.lang.String)
*/
@@ -70,7 +70,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File)
*/
@@ -80,7 +80,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream)
*/
@@ -98,7 +98,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.sql.Connection,
* java.io.InputStream, java.lang.String, char, char, boolean)
*/
@@ -109,7 +109,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File, char, char, boolean)
*/
@@ -120,7 +120,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream, char, char, boolean)
*/
@@ -131,7 +131,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File, char,
* char)
*/
@@ -141,7 +141,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* char, char)
*/
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -45,14 +45,14 @@
/**
* @author xhensevb
- *
+ *
*/
public class DelimiterParser extends AbstractDelimiterParser {
private InputStream pzmapXMLStream = null;
private File pzmapXML = null;
private Reader pzmapReader;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -93,7 +93,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -46,7 +46,7 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class FixedLengthParser extends AbstractFixedLengthParser {
private InputStream pzmapXMLStream;
@@ -55,7 +55,7 @@
private Reader pzmapReader;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -81,7 +81,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -34,13 +34,13 @@
/**
* @author xhensevb
- *
+ *
*/
public class InitialisationException extends RuntimeException {
private static final long serialVersionUID = -4181701730609348676L;
/**
- *
+ *
*/
public InitialisationException() {
}
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -36,7 +36,7 @@
* PZParser is ready to parse the data and return an object that can then be
* traversed. The default parser should NOT handle short lines, the user can
* change it prior to calling parse.
- *
+ *
* @author Benoit Xhenseval
*/
public interface Parser {
@@ -44,7 +44,7 @@
/**
* Start the parsing. Will return "null" if the
* parse fails and the DataSet cannot be created
- *
+ *
* @return the data set resulting from parsing
*/
DataSet parse();
@@ -64,7 +64,7 @@
void setHandlingShortLines(final boolean handleShortLines);
/**
- *
+ *
* @return true, detail lines with a length or column count > the mapping
* definition will be truncated and the reader will NOT register these
* lines as erros in the DataError collection.
@@ -72,17 +72,17 @@
boolean isIgnoreExtraColumns();
/**
- *
- * @param ignoreExtraColumns when true, detail lines with a length or column
- * count > the mapping definition will be truncated and the reader
+ *
+ * @param ignoreExtraColumns when true, detail lines with a length or column
+ * count > the mapping definition will be truncated and the reader
* will NOT register these lines as erros in the DataError collection.
*/
void setIgnoreExtraColumns(final boolean ignoreExtraColumns);
/**
* Default is false
- *
- * @return true, column names will have to be an exact match when retrieving the value of a column.
+ *
+ * @return true, column names will have to be an exact match when retrieving the value of a column.
* Example when true: Column name = AColumnName ; getString("acolumnname") would fail
* Example when false: Column name = AColumnName ; getString("acolumnname") would pass
*/
@@ -90,9 +90,9 @@
/**
* Default is false
- *
- * @param columnNamesCaseSensitive when true, column names will have to be an exact match when retrieving
- * the value of a column.
+ *
+ * @param columnNamesCaseSensitive when true, column names will have to be an exact match when retrieving
+ * the value of a column.
* Example when true: Column name = AColumnName ; getString("acolumnname") would fail
* Example when false: Column name = AColumnName ; getString("acolumnname") would pass
*/
@@ -100,26 +100,26 @@
/**
* Default is false
- *
+ *
* @return true, warnings encountered durring parsing will not be included in the DataSet errors
*/
boolean isIgnoreParseWarnings();
/**
- *
- * @param ignoreParseWarnings when true, warnings encountered durring parsing will not be included
+ *
+ * @param ignoreParseWarnings when true, warnings encountered durring parsing will not be included
* in the DataSet errors
*/
void setIgnoreParseWarnings(final boolean ignoreParseWarnings);
/**
- *
+ *
* @return true, empty Strings will get returned as NULL when calling DataSet.getString()
*/
boolean isNullEmptyStrings();
/**
- *
+ *
* @param nullEmptyStrings when true, empty Strings will get returned as NULL when calling DataSet.getString()
*/
void setNullEmptyStrings(final boolean nullEmptyStrings);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -41,16 +41,16 @@
* Factory definitions for creating a PZParser (delimiter or fixed length). The
* creation of a parser will not start the parsing. It should not fail either
* (unless DB issues etc).
- *
+ *
* @author Benoit Xhenseval
*/
public interface ParserFactory {
/**
* Constructs a new DataSet using the database table file layout method.
* This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the DB connection.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user is responsible for closing it.
@@ -68,9 +68,9 @@
/**
* Constructs a new DataSet using the database table file layout method.
* This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the DB connection and InputStream.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user is responsible for closing it.
@@ -88,7 +88,7 @@
/**
* Constructs a new DataSet using the PZMAP XML file layout method. This is
* used for a FIXED LENGTH text file.
- *
+ *
* @param pzmapXML -
* Reference to the xml file holding the pzmap
* @param dataSource -
@@ -102,9 +102,9 @@
/**
* New constructor based on InputStream. Constructs a new DataSet using the
* PZMAP XML file layout method. This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the InputStreams.
- *
+ *
* @param pzmapXMLStream -
* Reference to the xml file InputStream holding the pzmap, user
* must close them after use.
@@ -120,9 +120,9 @@
/**
* Constructs a new DataSet using the database table file layout method.
* This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the DB connection.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user is responsible for closing it.
@@ -138,9 +138,9 @@
/**
* New constructor based on Reader. Constructs a new DataSet using the
* PZMAP XML file layout method. This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the Readers.
- *
+ *
* @param pzmapXMLStream -
* Reference to the xml Reader holding the pzmap, user
* must close them after use.
@@ -165,9 +165,9 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* The user is responsible for closing the DB connection and InputStream.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user must close it when done.
@@ -183,7 +183,7 @@
* Char text is qualified by
* @param ignoreFirstRecord -
* skips the first line that contains data in the file
- * @deprecated Please use the newDelimitedParser(Connection, Reader, String, char, char, boolean).
+ * @deprecated Please use the newDelimitedParser(Connection, Reader, String, char, char, boolean).
* The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
* @return PZParser
*/
@@ -198,9 +198,9 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* The user is responsible for closing the DB connection and InputStream.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user must close it when done.
@@ -218,7 +218,7 @@
* skips the first line that contains data in the file
* @return PZParser
*/
- Parser newDelimitedParser(final Connection con, final Reader dataSource, final String dataDefinition, final char delimiter,
+ Parser newDelimitedParser(final Connection con, final Reader dataSource, final String dataDefinition, final char delimiter,
final char qualifier, final boolean ignoreFirstRecord);
/**
@@ -229,7 +229,7 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* @param pzmapXML -
* Reference to the xml file holding the pzmap
* @param dataSource -
@@ -240,7 +240,7 @@
* Char text is qualified by
* @param ignoreFirstRecord -
* skips the first line that contains data in the file
- * @deprecated Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean).
+ * @deprecated Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean).
* The File can be wrapped in a "new FileReader(File)"
* @return PZParser
*/
@@ -255,7 +255,7 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* @param pzmapXML -
* Reference to the xml file holding the pzmap
* @param dataSource -
@@ -279,9 +279,9 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* The user is responsible for closing the InputStreams.
- *
+ *
* @param pzmapXMLStream -
* Reference to the xml file holding the pzmap, user must close
* it when done.
@@ -294,7 +294,7 @@
* Char text is qualified by
* @param ignoreFirstRecord -
* skips the first line that contains data in the file
- * @deprecated Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean).
+ * @deprecated Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean).
* The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
* @return PZParser
*/
@@ -309,14 +309,14 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* @param dataSource -
* text file datasource to read from
* @param delimiter -
* Char the file is delimited By
* @param qualifier -
* Char text is qualified by
- * @deprecated Please use the newDelimitedParser(Reader, char, char, boolean).
+ * @deprecated Please use the newDelimitedParser(Reader, char, char, boolean).
* The InputStream can be wrapped in a "new FileReader(File)"
* @return PZParser
*/
@@ -330,7 +330,7 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* @param dataSource -
* text file datasource to read from
* @param delimiter -
@@ -349,9 +349,9 @@
* \b backspace <br>
* \r return <br>
* \f form feed <br> \\ backslash <br> \' single quote <br> \" double quote
- *
+ *
* The user must close the InputStream when done (after parsing).
- *
+ *
* @param dataSource -
* text file InputStream to read from, user must close it when
* done.
@@ -359,7 +359,7 @@
* Char the file is delimited By
* @param qualifier -
* Char text is qualified by
- * @deprecated Please use the newDelimitedParser(Reader, char, char, boolean).
+ * @deprecated Please use the newDelimitedParser(Reader, char, char, boolean).
* The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
* @return PZParser
*/
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/Version.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/Version.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/Version.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,23 +1,23 @@
/*
Copyright 2006 Paul Zepernick
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software distributed
- under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
- CONDITIONS OF ANY KIND, either express or implied. See the License for
- the specific language governing permissions and limitations under the License.
+ Unless required by applicable law or agreed to in writing, software distributed
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+ CONDITIONS OF ANY KIND, either express or implied. See the License for
+ the specific language governing permissions and limitations under the License.
*/
package net.sf.flatpack;
/**
- *
- * Static class which stores the version of this pzFileReader
+ *
+ * Static class which stores the version of this FlatPack
*/
public class Version {
- public static final String VERSION = "3.0.0";
+ public static final String VERSION = "3.1.0";
}
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderDelimParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderDelimParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderDelimParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -103,7 +103,7 @@
/**
* Reads in the next record on the file and return a row
- *
+ *
* @param ds
* @return Row
* @throws IOException
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderFixedParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderFixedParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderFixedParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -93,7 +93,7 @@
/**
* Reads in the next record on the file and return a row
- *
+ *
* @param ds
* @return Row
* @throws IOException
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -44,13 +44,13 @@
* Provides a PZParser which obtains records directly from
* a BufferedReader as an alternative to reading the
* entire file into memory.
- *
+ *
* Database column mappings are not supported by this factory
* at the present time. This class is meant to mimic the LargeDataSet
* class of pre 3.0 versions, which did not support database mappings
* either. A RuntimeExcpetion will be thrown if trying to obtain a parser
* for a database map.
- *
+ *
* @author Paul Zepernick
*/
public class BuffReaderParseFactory implements ParserFactory {
@@ -76,7 +76,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File)
*/
@@ -97,7 +97,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream)
*/
@@ -115,7 +115,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File, char, char, boolean)
*/
@@ -126,7 +126,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream, char, char, boolean)
*/
@@ -137,7 +137,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File, char,
* char)
*/
@@ -147,7 +147,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* char, char)
*/
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -39,14 +39,14 @@
* Returns a Double
* Non numeric chars are removed from the string
* before converting
- *
+ *
* @author Paul Zepernick
*/
public class ConvertDouble implements Converter {
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.converter#convertValue(java.lang.String)
*/
public Object convertValue(final String valueToConvert) {
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -39,14 +39,14 @@
* Returns a Integer
* Non numeric chars are removed from the string
* before converting
- *
+ *
* @author Paul Zepernick
*/
public class ConvertInteger implements Converter {
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.converter#convertValue(java.lang.String)
*/
public Object convertValue(final String valueToConvert) {
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/converter/Converter.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/converter/Converter.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/converter/Converter.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -35,15 +35,15 @@
/**
* Responsible for converting a column in IDataSet
* to the desired Object.
- *
+ *
* @author Paul Zepernick
*/
public interface Converter {
/**
- * Returns the converted object from the
+ * Returns the converted object from the
* column in IDataSet
- *
+ *
* @param valueToConvert
* @return Object
*/
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/converter/FPConvertException.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/converter/FPConvertException.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/converter/FPConvertException.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -35,14 +35,14 @@
/**
* Exception thrown when a conversion error occurs
- *
+ *
* @author Paul Zepernick
*/
public class FPConvertException extends RuntimeException {
private static final long serialVersionUID = 1L;
/**
- *
+ *
*/
public FPConvertException() {
}
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderBy.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderBy.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderBy.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -44,10 +44,10 @@
/**
* @author paul zepernick
- *
+ *
* resorts an array of objects. Arrays get sorted by OrderElements. Right now,
* this class will only handle string comparisons.
- *
+ *
* @version 2.0
*/
public class OrderBy implements Comparator, Serializable {
@@ -61,7 +61,7 @@
/**
* Adds an order element to the sort.
- *
+ *
* @param oc -
* OrderColumn
*/
@@ -71,9 +71,9 @@
/**
* overridden from the Comparator class.
- *
+ *
* Performs the sort
- *
+ *
* @return int
*/
public int compare(final Object arg0, final Object arg1) {
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderColumn.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderColumn.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderColumn.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -34,10 +34,10 @@
/**
* @author paul zepernick
- *
+ *
* Used in conjunction with the OrderBy class. Holds the name of the column to
* order by and the direction the order should go, ASC, DESC.
- *
+ *
* @version 2.0
*/
public class OrderColumn {
@@ -49,7 +49,7 @@
/**
* Constructs a new order by element
- *
+ *
* @param columnName -
* column to sort by
* @param desc -
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/util/FPConstants.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/util/FPConstants.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/util/FPConstants.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -34,7 +34,7 @@
/**
* @author xhensevb
- *
+ *
*/
public final class FPConstants {
public static final String DETAIL_ID = "detail";
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/util/FixedWidthParserUtils.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/util/FixedWidthParserUtils.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/util/FixedWidthParserUtils.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -44,7 +44,7 @@
/**
* Collection of parser utilities related to the parsing of fixed width files.
- *
+ *
* @author paul zepernick
*/
public final class FixedWidthParserUtils {
@@ -53,7 +53,7 @@
/**
* Splits up a fixed width line of text
- *
+ *
* @param columnMetaData
* Collection of ColumnMetaData to parse the line
* @param lineToParse
@@ -76,8 +76,8 @@
/**
* Returns the key to the list of ColumnMetaData objects. Returns the
* correct MetaData per the mapping file and the data contained on the line
- *
- *
+ *
+ *
* @param columnMD
* @param line
* @return List - ColumMetaData
@@ -123,8 +123,8 @@
/**
* Returns the key to the list of ColumnMetaData objects. Returns the
* correct MetaData per the mapping file and the data contained on the line
- *
- *
+ *
+ *
* @param columnMD
* @param line
* @return List - ColumMetaData
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -67,7 +67,7 @@
* Static utilities that are used to perform parsing in the
* DataSet class These can also be used for low level parsing, if not
* wishing to use the DataSet class.
- *
+ *
* @author Paul Zepernick
* @author Benoit Xhenseval
*/
@@ -83,7 +83,7 @@
* Elements which are not qualified will have leading and trailing white
* space removed. This includes unqualified elements, which may be
* contained in an unqualified parse: "data", data ,"data"
- *
+ *
* Special thanks to Benoit for contributing this much improved speedy parser :0)
*
* @author Benoit Xhenseval
@@ -293,10 +293,10 @@
}
/**
- * Will return a null if the String is empty returns the
+ * Will return a null if the String is empty returns the
* trimmed string otherwise.
- *
- * @param value
+ *
+ * @param value
* to be trimmed
* @return String
*/
@@ -359,7 +359,7 @@
* @param p
* PZParser used to specify additional option when working witht the ColumnMetaData. Can be null
* @return ArrayList - ColumnMetaData
- * @deprecated use the getPZMetaDataFromFile
+ * @deprecated use the getPZMetaDataFromFile
*/
public static Map getColumnMDFromFile(final String line, final char delimiter, final char qualifier, final Parser p) {
List lineData = null;
@@ -894,7 +894,7 @@
* @author Paul Zepernick
* @param columns
* @param p
- * Reference to Parser which can provide additional options on how the
+ * Reference to Parser which can provide additional options on how the
* map should be build. This can ...
[truncated message content] |