de.smartics.properties.spi.core.classpath
Class PropertySetClassesLoader

Package class diagram package PropertySetClassesLoader
java.lang.Object
  extended by de.smartics.properties.spi.core.classpath.PropertySetClassesLoader

public final class PropertySetClassesLoader
     
     
extends Object

Loads classes that have a PropertySet annotation.


Constructor Summary
PropertySetClassesLoader()
           
 
Method Summary
 Set<Class<?>> getPropertySetTypes(Collection<URL> urls)
          Returns all types that are annotated as property set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetClassesLoader

public PropertySetClassesLoader()
Method Detail

getPropertySetTypes

public Set<Class<?>> getPropertySetTypes(Collection<URL> urls)
Returns all types that are annotated as property set.

Parameters:
urls - the class roots to search for types that have the required annotation.
Returns:
the set of types that are annotated with PropertySet.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.