Uses of Interface
org.apache.xbean.recipe.Repository
-
Packages that use Repository Package Description org.apache.xbean.recipe -
-
Uses of Repository in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement Repository Modifier and Type Class Description class
DefaultRepository
Methods in org.apache.xbean.recipe that return Repository Modifier and Type Method Description Repository
DefaultExecutionContext. getRepository()
Repository
ObjectGraph. getRepository()
Methods in org.apache.xbean.recipe with parameters of type Repository Modifier and Type Method Description void
DefaultExecutionContext. setRepository(Repository repository)
void
ObjectGraph. setRepository(Repository repository)
Constructors in org.apache.xbean.recipe with parameters of type Repository Constructor Description DefaultExecutionContext(Repository repository)
ObjectGraph(Repository repository)
-