Uses of Interface
org.refcodes.properties.ext.cli.ParseArgsProperties
-
Uses of ParseArgsProperties in org.refcodes.properties.ext.cli
Classes in org.refcodes.properties.ext.cli that implement ParseArgsPropertiesModifier and TypeClassDescriptionclassTheArgsParserPropertiesclass implements theParseArgsPropertiestype to combine theParseArgstype with thePropertiestype in a dedicated class.Methods in org.refcodes.properties.ext.cli that return ParseArgsPropertiesModifier and TypeMethodDescriptionArgsParserPropertiesAccessor.getArgsParserProperties()Retrieves the args-properties from theParseArgsPropertiesproperty.default ParseArgsPropertiesArgsParserPropertiesAccessor.ArgsParserPropertiesProperty.letArgsParserProperties(ParseArgsProperties aParseArgsProperties) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenParseArgsProperties(setter) as ofArgsParserPropertiesAccessor.ArgsParserPropertiesMutator.setArgsParserProperties(ParseArgsProperties)and returns the very same value (getter).ArgsParserProperties.withEvalArgs(String aToPath, String[] aArgs) Same asevalArgs(String[])with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.ArgsParserProperties.withEvalArgs(String aToPath, List<String> aArgs) Same asevalArgs(String[])with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.default ParseArgsPropertiesParseArgsProperties.withEvalArgs(String[] aArgs) Same asevalArgs(String[])with the difference that this class's instance being invoked is returned as of the builder pattern.default ParseArgsPropertiesParseArgsProperties.withEvalArgs(String aToPath, String[] aArgs) Same asevalArgs(String[])with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.default ParseArgsPropertiesParseArgsProperties.withEvalArgs(String aToPath, List<String> aArgs) Same asevalArgs(String[])with the difference that the identified properties are inserted below the provided path and that this class's instance being invoked is returned as of the builder pattern.default ParseArgsPropertiesParseArgsProperties.withEvalArgs(List<String> aArgs) Same asevalArgs(List)with the difference that this class's instance being invoked is returned as of the builder pattern.Methods in org.refcodes.properties.ext.cli with parameters of type ParseArgsPropertiesModifier and TypeMethodDescriptiondefault ParseArgsPropertiesArgsParserPropertiesAccessor.ArgsParserPropertiesProperty.letArgsParserProperties(ParseArgsProperties aParseArgsProperties) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenParseArgsProperties(setter) as ofArgsParserPropertiesAccessor.ArgsParserPropertiesMutator.setArgsParserProperties(ParseArgsProperties)and returns the very same value (getter).voidArgsParserPropertiesAccessor.ArgsParserPropertiesMutator.setArgsParserProperties(ParseArgsProperties aProperties) Sets the args-properties for theParseArgsPropertiesproperty.ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder.withArgsParserProperties(ParseArgsProperties aProperties) Sets the args-properties for theParseArgsPropertiesproperty.