Uses of Interface
org.aksw.vshell.registry.CommandCatalog
Packages that use CommandCatalog
-
Uses of CommandCatalog in org.aksw.vshell.registry
Classes in org.aksw.vshell.registry that implement CommandCatalogModifier and TypeClassDescriptionclassCombine a locator with an exec-site instance.classclassRegistry / cache for whether a command is available on a certain exec site.Methods in org.aksw.vshell.registry that return CommandCatalogModifier and TypeMethodDescriptionExecSiteResolver.getCommandCatalog()ExecSiteToProcessDispatcher.getCommandCatalog()CmdExecSystem.getHostCatalog()CmdExecSystem.getJvmCatalog()CmdExecSystem.getUnionCatalog()Methods in org.aksw.vshell.registry with parameters of type CommandCatalogModifier and TypeMethodDescriptionstatic ExecSiteResolverExecSiteResolver.of(CommandCatalog commandCatalog, JvmCommandRegistry jvmCmdRegistry) static CmdOpFinalPlacementResolver.resolve(CmdOp cmdOp, ExecSite execSite, ExecSiteResolver resolver, CommandCatalog inferredCatalog) static FinalPlacementFinalPlacementResolver.resolve(FinalPlacement inPlacement, ExecSiteResolver resolver, CommandCatalog inferredCatalog) static CommandBindingCmdOpVisitorToPbDocker.resolveOrFail(CommandCatalog commandCatalog, String commandName, ExecSite execSite) CmdOpVisitorToPbDocker.resolveOrFail(CommandCatalog commandCatalog, String commandName, ExecSite execSite, List<String> args) Constructors in org.aksw.vshell.registry with parameters of type CommandCatalogModifierConstructorDescriptionCandidatePlacer(CommandCatalog cmdRegistry, ExecSiteResolver execSiteResolver, Set<ExecSite> preferredExecSites) CmdOpVisitorCandidatePlacer(CommandCatalog cmdRegistry, CommandRegistry probeResultsCatalog, ExecSiteResolver execSiteResolver, Set<ExecSite> preferredExecSites) CommandParserCatalogImpl(CommandCatalog commandCatalog, JvmCommandRegistry commandRegistry) ExecSiteResolver(CommandCatalog cmdCatalog, JvmCommandRegistry jvmCmdRegistry, ExecSiteProbeResults cmdAvailability, ImageIntrospector dockerImageIntrospector) ExecSiteToProcessDispatcher(FinalPlacement finalPlacement, ProcessRunner context, CommandCatalog commandCatalog, FileMapper fileMapper, ExecSiteResolver resolver, ExecutorService executorService) ProcessBuilderFinalPlacement(FileMapper fileMapper, ExecSiteResolver resolver, CommandCatalog commandCatalog) Constructor parameters in org.aksw.vshell.registry with type arguments of type CommandCatalog