Skip to content

Commit 0a89be6

Browse files
author
John Keyes
committed
- added package.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@267481 13f79535-47bb-0310-9956-ffa450edef68
1 parent b120308 commit 0a89be6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Provides classes and interfaces for validating argument values.
2+
3+
These classes are capable of validating argument values of the following type:
4+
5+
<ul>
6+
<li>file/directory</li>
7+
<li>number</li>
8+
<li>date/time</li>
9+
<li>URL</li>
10+
<li>enumeration</li>
11+
<li>class</li>
12+
</ul>

0 commit comments

Comments
 (0)