Fixed package info files.

This commit is contained in:
Ulrik Sandberg
2009-08-02 19:31:13 +00:00
parent 2d4a185186
commit 721fe2d73c
9 changed files with 40 additions and 32 deletions

View File

@@ -1,7 +0,0 @@
/**
* The base package for Spring LDAPs LDIF parser implementation.
* <p>
* Classes declared in this package include the new base types for
* LDAP objects as well as exception types for the LDIF parser.
*/
package org.springframework.ldap.ldif;

View File

@@ -0,0 +1,10 @@
<html>
<body>
The base package for Spring LDAPs LDIF parser implementation.
<p>
Classes declared in this package include the new base types for
LDAP objects as well as exception types for the LDIF parser.
</body>
</html>

View File

@@ -1,4 +0,0 @@
/**
* This package contains the parser classes and interfaces.
*/
package org.springframework.ldap.ldif.parser;

View File

@@ -0,0 +1,7 @@
<html>
<body>
This package contains the parser classes and interfaces.
</body>
</html>

View File

@@ -1,10 +0,0 @@
/**
* Provides the necessary auxiliary classes utilized by the LDIFParser.
* <p>
* Notable classes in this package include:
* <ul>
* <li>AttributeValidationPolicy - specifies the proper format valid attributes must adhere to.</li>
* <li>SeparatorPolicy - translates lines read from the resource into attributes.</li>
* </ul>
*/
package org.springframework.ldap.ldif.support;

View File

@@ -0,0 +1,13 @@
<html>
<body>
Provides the necessary auxiliary classes utilized by the LDIFParser.
<p>
Notable classes in this package include:
<ul>
<li>AttributeValidationPolicy - specifies the proper format valid attributes must adhere to.</li>
<li>SeparatorPolicy - translates lines read from the resource into attributes.</li>
</ul>
</body>
</html>

View File

@@ -1,7 +0,0 @@
/**
* This package is aimed at providing a mechanism to implement LDAP schemas.
* <p>
* Utilized by the LDIFParser to validate object composition post assembly, these
* classes may also be referenced by other utilities where seen fit.
*/
package org.springframework.ldap.schema;

View File

@@ -0,0 +1,10 @@
<html>
<body>
This package is aimed at providing a mechanism to implement LDAP schemas.
<p>
Utilized by the LDIFParser to validate object composition post assembly, these
classes may also be referenced by other utilities where seen fit.
</body>
</html>

View File

@@ -1,4 +0,0 @@
/**
* This package provides unit classes to test the validity of other classes in this suite.
*/
package org.springframework.ldap.ldif;