Class Constructor

java.lang.Object
com.github.fungal.api.deployment.Constructor

public class Constructor extends Object
Represents a constructor
  • Constructor Details

    • Constructor

      public Constructor()
      Constructor
  • Method Details

    • getParameter

      public List<Parameter> getParameter()
      Get the parameter values
      Returns:
      The value
    • getFactory

      public Factory getFactory()
      Get the factory
      Returns:
      The value
    • setFactory

      public void setFactory(Factory value)
      Set the factory
      Parameters:
      value - The value
    • getFactoryMethod

      public String getFactoryMethod()
      Get the factory method
      Returns:
      The value
    • setFactoryMethod

      public void setFactoryMethod(String value)
      Set the factory method
      Parameters:
      value - The value
    • getFactoryClass

      public String getFactoryClass()
      Get the factory class
      Returns:
      The value
    • setFactoryClass

      public void setFactoryClass(String value)
      Set the factory class
      Parameters:
      value - The value