Interface ConfigurationPlaceholderResolver


public interface ConfigurationPlaceholderResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    In case of registering more than one placeholder resolver, they are ordered as they appear on classpath.
    resolve(ArquillianDescriptor arquillianDescriptor)
     
  • Method Details

    • resolve

      ArquillianDescriptor resolve(ArquillianDescriptor arquillianDescriptor)
    • precedence

      int precedence()
      In case of registering more than one placeholder resolver, they are ordered as they appear on classpath. If you need to reorder them, you can use precedence value. The higher the precedence is, the sooner the observer is executed.
      Returns: