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