leosimons 2003/03/08 08:28:48
Modified: instrument/src/xdocs book.xml
Added: instrument/src/java/org/apache/excalibur/instrument
NoopInstrumentManager.java
Log:
commit documentation on instrument-manager
Revision Changes Path
1.1
avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument/NoopInstrumentManager.java
Index: NoopInstrumentManager.java
===================================================================
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 1997-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software
* itself, if and wherever such third-party acknowledgments
* normally appear.
*
* 4. The names "Avalon", and "Apache Software Foundation"
* must not be used to endorse or promote products derived from this
* software without prior written permission. For written
* permission, please contact [EMAIL PROTECTED]
*
* 5. Products derived from this software may not be called "Apache",
* nor may "Apache" appear in their name, without prior written
* permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
package org.apache.excalibur.instrument;
/**
* An InstrumentManager which doesn't do anything.
*
* @author <a href="mail at leosimons dot com">Leo Simons</a>
* @version $Id: NoopInstrumentManager.java,v 1.1 2003/03/08 16:28:48 leosimons Exp $
*/
public class NoopInstrumentManager implements InstrumentManager
{
public void registerInstrumentable( Instrumentable instrumentable, String
instrumentableName )
{
// do nothing
}
}
1.6 +4 -4 avalon-excalibur/instrument/src/xdocs/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument/src/xdocs/book.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- book.xml 5 Mar 2003 04:03:24 -0000 1.5
+++ book.xml 8 Mar 2003 16:28:48 -0000 1.6
@@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
"book-cocoon-v10.dtd">
<book software="Excalibur instrument" title="Excalibur instrument"
copyright="@year@ The Apache Software Foundation"
xmlns:xlink="http://www.w3.org/1999/xlink">
-
-
+
+
<menu label="About">
<menu-item label="About Instrument" href="index.html"/>
<menu-item label="Excalibur Home"
href="http://avalon.apache.org/excalibur/index.html"/>
@@ -14,9 +14,9 @@
<menu-item label="Overview" href="overview.html"/>
<menu-item label="Instrumentables" href="instrumentables.html"/>
<menu-item label="Instruments" href="instruments.html"/>
+ <menu-item label="InstrumentManager" href="instrument-manager.html"/>
</menu>
<menu label="Related">
- <menu-item label="Instrument Manager"
href="http://avalon.apache.org/excalibur/instrument-manager/"/>
<menu-item label="Instrument Client"
href="http://avalon.apache.org/excalibur/instrument-client/"/>
<menu-item href="http://avalon.apache.org/excalibur/component/"
label="Excalibur Component Manager"/>
<menu-item href="http://avalon.apache.org/excalibur/fortress/"
label="Excalibur Fortress"/>
@@ -27,5 +27,5 @@
<menu-item label="Extend AbstractInstrumentable"
href="abstract-instrumentable-howto.html"/>
</menu>
-->
-
+
</book>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]