Fixed package info files.
This commit is contained in:
@@ -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;
|
||||
@@ -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>
|
||||
@@ -1,4 +0,0 @@
|
||||
/**
|
||||
* This package contains the parser classes and interfaces.
|
||||
*/
|
||||
package org.springframework.ldap.ldif.parser;
|
||||
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package contains the parser classes and interfaces.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
@@ -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>
|
||||
@@ -1,4 +0,0 @@
|
||||
/**
|
||||
* This package provides unit classes to test the validity of other classes in this suite.
|
||||
*/
|
||||
package org.springframework.ldap.ldif;
|
||||
Reference in New Issue
Block a user