Class CommandLineValueProcessor
- java.lang.Object
-
- com.tngtech.configbuilder.annotation.valueextractor.CommandLineValueProcessor
-
- All Implemented Interfaces:
ValueExtractorProcessor
public class CommandLineValueProcessor extends Object implements ValueExtractorProcessor
ProcessesCommandLineValueannotations
-
-
Constructor Summary
Constructors Constructor Description CommandLineValueProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue(Annotation annotation, ConfigBuilderFactory configBuilderFactory)
-
-
-
Method Detail
-
getValue
public String getValue(Annotation annotation, ConfigBuilderFactory configBuilderFactory)
- Specified by:
getValuein interfaceValueExtractorProcessor
-
-