Uses of Class
org.int4.dirk.api.definition.AutoDiscoveryException
-
Packages that use AutoDiscoveryException Package Description org.int4.dirk.api org.int4.dirk.core org.int4.dirk.plugins -
-
Uses of AutoDiscoveryException in org.int4.dirk.api
Methods in org.int4.dirk.api that throw AutoDiscoveryException Modifier and Type Method Description voidCandidateRegistry. register(java.lang.reflect.Type type)Registers aType, and all its derived candidates if any, if all its dependencies can be resolved and it would not cause existing registered types to have ambiguous dependencies as a result of registering the given type.voidCandidateRegistry. register(java.util.Collection<java.lang.reflect.Type> types)Registers the givenTypes, and all their derived candidates if any, if all their dependencies can be resolved and it would not cause existing registered types to have ambiguous dependencies as a result of registering the given types.voidCandidateRegistry. remove(java.lang.reflect.Type type)Removes the givenType, and all its derived candidates if any, if doing so would not result maintains all invariants for the remaining registered types.voidCandidateRegistry. remove(java.util.Collection<java.lang.reflect.Type> types)Removes the givenTypes, all their derived candidates if any, if doing so would not result maintains all invariants for the remaining registered types. -
Uses of AutoDiscoveryException in org.int4.dirk.core
Methods in org.int4.dirk.core that throw AutoDiscoveryException Modifier and Type Method Description voidStandardInjector. register(java.lang.reflect.Type concreteType)voidStandardInjector. register(java.util.Collection<java.lang.reflect.Type> concreteTypes)voidStandardInjector. remove(java.lang.reflect.Type concreteType)voidStandardInjector. remove(java.util.Collection<java.lang.reflect.Type> concreteTypes) -
Uses of AutoDiscoveryException in org.int4.dirk.plugins
Methods in org.int4.dirk.plugins that throw AutoDiscoveryException Modifier and Type Method Description PluginPluginManager. loadPlugin(java.net.URL... urls)Loads classes from a plugin defined by a Module.PluginPluginManager. loadPluginAndScan(java.lang.String... packageNamePrefixes)Scans the given package prefixes and creates aPluginfor any annotated types located during the scan.PluginPluginManager. loadPluginAndScan(java.net.URL... urls)Loads jars at the givenURLs, scans for annotated types and creates aPlugin.voidComponentScanner. scan(CandidateRegistry registry)Scans for annotated types and adds them to the givenCandidateRegistry.voidPluginManager. unload(Plugin plugin)Attempts to unload the given plugin.
-