Package org.wildfly.channel
Class Vendor
- java.lang.Object
-
- org.wildfly.channel.Vendor
-
public class Vendor extends Object
Java representation of a Vendor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVendor.Support
-
Constructor Summary
Constructors Constructor Description Vendor(String name, Vendor.Support support)Vendor resource
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Vendor.SupportgetSupport()StringtoString()
-
-
-
Constructor Detail
-
Vendor
public Vendor(String name, Vendor.Support support)
Vendor resource- Parameters:
name- Name of the vendor - requiredsupport- Support level of the vendor - required
-
-
Method Detail
-
getName
public String getName()
-
getSupport
public Vendor.Support getSupport()
-
-