Uses of Interface
org.guvnor.ala.source.Source
-
Packages that use Source Package Description org.guvnor.ala.registry org.guvnor.ala.registry.inmemory org.guvnor.ala.source -
-
Uses of Source in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry with parameters of type Source Modifier and Type Method Description voidSourceRegistry. registerProject(Source source, Project project)Register a Project code from a SourcevoidSourceRegistry. registerSource(Repository repo, Source source)Register a Source code from a Repository -
Uses of Source in org.guvnor.ala.registry.inmemory
Methods in org.guvnor.ala.registry.inmemory with parameters of type Source Modifier and Type Method Description voidInMemorySourceRegistry. registerProject(Source source, Project project)voidInMemorySourceRegistry. registerSource(Repository repo, Source source) -
Uses of Source in org.guvnor.ala.source
Methods in org.guvnor.ala.source that return Source Modifier and Type Method Description SourceRepository. getSource()SourceRepository. getSource(String root, String... path)
-