Uses of Interface
org.guvnor.ala.build.Project
-
Packages that use Project Package Description org.guvnor.ala.build org.guvnor.ala.registry org.guvnor.ala.registry.inmemory -
-
Uses of Project in org.guvnor.ala.build
Methods in org.guvnor.ala.build that return Project Modifier and Type Method Description ProjectBinary. getProject() -
Uses of Project in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return types with arguments of type Project Modifier and Type Method Description List<Project>SourceRegistry. getAllProjects(Repository repo)Get All the registered projects for a given repositoryMethods in org.guvnor.ala.registry with parameters of type Project Modifier and Type Method Description voidSourceRegistry. registerProject(Source source, Project project)Register a Project code from a Source -
Uses of Project in org.guvnor.ala.registry.inmemory
Methods in org.guvnor.ala.registry.inmemory that return types with arguments of type Project Modifier and Type Method Description List<Project>InMemorySourceRegistry. getAllProjects(Repository repository)Methods in org.guvnor.ala.registry.inmemory with parameters of type Project Modifier and Type Method Description voidInMemorySourceRegistry. registerProject(Source source, Project project)
-