The generate-schema-from-source Command-Line Tool

Generate LDAP schema that may be used to store objects from a properly-annotated class contained in the Java classpath. The schema elements will be written to the file in LDIF form.

Usage

generate-schema-from-source {arguments}

Arguments

Exclusive Argument Sets

Examples

    generate-schema-from-source --javaClass com.example.MyClass \
         --outputFile MyClass-schema.ldif