From: <zep...@us...> - 2006-10-18 11:22:05
|
Revision: 95 http://svn.sourceforge.net/pzfilereader/?rev=95&view=rev Author: zepernick Date: 2006-10-18 04:21:58 -0700 (Wed, 18 Oct 2006) Log Message: ----------- javadoc package docs Added Paths: ----------- trunk/PZFileReader/src/main/java/net/sf/pzfilereader/util/package.html trunk/PZFileReader/src/main/java/net/sf/pzfilereader/xml/package.html Added: trunk/PZFileReader/src/main/java/net/sf/pzfilereader/util/package.html =================================================================== --- trunk/PZFileReader/src/main/java/net/sf/pzfilereader/util/package.html (rev 0) +++ trunk/PZFileReader/src/main/java/net/sf/pzfilereader/util/package.html 2006-10-18 11:21:58 UTC (rev 95) @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + <title>net.sf.pzfilereader.util package</title> + <!-- + 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 + + 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. + + --> + </head> + <body bgcolor="white"> + Provides utility methods that are used to perform parsing and transform DataSets into Excel. + <ul> + <li>Parse Line Of Delimited Text</li> + <li>Check For Multiline Delimted Record</li> + <li>Find Column Postion Based On The Column Name</li> + <li>Various Types Of Left Trims And Padding</li> + </ul> + </body> +</html> \ No newline at end of file Added: trunk/PZFileReader/src/main/java/net/sf/pzfilereader/xml/package.html =================================================================== --- trunk/PZFileReader/src/main/java/net/sf/pzfilereader/xml/package.html (rev 0) +++ trunk/PZFileReader/src/main/java/net/sf/pzfilereader/xml/package.html 2006-10-18 11:21:58 UTC (rev 95) @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + <title>net.sf.pzfilereader.xml package</title> + <!-- + 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 + + 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. + + --> + </head> + <body bgcolor="white"> + Provides classes for handling and parsing of the *.pzmap.xml files. + </body> +</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |