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 classDefaultRepositoryFields in org.apache.xbean.recipe declared as Repository Modifier and Type Field Description private RepositoryDefaultExecutionContext. repositoryThe source of recipes and existing objects.private RepositoryObjectGraph. repositoryMethods in org.apache.xbean.recipe that return Repository Modifier and Type Method Description RepositoryDefaultExecutionContext. getRepository()RepositoryObjectGraph. getRepository()Methods in org.apache.xbean.recipe with parameters of type Repository Modifier and Type Method Description voidDefaultExecutionContext. setRepository(Repository repository)voidObjectGraph. setRepository(Repository repository)Constructors in org.apache.xbean.recipe with parameters of type Repository Constructor Description DefaultExecutionContext(Repository repository)ObjectGraph(Repository repository)
-