Uses of Class
org.int4.dirk.api.definition.MissingDependencyException
-
Packages that use MissingDependencyException Package Description org.int4.dirk.core.store -
-
Uses of MissingDependencyException in org.int4.dirk.core.store
Methods in org.int4.dirk.core.store that throw MissingDependencyException Modifier and Type Method Description voidQualifiedTypeStore. remove(T qualifiedType)Removes a typeTfrom the store.voidQualifiedTypeStore. removeAll(java.util.Collection<T> qualifiedTypes)Removes multiple typeTs from the store.
-