Class ProviderIdentifier

  • All Implemented Interfaces:

    
    public class ProviderIdentifier
    
                        

    Contains the provider identifiers for the default providers used in the ConfigurationLoader. It allows the users of the loader to identify the specific provider.

    • Constructor Detail

    • Method Detail

      • parseProviderIdentifier

        @Nullable() static ProviderIdentifier parseProviderIdentifier(@NonNull() String identifierString, @NonNull() Array<ProviderIdentifier> knownProviders)

        Return the provider corresponding to the supplied provider identifier string, based on the supplied list of known provider identifiers. If custom providers are added, the list of known providers must come from the ProviderIdentifier sub-class.

        Parameters:
        identifierString - A provider identifier string.
        knownProviders - A list of all of the known provider identifiers, including custom providers.