org.apache.directory.server.core.integ
Class AnnotationUtils

java.lang.Object
  extended by org.apache.directory.server.core.integ.AnnotationUtils

public class AnnotationUtils
extends java.lang.Object

Various utility methods for dealing with annotations all over.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
AnnotationUtils()
           
 
Method Summary
static SetupMode getMode(Mode modeAnnotation, SetupMode defaultMode)
           
static DirectoryServiceFactory newFactory(Factory factoryAnnotation, DirectoryServiceFactory defaultFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationUtils

public AnnotationUtils()
Method Detail

getMode

public static SetupMode getMode(Mode modeAnnotation,
                                SetupMode defaultMode)

newFactory

public static DirectoryServiceFactory newFactory(Factory factoryAnnotation,
                                                 DirectoryServiceFactory defaultFactory)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.