Package org.wildfly.subsystem.resource
Interface PathElementProvider
-
- All Superinterfaces:
Supplier<PathElement>
public interface PathElementProvider extends Supplier<PathElement>
Provides aPathElement.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetKey()Convenience method returning the key of the provided path.default StringgetValue()Convenience method returning the value of the provided path.default booleanisWildcard()Convenience method indicating whether or not the provided path uses a "*" value.
-