roxspring    2004/09/02 06:58:02

  Added:       cli/xdocs/manual validators.xml builders.xml index.xml
                        commandlines.xml utilities.xml options.xml
  Log:
  Added initial cli2 manual stub
  
  Revision  Changes    Path
  1.1                  jakarta-commons/cli/xdocs/manual/validators.xml
  
  Index: validators.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - Validators</title>
    </properties>
  
    <body>
      <section name="Validators">
        <img src="../images/validators.jpg"/>
        <subsection name="??">
        </subsection>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/manual/builders.xml
  
  Index: builders.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - Builders</title>
    </properties>
  
    <body>
      <section name="Builders">
        <img src="../images/builders.jpg"/>
        <subsection name="GroupBuilder">
        </subsection>
        <subsection name="ArgumentBuilder">
        </subsection>
        <subsection name="DefaultOptionBuilder">
        </subsection>
        <subsection name="CommandBuilder">
        </subsection>
        <subsection name="SwitchBuilder">
        </subsection>
        <subsection name="PatternBuilder">
        </subsection>
        <subsection name="Other Options">
          <p>TODO PropertyOption</p>
          <p>TODO SourceDestArgument</p>
        </subsection>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/manual/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - Overview</title>
    </properties>
  
    <body>
      <section name="Overview">
        <p>TODO quick overview to the overview</p>
        <subsection name="Modelling the interface">
          <p>TODO terminology</p>
          <p>TODO basic options</p>
          <p>TODO option builders</p>
        </subsection>
        <subsection name="Parsing the command line">
          <p>TODO Parser</p>
          <p>TODO OptionException</p>
          <p>TODO HelpFormatter</p>
        </subsection>
        <subsection name="Querying the result">
          <p>TODO CommandLine</p>
          <p>TODO DefaultingCommandLine</p>
        </subsection>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/manual/commandlines.xml
  
  Index: commandlines.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - CommandLines</title>
    </properties>
  
    <body>
      <section name="CommandLines">
        <img src="../images/commandlines.jpg"/>
        <subsection name="Parser">
        </subsection>
        <subsection name="CommandLine">
        </subsection>
        <subsection name="WriteableCommandLine">
        </subsection>
        <subsection name="DefaultingCommandLine">
        </subsection>
        <subsection name="PropertiesCommandLine">
        </subsection>
        <subsection name="Command">
        </subsection>
        <subsection name="Switch">
        </subsection>
        <subsection name="PropertyOption">
        </subsection>
        <subsection name="SourceDestArgument">
        </subsection>
      </section>
      <section name="Future Work">
        <p>TODO commons-configuration</p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/manual/utilities.xml
  
  Index: utilities.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - Utilities</title>
    </properties>
  
    <body>
      <section name="Utilities">
        <img src="../images/utilities.jpg"/>
        <subsection name="HelpFormatter">
        </subsection>
        <subsection name="Comparators">
        </subsection>
      </section>
      <section name="Future Work">
        <p>TODO xml2cli</p>
        <p>TODO cli2ant</p>
        <p>TODO cli2html</p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/manual/options.xml
  
  Index: options.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
   Copyright 2004 The Apache Software Foundation
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">commons-dev</author>
      <title>CLI2 - Options</title>
    </properties>
  
    <body>
      <section name="Options">
        <img src="../images/options.jpg"/>
        <subsection name="Option">
        </subsection>
        <subsection name="Group">
        </subsection>
        <subsection name="Argument">
        </subsection>
        <subsection name="Parent">
        </subsection>
        <subsection name="DefaultOption">
        </subsection>
        <subsection name="Command">
        </subsection>
        <subsection name="Switch">
        </subsection>
        <subsection name="PropertyOption">
        </subsection>
        <subsection name="SourceDestArgument">
        </subsection>
      </section>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to