Uses of Class
io.openliberty.tools.common.plugins.util.InstallFeatureUtil.ProductProperties
-
Packages that use InstallFeatureUtil.ProductProperties Package Description io.openliberty.tools.common.plugins.util -
-
Uses of InstallFeatureUtil.ProductProperties in io.openliberty.tools.common.plugins.util
Methods in io.openliberty.tools.common.plugins.util that return types with arguments of type InstallFeatureUtil.ProductProperties Modifier and Type Method Description static List<InstallFeatureUtil.ProductProperties>InstallFeatureUtil. loadProperties(File installDir)Method parameters in io.openliberty.tools.common.plugins.util with type arguments of type InstallFeatureUtil.ProductProperties Modifier and Type Method Description static StringInstallFeatureUtil. getOpenLibertyVersion(List<InstallFeatureUtil.ProductProperties> propList)static booleanInstallFeatureUtil. isClosedLiberty(List<InstallFeatureUtil.ProductProperties> propList)Constructor parameters in io.openliberty.tools.common.plugins.util with type arguments of type InstallFeatureUtil.ProductProperties Constructor Description InstallFeatureUtil(File installDirectory, File buildDirectory, String from, String to, Set<String> pluginListedEsas, List<InstallFeatureUtil.ProductProperties> propertiesList, String openLibertyVersion, String containerName, List<String> additionalJsons)Initialize the utility and check for unsupported scenarios.
-