Package org.apache.directory.server.core.integ.annotations

Examples of org.apache.directory.server.core.integ.annotations.ApplyLdifFiles


        if ( parent != null )
        {
            parent.getLdifFiles( ldifFiles );
        }

        ApplyLdifFiles annotation = description.getAnnotation( ApplyLdifFiles.class );
       
        if ( ( annotation != null ) && ( annotation.value() != null ) )
        {
            ldifFiles.addAll( Arrays.asList( annotation.value() ) );
        }

        return ldifFiles;
    }
View Full Code Here

TOP

Related Classes of org.apache.directory.server.core.integ.annotations.ApplyLdifFiles

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.