Package src :: Package com :: Package deviceatlas :: Package device :: Module dynamic_version_extractor :: Class DynamicVersionExtractor
[frames] | no frames]

Class DynamicVersionExtractor

dynamic_value_extractor.DynamicValueExtractor --+
                                                |
                                               DynamicVersionExtractor

Instance Methods
 
__init__(self, before_delimiter, after_delimiter, prefix, keep_prefix, decimal_seperator, suffix_allowed, suffix_seperator)
 
get_dynamic_value(self, identifier, start_index)
@param identifier The identifier string to extract the dynamic version value from @param startIndex The character index in the identifier where the dynamic value starts @return The dynamic value string or null if no dynamic value found.
Method Details

get_dynamic_value(self, identifier, start_index)

 

@param identifier The identifier string to extract the dynamic version value from @param startIndex The character index in the identifier where the dynamic value starts @return The dynamic value string or null if no dynamic value found. :param identifier: The identifier string to extract the dynamic version value from :param start_index: The character index in the identifier where the dynamic value starts :return: The dynamic value string or null if no dynamic value found.

Overrides: dynamic_value_extractor.DynamicValueExtractor.get_dynamic_value