Interface LinkConfiguration
public interface LinkConfiguration
Gets link configuration data.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepConfiguration(LinkStep step) Returns a list of step configurations.getType()Returns type of the current link.
-
Method Details
-
getStepsConfigurations
List<LinkStepConfiguration> getStepsConfigurations()Returns a list of step configurations. -
getStepConfiguration
- Parameters:
step- is a qualified path. A given link step returns a list of link step configurations.
-
getType
LinkType getType()Returns type of the current link.
-