Class ConfiguratorDescriptor
java.lang.Object
games.stendhal.server.core.config.zone.SetupDescriptor
games.stendhal.server.core.config.zone.ConfiguratorDescriptor
A zone configurator [setup] descriptor.
-
Field Summary
Fields inherited from class games.stendhal.server.core.config.zone.SetupDescriptor
parameters
-
Constructor Summary
ConstructorDescriptionConfiguratorDescriptor(String className)
Create a zone configurator descriptor. -
Method Summary
Modifier and TypeMethodDescriptionGet the class name of the configurator.void
setup(StendhalRPZone zone)
Do appropriate zone setup.Methods inherited from class games.stendhal.server.core.config.zone.SetupDescriptor
getParameters, setParameter
-
Field Details
-
className
The class name of the configurator.
-
-
Constructor Details
-
ConfiguratorDescriptor
Create a zone configurator descriptor.- Parameters:
className
- The class name of the configurator.
-
-
Method Details
-
getClassName
Get the class name of the configurator.- Returns:
- The class name.
-
setup
Do appropriate zone setup.- Specified by:
setup
in classSetupDescriptor
- Parameters:
zone
- The zone.
-