Package org.jboss.arquillian.config.spi
Interface ConfigurationPlaceholderResolver
public interface ConfigurationPlaceholderResolver
-
Method Summary
Modifier and TypeMethodDescriptionintIn case of registering more than one placeholder resolver, they are ordered as they appear on classpath.resolve(ArquillianDescriptor arquillianDescriptor)
-
Method Details
-
resolve
-
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 useprecedencevalue. The higher theprecedenceis, the sooner the observer is executed.- Returns:
-