Class CommandDetector.Command
- java.lang.Object
-
- org.sonar.iac.docker.checks.utils.CommandDetector.Command
-
- All Implemented Interfaces:
HasTextRange
- Enclosing class:
- CommandDetector
public static class CommandDetector.Command extends Object implements HasTextRange
-
-
Constructor Summary
Constructors Constructor Description Command(List<ArgumentResolution> resolvedArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArgumentResolution>getResolvedArguments()TODO: After SONARIAC-1088 may become redundant as CommandDetector will be capable of more complex matchingTextRangetextRange()
-
-
-
Constructor Detail
-
Command
public Command(List<ArgumentResolution> resolvedArguments)
-
-
Method Detail
-
textRange
public TextRange textRange()
- Specified by:
textRangein interfaceHasTextRange
-
getResolvedArguments
public List<ArgumentResolution> getResolvedArguments()
TODO: After SONARIAC-1088 may become redundant as CommandDetector will be capable of more complex matching
-
-