Record Class PlatformPluginProcessor.ScanPackageEntry
java.lang.Object
java.lang.Record
eu.cloudnetservice.ext.platforminject.processor.PlatformPluginProcessor.ScanPackageEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for themainClassPackagerecord component.The field for thepackageNameMatchersrecord component.The field for theplatformrecord component.The field for thepluginrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themainClassPackagerecord component.Returns the value of thepackageNameMatchersrecord component.platform()Returns the value of theplatformrecord component.plugin()Returns the value of thepluginrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
plugin
-
platform
-
mainClassPackage
-
packageNameMatchers
-
-
Constructor Details
-
ScanPackageEntry
private ScanPackageEntry(@NonNull @NonNull String plugin, @NonNull @NonNull String platform, @NonNull @NonNull String mainClassPackage, @NonNull @NonNull Set<Pattern> packageNameMatchers) Creates an instance of aScanPackageEntryrecord class.- Parameters:
plugin- the value for thepluginrecord componentplatform- the value for theplatformrecord componentmainClassPackage- the value for themainClassPackagerecord componentpackageNameMatchers- the value for thepackageNameMatchersrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
plugin
-
platform
-
mainClassPackage
-
packageNameMatchers
-