Update version according to OSCI-883
[packages/precise/mcollective.git] / doc / classes / MCollective.html
diff --git a/doc/classes/MCollective.html b/doc/classes/MCollective.html
deleted file mode 100644 (file)
index 72b7df5..0000000
+++ /dev/null
@@ -1,504 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html 
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <title>Module: MCollective</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-  <meta http-equiv="Content-Script-Type" content="text/javascript" />
-  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
-  <script type="text/javascript">
-  // <![CDATA[
-
-  function popupCode( url ) {
-    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
-  }
-
-  function toggleCode( id ) {
-    if ( document.getElementById )
-      elem = document.getElementById( id );
-    else if ( document.all )
-      elem = eval( "document.all." + id );
-    else
-      return false;
-
-    elemStyle = elem.style;
-    
-    if ( elemStyle.display != "block" ) {
-      elemStyle.display = "block"
-    } else {
-      elemStyle.display = "none"
-    }
-
-    return true;
-  }
-  
-  // Make codeblocks hidden by default
-  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
-  
-  // ]]>
-  </script>
-
-</head>
-<body>
-
-
-
-    <div id="classHeader">
-        <table class="header-table">
-        <tr class="top-aligned-row">
-          <td><strong>Module</strong></td>
-          <td class="class-name-in-header">MCollective</td>
-        </tr>
-        <tr class="top-aligned-row">
-            <td><strong>In:</strong></td>
-            <td>
-                <a href="../files/lib/mcollective_rb.html">
-                lib/mcollective.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/application_rb.html">
-                lib/mcollective/application.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/optionparser_rb.html">
-                lib/mcollective/optionparser.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/pluginpackager_rb.html">
-                lib/mcollective/pluginpackager.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/matcher/scanner_rb.html">
-                lib/mcollective/matcher/scanner.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/matcher/parser_rb.html">
-                lib/mcollective/matcher/parser.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/message_rb.html">
-                lib/mcollective/message.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/matcher_rb.html">
-                lib/mcollective/matcher.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/runner_rb.html">
-                lib/mcollective/runner.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/pluginmanager_rb.html">
-                lib/mcollective/pluginmanager.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/security_rb.html">
-                lib/mcollective/security.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/connector_rb.html">
-                lib/mcollective/connector.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/pluginpackager/standard_definition_rb.html">
-                lib/mcollective/pluginpackager/standard_definition.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/pluginpackager/agent_definition_rb.html">
-                lib/mcollective/pluginpackager/agent_definition.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/applications_rb.html">
-                lib/mcollective/applications.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/logger_rb.html">
-                lib/mcollective/logger.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/agents_rb.html">
-                lib/mcollective/agents.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/config_rb.html">
-                lib/mcollective/config.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/log_rb.html">
-                lib/mcollective/log.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/agent_rb.html">
-                lib/mcollective/agent.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate_rb.html">
-                lib/mcollective/aggregate.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/discovery_rb.html">
-                lib/mcollective/discovery.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/registration/base_rb.html">
-                lib/mcollective/registration/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/registration_rb.html">
-                lib/mcollective/registration.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/logger/console_logger_rb.html">
-                lib/mcollective/logger/console_logger.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/logger/base_rb.html">
-                lib/mcollective/logger/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/logger/syslog_logger_rb.html">
-                lib/mcollective/logger/syslog_logger.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/logger/file_logger_rb.html">
-                lib/mcollective/logger/file_logger.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/data/base_rb.html">
-                lib/mcollective/data/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/data/result_rb.html">
-                lib/mcollective/data/result.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ssl_rb.html">
-                lib/mcollective/ssl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/runnerstats_rb.html">
-                lib/mcollective/runnerstats.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/translatable_rb.html">
-                lib/mcollective/translatable.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/generators/base_rb.html">
-                lib/mcollective/generators/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/generators/data_generator_rb.html">
-                lib/mcollective/generators/data_generator.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/generators/agent_generator_rb.html">
-                lib/mcollective/generators/agent_generator.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate/base_rb.html">
-                lib/mcollective/aggregate/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate/result/base_rb.html">
-                lib/mcollective/aggregate/result/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate/result/collection_result_rb.html">
-                lib/mcollective/aggregate/result/collection_result.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate/result/numeric_result_rb.html">
-                lib/mcollective/aggregate/result/numeric_result.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/aggregate/result_rb.html">
-                lib/mcollective/aggregate/result.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/facts/base_rb.html">
-                lib/mcollective/facts/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl/discoveryddl_rb.html">
-                lib/mcollective/ddl/discoveryddl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl/agentddl_rb.html">
-                lib/mcollective/ddl/agentddl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl/validatorddl_rb.html">
-                lib/mcollective/ddl/validatorddl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl/base_rb.html">
-                lib/mcollective/ddl/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl/dataddl_rb.html">
-                lib/mcollective/ddl/dataddl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/util_rb.html">
-                lib/mcollective/util.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/connector/base_rb.html">
-                lib/mcollective/connector/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc_rb.html">
-                lib/mcollective/rpc.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/validator_rb.html">
-                lib/mcollective/validator.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/cache_rb.html">
-                lib/mcollective/cache.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/unix_daemon_rb.html">
-                lib/mcollective/unix_daemon.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/windows_daemon_rb.html">
-                lib/mcollective/windows_daemon.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/security/base_rb.html">
-                lib/mcollective/security/base.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/shell_rb.html">
-                lib/mcollective/shell.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/ddl_rb.html">
-                lib/mcollective/ddl.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/actionrunner_rb.html">
-                lib/mcollective/rpc/actionrunner.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/reply_rb.html">
-                lib/mcollective/rpc/reply.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/progress_rb.html">
-                lib/mcollective/rpc/progress.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/agent_rb.html">
-                lib/mcollective/rpc/agent.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/request_rb.html">
-                lib/mcollective/rpc/request.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/audit_rb.html">
-                lib/mcollective/rpc/audit.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/stats_rb.html">
-                lib/mcollective/rpc/stats.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/result_rb.html">
-                lib/mcollective/rpc/result.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/client_rb.html">
-                lib/mcollective/rpc/client.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/rpc/helpers_rb.html">
-                lib/mcollective/rpc/helpers.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/facts_rb.html">
-                lib/mcollective/facts.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/data_rb.html">
-                lib/mcollective/data.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/client_rb.html">
-                lib/mcollective/client.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/exception_rb.html">
-                lib/mcollective/exception.rb
-                </a>
-        <br />
-                <a href="../files/lib/mcollective/generators_rb.html">
-                lib/mcollective/generators.rb
-                </a>
-        <br />
-            </td>
-        </tr>
-
-        </table>
-    </div>
-  <!-- banner header -->
-
-  <div id="bodyContent">
-
-
-
-  <div id="contextContent">
-
-    <div id="description">
-      <h2>The Marionette Collective</h2>
-<p>
-Framework to build and run Systems Administration agents running on a
-publish/subscribe middleware system. The system allows you to treat your
-network as the only true source of the state of your platform via discovery
-agents and allow you to run agents matching discovery criteria.
-</p>
-<p>
-For an overview of the idea behind this and what it enables please see:
-</p>
-<pre>
-  http://www.devco.net/archives/2009/10/18/middleware_for_systems_administration.php
-</pre>
-
-    </div>
-
-
-   </div>
-
-    <div id="method-list">
-      <h3 class="section-bar">Methods</h3>
-
-      <div class="name-list">
-      <a href="#M000015">version</a>&nbsp;&nbsp;
-      </div>
-    </div>
-
-  </div>
-
-
-    <!-- if includes -->
-
-    <div id="section">
-
-    <div id="class-list">
-      <h3 class="section-bar">Classes and Modules</h3>
-
-      Module <a href="MCollective/Agent.html" class="link">MCollective::Agent</a><br />
-Module <a href="MCollective/Cache.html" class="link">MCollective::Cache</a><br />
-Module <a href="MCollective/Connector.html" class="link">MCollective::Connector</a><br />
-Module <a href="MCollective/DDL.html" class="link">MCollective::DDL</a><br />
-Module <a href="MCollective/Data.html" class="link">MCollective::Data</a><br />
-Module <a href="MCollective/Facts.html" class="link">MCollective::Facts</a><br />
-Module <a href="MCollective/Generators.html" class="link">MCollective::Generators</a><br />
-Module <a href="MCollective/Logger.html" class="link">MCollective::Logger</a><br />
-Module <a href="MCollective/Matcher.html" class="link">MCollective::Matcher</a><br />
-Module <a href="MCollective/PluginManager.html" class="link">MCollective::PluginManager</a><br />
-Module <a href="MCollective/PluginPackager.html" class="link">MCollective::PluginPackager</a><br />
-Module <a href="MCollective/RPC.html" class="link">MCollective::RPC</a><br />
-Module <a href="MCollective/Registration.html" class="link">MCollective::Registration</a><br />
-Module <a href="MCollective/Security.html" class="link">MCollective::Security</a><br />
-Module <a href="MCollective/Translatable.html" class="link">MCollective::Translatable</a><br />
-Module <a href="MCollective/Util.html" class="link">MCollective::Util</a><br />
-Module <a href="MCollective/Validator.html" class="link">MCollective::Validator</a><br />
-Class <a href="MCollective/Agents.html" class="link">MCollective::Agents</a><br />
-Class <a href="MCollective/Aggregate.html" class="link">MCollective::Aggregate</a><br />
-Class <a href="MCollective/Application.html" class="link">MCollective::Application</a><br />
-Class <a href="MCollective/Applications.html" class="link">MCollective::Applications</a><br />
-Class <a href="MCollective/Client.html" class="link">MCollective::Client</a><br />
-Class <a href="MCollective/CodedError.html" class="link">MCollective::CodedError</a><br />
-Class <a href="MCollective/Config.html" class="link">MCollective::Config</a><br />
-Class <a href="MCollective/DDLValidationError.html" class="link">MCollective::DDLValidationError</a><br />
-Class <a href="MCollective/Discovery.html" class="link">MCollective::Discovery</a><br />
-Class <a href="MCollective/InvalidRPCData.html" class="link">MCollective::InvalidRPCData</a><br />
-Class <a href="MCollective/Log.html" class="link">MCollective::Log</a><br />
-Class <a href="MCollective/Message.html" class="link">MCollective::Message</a><br />
-Class <a href="MCollective/MissingRPCData.html" class="link">MCollective::MissingRPCData</a><br />
-Class <a href="MCollective/MsgDoesNotMatchRequestID.html" class="link">MCollective::MsgDoesNotMatchRequestID</a><br />
-Class <a href="MCollective/MsgTTLExpired.html" class="link">MCollective::MsgTTLExpired</a><br />
-Class <a href="MCollective/NotTargettedAtUs.html" class="link">MCollective::NotTargettedAtUs</a><br />
-Class <a href="MCollective/Optionparser.html" class="link">MCollective::Optionparser</a><br />
-Class <a href="MCollective/RPCAborted.html" class="link">MCollective::RPCAborted</a><br />
-Class <a href="MCollective/RPCError.html" class="link">MCollective::RPCError</a><br />
-Class <a href="MCollective/Runner.html" class="link">MCollective::Runner</a><br />
-Class <a href="MCollective/RunnerStats.html" class="link">MCollective::RunnerStats</a><br />
-Class <a href="MCollective/SSL.html" class="link">MCollective::SSL</a><br />
-Class <a href="MCollective/SecurityValidationFailed.html" class="link">MCollective::SecurityValidationFailed</a><br />
-Class <a href="MCollective/Shell.html" class="link">MCollective::Shell</a><br />
-Class <a href="MCollective/UnixDaemon.html" class="link">MCollective::UnixDaemon</a><br />
-Class <a href="MCollective/UnknownRPCAction.html" class="link">MCollective::UnknownRPCAction</a><br />
-Class <a href="MCollective/UnknownRPCError.html" class="link">MCollective::UnknownRPCError</a><br />
-Class <a href="MCollective/ValidatorError.html" class="link">MCollective::ValidatorError</a><br />
-Class <a href="MCollective/WindowsDaemon.html" class="link">MCollective::WindowsDaemon</a><br />
-
-    </div>
-
-    <div id="constants-list">
-      <h3 class="section-bar">Constants</h3>
-
-      <div class="name-list">
-        <table summary="Constants">
-        <tr class="top-aligned-row context-row">
-          <td class="context-item-name">VERSION</td>
-          <td>=</td>
-          <td class="context-item-value">&quot;@DEVELOPMENT_VERSION@&quot;</td>
-        </tr>
-        </table>
-      </div>
-    </div>
-
-
-
-      
-
-
-    <!-- if method_list -->
-    <div id="methods">
-      <h3 class="section-bar">Public Class methods</h3>
-
-      <div id="method-M000015" class="method-detail">
-        <a name="M000015"></a>
-
-        <div class="method-heading">
-          <a href="#M000015" class="method-signature">
-          <span class="method-name">version</span><span class="method-args">()</span>
-          </a>
-        </div>
-      
-        <div class="method-description">
-          <p><a class="source-toggle" href="#"
-            onclick="toggleCode('M000015-source');return false;">[Source]</a></p>
-          <div class="method-source-code" id="M000015-source">
-<pre>
-    <span class="ruby-comment cmt"># File lib/mcollective.rb, line 65</span>
-65:   <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">version</span>
-66:     <span class="ruby-constant">VERSION</span>
-67:   <span class="ruby-keyword kw">end</span>
-</pre>
-          </div>
-        </div>
-      </div>
-
-
-    </div>
-
-
-  </div>
-
-
-<div id="validator-badges">
-  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
-</div>
-
-</body>
-</html>
\ No newline at end of file