Uses of Interface
com.sampullara.cli.Args.ValueCreator
-
Uses of Args.ValueCreator in com.sampullara.cli
Fields in com.sampullara.cli declared as Args.ValueCreatorModifier and TypeFieldDescriptionstatic final Args.ValueCreatorArgs.ENUM_CREATORstatic final Args.ValueCreatorArgs.ValueCreatorbuilding object using a one arg constructor taking aStringobject as parameterFields in com.sampullara.cli with type parameters of type Args.ValueCreatorModifier and TypeFieldDescriptionprivate static final List<Args.ValueCreator> private static List<Args.ValueCreator> Args.valueCreatorsMethods in com.sampullara.cli that return Args.ValueCreatorModifier and TypeMethodDescriptionstatic Args.ValueCreatorArgs.byStaticMethodInvocation(Class<?> compatibleType, String methodName) Creates aArgs.ValueCreatorobject able to create object assignable from given type, using a static one arg method which name is the the given one taking a String object as parameterMethods in com.sampullara.cli with parameters of type Args.ValueCreatorModifier and TypeMethodDescriptionstatic voidArgs.registerValueCreator(Args.ValueCreator vc) Allows external extension of the valiue creators.