Uses of Class
org.apache.xbean.recipe.Reference
-
Packages that use Reference Package Description org.apache.xbean.recipe -
-
Uses of Reference in org.apache.xbean.recipe
Methods in org.apache.xbean.recipe that return types with arguments of type Reference Modifier and Type Method Description java.util.SortedMap<java.lang.String,java.util.List<Reference>>
DefaultExecutionContext. getUnresolvedRefs()
abstract java.util.Map<java.lang.String,java.util.List<Reference>>
ExecutionContext. getUnresolvedRefs()
Gets the unresolved references by name.java.util.Map<java.lang.String,java.util.List<Reference>>
UnresolvedReferencesException. getUnresolvedRefs()
Methods in org.apache.xbean.recipe with parameters of type Reference Modifier and Type Method Description void
DefaultExecutionContext. addReference(Reference reference)
abstract void
ExecutionContext. addReference(Reference reference)
Adds a reference to an object to this context.void
Reference.Action. onSet(Reference ref)
Constructor parameters in org.apache.xbean.recipe with type arguments of type Reference Constructor Description UnresolvedReferencesException(java.lang.String message, java.lang.Throwable cause, java.util.Map<java.lang.String,java.util.List<Reference>> unresolvedRefs)
UnresolvedReferencesException(java.lang.String message, java.util.Map<java.lang.String,java.util.List<Reference>> unresolvedRefs)
UnresolvedReferencesException(java.lang.Throwable cause, java.util.Map<java.lang.String,java.util.List<Reference>> unresolvedRefs)
UnresolvedReferencesException(java.util.Map<java.lang.String,java.util.List<Reference>> unresolvedRefs)
-