Uses of Interface
org.guvnor.ala.build.Binary
-
Packages that use Binary Package Description org.guvnor.ala.registry org.guvnor.ala.registry.inmemory -
-
Uses of Binary in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return types with arguments of type Binary Modifier and Type Method Description List<Binary>BuildRegistry. getAllBinaries()Returns all the registered binariesMethods in org.guvnor.ala.registry with parameters of type Binary Modifier and Type Method Description voidBuildRegistry. registerBinary(Binary binary)Register a new binary -
Uses of Binary in org.guvnor.ala.registry.inmemory
Fields in org.guvnor.ala.registry.inmemory with type parameters of type Binary Modifier and Type Field Description protected Map<String,Binary>InMemoryBuildRegistry. binariesByNameMethods in org.guvnor.ala.registry.inmemory that return types with arguments of type Binary Modifier and Type Method Description List<Binary>InMemoryBuildRegistry. getAllBinaries()Methods in org.guvnor.ala.registry.inmemory with parameters of type Binary Modifier and Type Method Description voidInMemoryBuildRegistry. registerBinary(Binary binary)
-