Package com.github.fungal.api.deployment
Class Constructor
java.lang.Object
com.github.fungal.api.deployment.Constructor
Represents a constructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the factoryGet the factory classGet the factory methodGet the parameter valuesvoidsetFactory(Factory value) Set the factoryvoidsetFactoryClass(String value) Set the factory classvoidsetFactoryMethod(String value) Set the factory method
-
Constructor Details
-
Constructor
public Constructor()Constructor
-
-
Method Details
-
getParameter
Get the parameter values- Returns:
- The value
-
getFactory
Get the factory- Returns:
- The value
-
setFactory
Set the factory- Parameters:
value- The value
-
getFactoryMethod
Get the factory method- Returns:
- The value
-
setFactoryMethod
Set the factory method- Parameters:
value- The value
-
getFactoryClass
Get the factory class- Returns:
- The value
-
setFactoryClass
Set the factory class- Parameters:
value- The value
-