Uses of Class
net.morimekta.providence.reflect.ProgramRegistry
-
Packages that use ProgramRegistry Package Description net.morimekta.providence.reflect -
-
Uses of ProgramRegistry in net.morimekta.providence.reflect
Methods in net.morimekta.providence.reflect that return ProgramRegistry Modifier and Type Method Description ProgramRegistryProgramLoader. load(java.io.File file)ProgramRegistryProgramLoader. load(java.nio.file.Path file)Load a thrift definition from file including all it's dependencies.ProgramRegistryGlobalRegistry. registryForPath(java.lang.String filePath)Methods in net.morimekta.providence.reflect that return types with arguments of type ProgramRegistry Modifier and Type Method Description java.util.List<ProgramRegistry>GlobalRegistry. getRegistries()java.util.Optional<ProgramRegistry>ProgramRegistry. getRegistry(java.lang.String program)
-