Update of /cvsroot/squirrel-sql/mavenize/thirdparty-non-maven/ostermiller-syntax/src/main/resources/com/Ostermiller/util
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32334/thirdparty-non-maven/ostermiller-syntax/src/main/resources/com/Ostermiller/util
Added Files:
StringHelper.bte StringHelper.html
Log Message:
Source for thirdparty dependency. Maven central requires a valid source code repository for artifacts that it hosts. This project has none, so we host it here for the time being.
--- NEW FILE: StringHelper.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head><title>String Helper - com.Ostermiller.util Java Utilities</title>
<meta name="description" content="Methods for formatting, manipulating, and querying Java Strings.">
<meta name="keywords" content="stringhelper, string helper,library for strings, java string utilities">
<link rel="stylesheet" media="screen" title="Utilites Look and Feel" href="utils.css" type="text/css">
</head>
<body>
<div class=titleandlinks>
<div class=titlebox>
<h1>String Helper - <a href="./">com.Ostermiller.util Java Utilities</a></h1>
</div>
<div class=linksbox>
<a href="./">Utilities</a><br>
<a href="download.html">Download</a><br>
<a href="source.html">Browse Source</a><br>
<a href="doc/">JavaDoc</a>
</div>
<div style="border:1px solid green;background-color:#ccffcc;width:3in;padding:1cm;font-size:smaller;">My employer (a top 300 website) has job openings in the Boston area for experienced Java programmers. <a href="http://ostermiller.org/contact.pl?regarding=Java+Job">Please send me a note</a> if you are interested in applying. Be sure to note any specific experience you have with XSLT, Linux, and SQL as they will earn your brownie points.<br> -- Stephen</div>
</div>
<p>A String helper class with methods for padding a string to a given length, and splitting a string based on a literal delimiter.</p>
<p>[<a href="download.html">Download /w Source</a> |
<a href="http://www.gjt.org/servlets/JCVSlet/log/gjt/com/Ostermiller/util/StringHelper.java/0">Version History</a> | <a href="StringHelper.java.html">Browse Source</a> |
<a href="doc/com/Ostermiller/util/StringHelper.html">Documentation</a>]</p>
<hr>
<h2><a name="license">License</a></h2>
<p>Copyright (c) 2001-2005 by <a href="http://ostermiller.org/contact.pl?regarding=Java+Utilities">Stephen Ostermiller</a> and <a href="contributors.html">other contributors</a></p>
<p>This library is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License or (at
your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> for more details.</p>
<p><a href="licenseFAQ.html">License FAQs</a> - Why GPL? How about the LGPL or something else?</p>
<div class=sitenav><a href="http://ostermiller.org/">ostermiller.org</a> (<a href="http://ostermiller.org/siteindex.html">site index</a>)</div>
</body>
</html>
--- NEW FILE: StringHelper.bte ---
<%bte.doc super="item.bte" %>
<%bte.tpl name=pageTitle%>String Helper<%/bte.tpl%>
<%bte.tpl name=description%>Methods for formatting, manipulating, and querying Java Strings.<%/bte.tpl%>
<%bte.tpl name=keywords%>stringhelper, string helper,library for strings, java string utilities<%/bte.tpl%>
<%bte.tpl name=content%>
<p>A String helper class with methods for padding a string to a given length, and splitting a string based on a literal delimiter.</p>
<p>[<a href="download.html">Download /w Source</a> |
<a href="http://www.gjt.org/servlets/JCVSlet/log/gjt/com/Ostermiller/util/StringHelper.java/0">Version History</a> | <a href="StringHelper.java.html">Browse Source</a> |
<a href="doc/com/Ostermiller/util/StringHelper.html">Documentation</a>]</p>
<%/bte.tpl%>
<%/bte.doc%>
|