Package dk.eSoftware.commandLineParser
Interface InstanceCreatingConfiguration<T>
-
- All Superinterfaces:
Configuration
- All Known Implementing Classes:
AbstractInstanceCreatingConfiguration
public interface InstanceCreatingConfiguration<T> extends Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TproduceInstance()Produces a newly instantiated instance of the configured class, defined byT
-
-
-
Method Detail
-
produceInstance
T produceInstance()
Produces a newly instantiated instance of the configured class, defined byT- Returns:
- a newly created instance of the class this configures
-
-