Uses of Class
org.apache.maven.api.settings.InputSource
Packages that use InputSource
-
Uses of InputSource in org.apache.maven.api.settings
Fields in org.apache.maven.api.settings declared as InputSourceMethods in org.apache.maven.api.settings that return InputSourceConstructors in org.apache.maven.api.settings 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) -
Uses of InputSource in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 with parameters of type InputSourceModifier and TypeMethodDescriptionprivate XmlNode
SettingsStaxReader.buildXmlNode
(XMLStreamReader parser, InputSource source) private Activation
SettingsStaxReader.parseActivation
(XMLStreamReader parser, boolean strict, InputSource source) private ActivationFile
SettingsStaxReader.parseActivationFile
(XMLStreamReader parser, boolean strict, InputSource source) private ActivationOS
SettingsStaxReader.parseActivationOS
(XMLStreamReader parser, boolean strict, InputSource source) private ActivationProperty
SettingsStaxReader.parseActivationProperty
(XMLStreamReader parser, boolean strict, InputSource source) private IdentifiableBase
SettingsStaxReader.parseIdentifiableBase
(XMLStreamReader parser, boolean strict, InputSource source) private Mirror
SettingsStaxReader.parseMirror
(XMLStreamReader parser, boolean strict, InputSource source) private Profile
SettingsStaxReader.parseProfile
(XMLStreamReader parser, boolean strict, InputSource source) private Proxy
SettingsStaxReader.parseProxy
(XMLStreamReader parser, boolean strict, InputSource source) private Repository
SettingsStaxReader.parseRepository
(XMLStreamReader parser, boolean strict, InputSource source) private RepositoryBase
SettingsStaxReader.parseRepositoryBase
(XMLStreamReader parser, boolean strict, InputSource source) private RepositoryPolicy
SettingsStaxReader.parseRepositoryPolicy
(XMLStreamReader parser, boolean strict, InputSource source) private Server
SettingsStaxReader.parseServer
(XMLStreamReader parser, boolean strict, InputSource source) private Settings
SettingsStaxReader.parseSettings
(XMLStreamReader parser, boolean strict, InputSource source) private TrackableBase
SettingsStaxReader.parseTrackableBase
(XMLStreamReader parser, boolean strict, InputSource source) SettingsStaxReader.read
(InputStream in, boolean strict, InputSource source) Method read.SettingsStaxReader.read
(Reader reader, boolean strict, InputSource source) SettingsStaxReader.read
(XMLStreamReader parser, boolean strict, InputSource source) Method read.