Uses of Class
io.quarkus.cli.plugin.PluginType
-
Packages that use PluginType Package Description io.quarkus.cli.plugin -
-
Uses of PluginType in io.quarkus.cli.plugin
Methods in io.quarkus.cli.plugin that return PluginType Modifier and Type Method Description PluginTypePlugin. getType()static PluginTypePluginUtil. getType(String location)Get thePluginTypethat corresponds the the specified location.static PluginTypePluginUtil. getType(Optional<io.quarkus.maven.dependency.GACTV> gactv, Optional<URL> url, Optional<Path> path)Get thePluginTypethat corresponds the the specified locations.static PluginTypePluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginType[]PluginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.cli.plugin with parameters of type PluginType Constructor Description Plugin(String name, PluginType type)Plugin(String name, PluginType type, Optional<String> location, Optional<String> description)Plugin(String name, PluginType type, Optional<String> location, Optional<String> description, Optional<Path> catalogLocation, boolean inUserCatalog)
-