Uses of Class
org.apache.maven.api.model.InputSource
-
Uses of InputSource in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return InputSourceModifier and TypeMethodDescriptionInputLocation.getSource()static InputSourceInputSource.merge(InputSource src1, InputSource src2) Methods in org.apache.maven.api.model with parameters of type InputSourceModifier and TypeMethodDescriptionstatic InputSourceInputSource.merge(InputSource src1, InputSource src2) Constructors in org.apache.maven.api.model with parameters of type InputSourceModifierConstructorDescriptionInputLocation(int lineNumber, int columnNumber, InputSource source) InputLocation(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) InputLocation(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) InputLocation(InputSource source) Constructor parameters in org.apache.maven.api.model with type arguments of type InputSource