Uses of Class
org.apache.maven.api.model.InputSource
Packages that use InputSource
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of InputSource in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return InputSourceModifier and TypeMethodDescriptionInputLocation.getSource()Gets the input source where this location originates from.static InputSourceInputSource.merge(InputSource src1, InputSource src2) Merges two InputSource instances into a single merged InputSource.static InputSourceCreates a new InputSource with the specified location.static InputSourceCreates a new InputSource with the specified model ID and location.static InputSourceInputSource.of(String modelId, String location, InputLocation importedFrom) Creates a new InputSource with the specified model ID, location, and imported from location.static InputSourceInputSource.of(Collection<InputSource> inputs) Creates a new InputSource from a collection of input sources.Methods in org.apache.maven.api.model with parameters of type InputSourceModifier and TypeMethodDescriptionstatic InputSourceInputSource.merge(InputSource src1, InputSource src2) Merges two InputSource instances into a single merged InputSource.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source) Creates an InputLocation with the specified line number, column number, and source.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Object selfLocationKey) Creates an InputLocation with the specified line number, column number, source, and a self-location key.static InputLocationInputLocation.of(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) Creates an InputLocation with the specified line number, column number, source, and a complete locations map.static InputLocationInputLocation.of(InputSource source) Creates an InputLocation with the specified source.Method parameters in org.apache.maven.api.model with type arguments of type InputSourceModifier and TypeMethodDescriptionstatic InputSourceInputSource.of(Collection<InputSource> inputs) Creates a new InputSource from a collection of input sources.Constructor parameters in org.apache.maven.api.model with type arguments of type InputSource -
Uses of InputSource in org.apache.maven.model
Methods in org.apache.maven.model that return InputSourceModifier and TypeMethodDescriptionInputSource.toApiSource()Converts this compat model InputSource to an API model InputSource.Constructors in org.apache.maven.model with parameters of type InputSourceModifierConstructorDescriptionInputSource(InputSource source) Creates a new InputSource from an API model InputSource. -
Uses of InputSource in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 with parameters of type InputSourceModifier and TypeMethodDescriptionMavenStaxReader.read(InputStream in, boolean strict, InputSource inputSrc) Method read.MavenStaxReader.read(Reader reader, boolean strict, InputSource inputSrc) MavenStaxReader.read(XMLStreamReader parser, boolean strict, InputSource inputSrc) Method read.