Uses of Interface
org.apache.xbean.recipe.Repository
Packages that use Repository
-
Uses of Repository in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement RepositoryFields in org.apache.xbean.recipe declared as RepositoryModifier and TypeFieldDescriptionprivate Repository
DefaultExecutionContext.repository
The source of recipes and existing objects.private Repository
ObjectGraph.repository
Methods in org.apache.xbean.recipe that return RepositoryModifier and TypeMethodDescriptionDefaultExecutionContext.getRepository()
ObjectGraph.getRepository()
Methods in org.apache.xbean.recipe with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
DefaultExecutionContext.setRepository
(Repository repository) void
ObjectGraph.setRepository
(Repository repository) Constructors in org.apache.xbean.recipe with parameters of type RepositoryModifierConstructorDescriptionDefaultExecutionContext
(Repository repository) ObjectGraph
(Repository repository)