Added: servicemix/site/production/docs/7.x/commands/jaas-update.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/jaas-update.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/jaas-update.html (added) +++ servicemix/site/production/docs/7.x/commands/jaas-update.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="jaasupdate">jaas:update</h1><h2 id="Description">Description</h2><p>Update the selected JAAS Realm</p><h2 id="Syntax">Syntax</h2><p>jaas:update [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file
Added: servicemix/site/production/docs/7.x/commands/jaas-useradd.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/jaas-useradd.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/jaas-useradd.html (added) +++ servicemix/site/production/docs/7.x/commands/jaas-useradd.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="jaasuseradd">jaas:useradd</h1><h2 id="Description">Description</h2><p>Add a user</p><h2 id="Syntax">Syntax</h2><p>jaas:useradd [options] username password </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> username </td><td class="confluenceTd"> User Name </td></tr><tr><td class="confluenceTd"> password </td><td class="confluenceTd"> Password </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/jaas-userdel.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/jaas-userdel.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/jaas-userdel.html (added) +++ servicemix/site/production/docs/7.x/commands/jaas-userdel.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="jaasuserdel">jaas:userdel</h1><h2 id="Description">Description</h2><p>Delete a user</p><h2 id="Syntax">Syntax</h2><p>jaas:userdel [options] username </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> username </td><td class="confluenceTd"> User Name </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/jaas-users.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/jaas-users.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/jaas-users.html (added) +++ servicemix/site/production/docs/7.x/commands/jaas-users.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="jaasusers">jaas:users</h1><h2 id="Description">Description</h2><p>List the users of the selected JAAS Realm/Login Module</p><h2 id="Syntax">Syntax</h2><p>jaas:users [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-clear.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-clear.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-clear.html (added) +++ servicemix/site/production/docs/7.x/commands/log-clear.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logclear">log:clear</h1><h2 id="Description">Description</h2><p>Clear log entries.</p><h2 id="Syntax">Syntax</h2><p>log:clear [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-display-exception.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-display-exception.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-display-exception.html (added) +++ servicemix/site/production/docs/7.x/commands/log-display-exception.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logdisplayexception">log:display-exception</h1><h2 id="Description">Description</h2><p>Displays the last occurred exception from the log.</p><h2 id="Syntax">Syntax</h2><p>log:display-exception [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-display.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-display.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-display.html (added) +++ servicemix/site/production/docs/7.x/commands/log-display.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logdisplay">log:display</h1><h2 id="Description">Description</h2><p>Displays log entries.</p><h2 id="Syntax">Syntax</h2><p>log:display [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -p </td><td class="confluenceTd"> Pattern for formatting the output </td></tr><tr><td class="confluenceTd"> --no-color </td><td class="confluenceTd"> Disable syntax coloring of log events </td></tr><tr><td class="confluenceTd"> -n </td><td class="confluenceTd"> Number of entries to display </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-get.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-get.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-get.html (added) +++ servicemix/site/production/docs/7.x/commands/log-get.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logget">log:get</h1><h2 id="Description">Description</h2><p>Shows the currently set log level.</p><h2 id="Syntax">Syntax</h2><p>log:get [options] [logger] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> logger </td><td class="confluenceTd"> The name of the logger, ALL or ROOT (default) </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-set.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-set.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-set.html (added) +++ servicemix/site/production/docs/7.x/commands/log-set.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logset">log:set</h1><h2 id="Description">Description</h2><p>Sets the log level.</p><h2 id="Syntax">Syntax</h2><p>log:set [options] level [logger] </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> level </td><td class="confluenceTd"> The log level to set (TRACE, DEBUG, INFO, WARN, ERROR) or DEFAULT to unset </td></tr><tr><td class="confluenceTd"> logger </td><td class="confluenceTd"> Logger name or ROOT (default) </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/log-tail.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/log-tail.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/log-tail.html (added) +++ servicemix/site/production/docs/7.x/commands/log-tail.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="logtail">log:tail</h1><h2 id="Description">Description</h2><p>Continuously display log entries.</p><h2 id="Syntax">Syntax</h2><p>log:tail [options]</p><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -p </td><td class="confluenceTd"> Pattern for formatting the output </td></tr><tr><td class="confluenceTd"> --no-color </td><td class="confluenceTd"> Disable syntax coloring of log events </td></tr><tr><td class="confluenceTd"> -n </td><td class="confluenceTd"> Number of entries to display </td></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/obr-addUrl.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/obr-addUrl.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/obr-addUrl.html (added) +++ servicemix/site/production/docs/7.x/commands/obr-addUrl.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="obraddUrl">obr:addUrl</h1><h2 id="Description">Description</h2><p>Adds a list of repository URLs to the OBR service.</p><h2 id="Syntax">Syntax</h2><p>obr:addUrl [options] urls </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> urls </td><td class="confluenceTd"> Repository URLs to add to the OBR service separated by whitespaces </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/obr-deploy.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/obr-deploy.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/obr-deploy.html (added) +++ servicemix/site/production/docs/7.x/commands/obr-deploy.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="obrdeploy">obr:deploy</h1><h2 id="Description">Description</h2><p>Deploys a list of bundles using OBR service.</p><h2 id="Syntax">Syntax</h2><p>obr:deploy [options] bundles </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> bundles </td><td class="confluenceTd"> List of bundle names to deploy (separated by whitespaces) </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> -s, --start </td><td class="confluenceTd"> Start all deployed bundles </td></tr><tr><td class="confluenceTd"> -d, --deployOptional </td><td class="confluenceTd"> Deploy optional bundles </td></tr><tr><td class="confluenceTd"> --help </td><td class="conf luenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file Added: servicemix/site/production/docs/7.x/commands/obr-find.html URL: http://svn.apache.org/viewvc/servicemix/site/production/docs/7.x/commands/obr-find.html?rev=1730131&view=auto ============================================================================== --- servicemix/site/production/docs/7.x/commands/obr-find.html (added) +++ servicemix/site/production/docs/7.x/commands/obr-find.html Fri Feb 12 22:27:08 2016 @@ -0,0 +1,152 @@ + +<!DOCTYPE html> +<html> +<head> + <title>Apache ServiceMix Documentation - </title> + + <link href="../theme/master.css" rel="stylesheet" type="text/css" /> + <link href="../theme/pygmentize.css" rel="stylesheet" type="text/css" /> + + <script type="text/javascript" src="../scripts/jquery.js"></script> + <script type="text/javascript" src="../scripts/jquery.cookie.js"></script> + <script type="text/javascript" src="../scripts/jquery.jstree.js"></script> + + <script> + $(document).ready(function(){ + $("#nav").jstree({ + "themes": { + "theme": "apple", "dots": false + }, + "plugins" : [ "themes", "html_data", "cookies", "themes" ] + }); + }); + </script> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-398545-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> +</head> +<body> + <div id="page"> + <div id="siteHeader"> + <table width="100%"> + <tr valign="middle"> + <td align="left"> + <a href="http://servicemix.apache.org/" title="An open source ESB"> + <img border="0" src="../images/logodesign.png" height="80"/><img border="0" height="80" src="../images/new-logo.png" /> + </a> + </td> + <td align="right"> + <a href="http://www.apache.org/" title="The Apache Sofware Foundation"> + <img border="0" height="60" src="../images/ASF-logo.png"> + </a> + <ul class="siteNav"> + <li><a href="../index.html" title="Overview">Guides Overview</a></li> + <li><a href="../contribute.html" title="Contributing?">Contributing?</a></li> + <li> + <form action="http://www.google.com/search" method="get" style="font-size: 10px;"> + <input name="ie" type="hidden" value="UTF-8"></input> + <input name="oe" type="hidden" value="UTF-8"></input> + <input maxlength="255" name="q" size="15" type="text" value=""></input> + <input name="btnG" type="submit" value="Search"></input> + <input name="domains" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + <input name="sitesearch" type="hidden" value="servicemix.apache.org/docs/4.4.x"></input> + </form> + </li> + </ul> + </td> + </tr> + </table> + </div> + <div id="content"> + <div id="nav"> + <!-- TODO: generate this file automatically, this is just a subset of the available commands for demo purposes --> +<ul> + <li id="comfig-commands"> + <a href="#">Using ConfigAdmin</a> + <ul> + <li id="config-cancel"> + <a href="config-cancel.html">config:cancel</a> + </li> + <li id="config-edit"> + <a href="config-edit.html">config:edit</a> + </li> + <li id="config-list"> + <a href="config-list.html">config:list</a> + </li> + <li id="config-propappend"> + <a href="config-propappend.html">config:propappend</a> + </li> + <li id="config-propdel"> + <a href="config-propdel.html">config:propdel</a> + </li> + <li id="config-proplist"> + <a href="config-proplist.html">config:proplist</a> + </li> + <li id="config-propset"> + <a href="config-propset.html">config:propset</a> + </li> + <li id="config-update"> + <a href="config-update.html">config:update</a> + </li> + </ul> + </li> + <li id="dev-commands"> + <a href="#">Development</a> + <ul> + <li id="dev-dynamic-import"> + <a href="dev-dynamic-import.html">dev:dynamic-import</a> + </li> + <li id="dev-framework"> + <a href="dev-framework.html">dev:framework</a> + </li> + <li id="dev-print-stack-traces"> + <a href="dev-print-stack-traces.html">dev:print-stack-traces</a> + </li> + <li id="dev-restart"> + <a href="dev-restart.html">dev:restart</a> + </li> + <li id="dev-show-tree"> + <a href="dev-show-tree.html">dev:show-tree</a> + </li> + </ul> + </li> + <li id="log-commands"> + <a href="#">Logging</a> + <ul> + <li id="log-display-exception"> + <a href="log-display-exception.html">log:display-exception</a> + </li> + <li id="log-display"> + <a href="log-display.html">log:display</a> + </li> + <li id="log-get"> + <a href="log-get.html">log:get</a> + </li> + <li id="log-set"> + <a href="log-set.html">log:set</a> + </li> + </ul> + </li> +</ul> + </div> + <div id="body"> + <h1 id="obrfind">obr:find</h1><h2 id="Description">Description</h2><p>Find OBR bundles for a given filter.</p><h2 id="Syntax">Syntax</h2><p>obr:find [options] requirements </p><h2 id="Arguments">Arguments</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> requirements </td><td class="confluenceTd"> Requirement </td></tr></table></div><h2 id="Options">Options</h2><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh"> Name </th><th class="confluenceTh"> Description </th></tr><tr><td class="confluenceTd"> --help </td><td class="confluenceTd"> Display this help message </td></tr></table></div> + </div> + + </div> + <div id="siteFooter"> + © 2008-2014 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a> + <br/> + Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation. + </div> + </div> +</body> +</html> \ No newline at end of file