Uses of Class
org.jboss.galleon.cli.model.FeatureContainer
-
-
Uses of FeatureContainer in org.jboss.galleon.cli
Methods in org.jboss.galleon.cli that return FeatureContainer Modifier and Type Method Description FeatureContainerPmSession. getContainer() -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd
Methods in org.jboss.galleon.cli.cmd that return FeatureContainer Modifier and Type Method Description protected abstract FeatureContainerAbstractPathCompleter. getContainer(PmCompleterInvocation completerInvocation)protected FeatureContainerStateFullPathCompleter. getContainer(PmCompleterInvocation completerInvocation) -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd.installation
Methods in org.jboss.galleon.cli.cmd.installation that return FeatureContainer Modifier and Type Method Description FeatureContainerAbstractInstallationCommand. getFeatureContainer(PmSession session, org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout> layout) -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd.state
Methods in org.jboss.galleon.cli.cmd.state with parameters of type FeatureContainer Modifier and Type Method Description static java.lang.StringStateInfoUtil. buildOptionalPackages(PmSession session, FeatureContainer container, org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout> pLayout)static voidStateInfoUtil. printContentPath(PmCommandInvocation session, FeatureContainer fp, java.lang.String path)Method parameters in org.jboss.galleon.cli.cmd.state with type arguments of type FeatureContainer Modifier and Type Method Description static voidStateInfoUtil. displayInfo(PmCommandInvocation invoc, java.nio.file.Path installation, org.jboss.galleon.config.ProvisioningConfig config, java.lang.String type, java.util.function.Function<org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout>,FeatureContainer> supplier) -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd.state.configuration
Methods in org.jboss.galleon.cli.cmd.state.configuration that return FeatureContainer Modifier and Type Method Description protected FeatureContainerAbstractDefaultConfigCommand.ConfigCompleter. getContainer(PmCompleterInvocation completerInvocation) -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd.state.feature
Methods in org.jboss.galleon.cli.cmd.state.feature that return FeatureContainer Modifier and Type Method Description protected FeatureContainerStateAddFeatureCommand.FeatureSpecIdCompleter. getContainer(PmCompleterInvocation completerInvocation) -
Uses of FeatureContainer in org.jboss.galleon.cli.cmd.state.pkg
Subclasses of FeatureContainer in org.jboss.galleon.cli.cmd.state.pkg Modifier and Type Class Description static classAbstractPackageCommand.AllPackagesContainerMethods in org.jboss.galleon.cli.cmd.state.pkg that return FeatureContainer Modifier and Type Method Description protected FeatureContainerAbstractPackageCommand.PackageCompleter. getContainer(PmCompleterInvocation completerInvocation)Constructors in org.jboss.galleon.cli.cmd.state.pkg with parameters of type FeatureContainer Constructor Description AllPackagesContainer(FeatureContainer container) -
Uses of FeatureContainer in org.jboss.galleon.cli.model
Subclasses of FeatureContainer in org.jboss.galleon.cli.model Modifier and Type Class Description classFeaturePackInfoclassProvisioningInfoMethods in org.jboss.galleon.cli.model that return FeatureContainer Modifier and Type Method Description static FeatureContainerFeatureContainers. fromFeaturePackId(PmSession session, org.jboss.galleon.universe.FeaturePackLocation.FPID fpid, java.lang.String name)static FeatureContainerFeatureContainers. fromProvisioningRuntime(PmSession session, org.jboss.galleon.runtime.ProvisioningRuntime runtime)static FeatureContainerCaches. getFeaturePackInfo(org.jboss.galleon.universe.FeaturePackLocation.FPID fpid)Methods in org.jboss.galleon.cli.model that return types with arguments of type FeatureContainer Modifier and Type Method Description java.util.Map<java.lang.String,FeatureContainer>FeatureContainer. getFullDependencies()Methods in org.jboss.galleon.cli.model with parameters of type FeatureContainer Modifier and Type Method Description static voidCaches. addFeaturePackInfo(org.jboss.galleon.universe.FeaturePackLocation.FPID fpid, FeatureContainer info)Method parameters in org.jboss.galleon.cli.model with type arguments of type FeatureContainer Modifier and Type Method Description voidFeatureContainer. setFullDependencies(java.util.Map<java.lang.String,FeatureContainer> fullDependencies) -
Uses of FeatureContainer in org.jboss.galleon.cli.model.state
Methods in org.jboss.galleon.cli.model.state that return FeatureContainer Modifier and Type Method Description FeatureContainerState. getContainer() -
Uses of FeatureContainer in org.jboss.galleon.cli.path
Constructors in org.jboss.galleon.cli.path with parameters of type FeatureContainer Constructor Description FeatureContainerPathConsumer(FeatureContainer info, boolean completion)
-