[Jsptest-svn-commits] SF.net SVN: jsptest: [228] trunk/jsptest-generic/jsptest-common/src/main/ jav
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2008-04-24 19:23:51
|
Revision: 228 http://jsptest.svn.sourceforge.net/jsptest/?rev=228&view=rev Author: lkoskela Date: 2008-04-24 12:23:48 -0700 (Thu, 24 Apr 2008) Log Message: ----------- Added missing javadoc comments. Modified Paths: -------------- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/JspCompilationInfo.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/CommandLineJavac.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/JavaCompiler.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/SunJavaC.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/CustomClassLoader.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/IO.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Path.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/StreamConsumer.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Strings.java trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/XML.java Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/JspCompilationInfo.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/JspCompilationInfo.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/JspCompilationInfo.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/CommandLineJavac.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/CommandLineJavac.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/CommandLineJavac.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/JavaCompiler.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/JavaCompiler.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/JavaCompiler.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/SunJavaC.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/SunJavaC.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/compiler/java/SunJavaC.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,6 +1,19 @@ -/** - * +/* + * Copyright 2008 Lasse Koskela. + * + * 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. */ + package net.sf.jsptest.compiler.java; import java.lang.reflect.Method; Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/CustomClassLoader.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/CustomClassLoader.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/CustomClassLoader.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/IO.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/IO.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/IO.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Path.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Path.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Path.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,3 +1,19 @@ +/* + * Copyright 2008 Lasse Koskela. + * + * 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. + */ + package net.sf.jsptest.utils; import java.io.File; @@ -6,6 +22,9 @@ import java.util.ArrayList; import java.util.Enumeration; +/** + * @author lkoskela + */ public class Path extends ArrayList { private static final String SEPARATOR = System Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/StreamConsumer.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/StreamConsumer.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/StreamConsumer.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,5 +1,5 @@ /* - * Copyright 2007 Lasse Koskela. + * Copyright 2008 Lasse Koskela. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Strings.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Strings.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/Strings.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,7 +1,42 @@ +/* + * Copyright 2008 Lasse Koskela. + * + * 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. + */ + package net.sf.jsptest.utils; +/** + * The <tt>Strings</tt> class provides utility methods for string + * manipulation. + * + * @author Lasse Koskela + */ public class Strings { + /** + * Replace instances of "what" from "fromWhere" with "withWhat". This is + * essentially a replacement for not being able to use + * {@link String#replace(String, String, String)} with JDK 1.4. + * + * @param fromWhere + * The string to replace stuff from. + * @param what + * The string to replace. + * @param withWhat + * The string to replace with. + * @return A new string with the replaced content. + */ public static String replace(String fromWhere, String what, String withWhat) { if (what.length() > 0) { int indexOfWhat = fromWhere.indexOf(what); Modified: trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/XML.java =================================================================== --- trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/XML.java 2008-04-24 17:15:55 UTC (rev 227) +++ trunk/jsptest-generic/jsptest-common/src/main/java/net/sf/jsptest/utils/XML.java 2008-04-24 19:23:48 UTC (rev 228) @@ -1,3 +1,19 @@ +/* + * Copyright 2008 Lasse Koskela. + * + * 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. + */ + package net.sf.jsptest.utils; import java.io.ByteArrayOutputStream; @@ -14,6 +30,12 @@ import org.w3c.dom.Node; import org.w3c.dom.NodeList; +/** + * The <tt>XML</tt> class provides utility methods for handling XML related + * tasks. + * + * @author Lasse Koskela + */ public class XML { private static final String APACHE_INDENTATION = "{http://xml.apache.org/xslt}indent-amount"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |