Class VendorSection
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.smap.AbstractSMAPSection
-
- org.stianloader.micromixin.transform.internal.util.smap.VendorSection
-
public class VendorSection extends AbstractSMAPSection
-
-
Constructor Summary
Constructors Constructor Description VendorSection(java.lang.String vendorId)Constructor for a newVendorSectionwith a given vendorId string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderpushContents(java.lang.StringBuilder sharedBuilder)-
Methods inherited from class org.stianloader.micromixin.transform.internal.util.smap.AbstractSMAPSection
toString
-
-
-
-
Constructor Detail
-
VendorSection
public VendorSection(@NotNull java.lang.String vendorId)Constructor for a newVendorSectionwith a given vendorId string. The vendorInfo attribute is left unspecified.- Parameters:
vendorId- The vendor Id. Must follow the package naming conventions as per JSR-45.
-
-
Method Detail
-
pushContents
@NotNull public java.lang.StringBuilder pushContents(@NotNull java.lang.StringBuilder sharedBuilder)- Specified by:
pushContentsin classAbstractSMAPSection
-
-