Class RegistryArgumentKt
-
- All Implemented Interfaces:
public final class RegistryArgumentKt
-
-
Method Summary
Modifier and Type Method Description final static RegistryArgument
addRegistryArgument(AbstractStellarCommand<?> $self, String name, RegistryKey<?> registry)
Adds a RegistryArgument to the command with the given name and RegistryKey. final static RegistryArgument
addRegistryArgument(AbstractStellarCommand<?> $self, String name, Registry<?> registry)
Adds a RegistryArgument to the command with the given name and Registry. -
-
Method Detail
-
addRegistryArgument
final static RegistryArgument addRegistryArgument(AbstractStellarCommand<?> $self, String name, RegistryKey<?> registry)
Adds a RegistryArgument to the command with the given name and RegistryKey.
- Returns:
The created RegistryArgument.
-
addRegistryArgument
final static RegistryArgument addRegistryArgument(AbstractStellarCommand<?> $self, String name, Registry<?> registry)
Adds a RegistryArgument to the command with the given name and Registry.
- Returns:
The created RegistryArgument.
-
-
-
-