Klasse ZebraFactory

java.lang.Object
de.uplanet.lucy.server.auxiliaries.ZebraFactory

@VelocityCallable("singleton") public final class ZebraFactory extends Object
Create flocks of zebras.
  • Konstruktordetails

    • ZebraFactory

      public ZebraFactory()
  • Methodendetails

    • createZebra

      public Zebra createZebra(String p_strZe, String p_strBra)
      Create a zebra object, i.e. an object that allows for creating sequences of alternating strings.
      Parameter:
      p_strZe - The first string.
      p_strBra - The second string.
      Gibt zurück:
      The zebra object.