Class ProfileSourceResolve

java.lang.Object
com.bobocode.bring.core.env.impl.ProfileSourceResolve

public class ProfileSourceResolve extends Object
Class responsible for resolving profile sources using BringSourceLoader and BringSourceScanner.
Since:
1.0
Author:
Blyzhnytsia Team
  • Field Details

  • Constructor Details

    • ProfileSourceResolve

      public ProfileSourceResolve()
      Initializes ProfileSourceResolve with default BringSourceLoader and BringSourceScanner implementations.
  • Method Details

    • resolve

      public Map<String,String> resolve(String profileName, String type)
      Resolves properties for a specific profile and type.
      Parameters:
      profileName - The name of the profile to resolve.
      type - The type of properties to resolve.
      Returns:
      A map containing properties resolved for the specified profile and type.