Uses of Class
org.apache.maven.api.toolchain.InputLocation
Packages that use InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Fields in org.apache.maven.api.toolchain declared as InputLocationModifier and TypeFieldDescription(package private) InputLocationTrackableBase.Builder.importedFrom(package private) final InputLocationTrackableBase.importedFromLocation trackingFields in org.apache.maven.api.toolchain with type parameters of type InputLocationModifier and TypeFieldDescriptionprivate final Map<Object, InputLocation> InputLocation.locations(package private) Map<Object, InputLocation> TrackableBase.Builder.locations(package private) final Map<Object, InputLocation> TrackableBase.locationsLocationsMethods in org.apache.maven.api.toolchain that return InputLocationModifier and TypeMethodDescriptionTrackableBase.getImportedFrom()Gets the input location that caused this model to be read.InputLocation.getLocation(Object key) InputLocationTracker.getLocation(Object field) TrackableBase.getLocation(Object key) Gets the location of the specified field in the input source.static InputLocationInputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesourcelocation into thetargetlocation.static InputLocationInputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesourcelocation into thetargetlocation.Methods in org.apache.maven.api.toolchain that return types with arguments of type InputLocationModifier and TypeMethodDescription(package private) Map<Object, InputLocation> TrackableBase.Builder.computeLocations()InputLocation.getLocations()Methods in org.apache.maven.api.toolchain with parameters of type InputLocationModifier and TypeMethodDescriptionPersistedToolchains.Builder.importedFrom(InputLocation importedFrom) ToolchainModel.Builder.importedFrom(InputLocation importedFrom) TrackableBase.Builder.importedFrom(InputLocation importedFrom) PersistedToolchains.Builder.location(Object key, InputLocation location) ToolchainModel.Builder.location(Object key, InputLocation location) TrackableBase.Builder.location(Object key, InputLocation location) static InputLocationInputLocation.merge(InputLocation target, InputLocation source, boolean sourceDominant) Merges thesourcelocation into thetargetlocation.static InputLocationInputLocation.merge(InputLocation target, InputLocation source, Collection<Integer> indices) Merges thesourcelocation into thetargetlocation.InputLocation.StringFormatter.toString(InputLocation location) Method toString.Constructor parameters in org.apache.maven.api.toolchain with type arguments of type InputLocationModifierConstructorDescriptionInputLocation(int lineNumber, int columnNumber, InputSource source, Map<Object, InputLocation> locations) -
Uses of InputLocation in org.apache.maven.toolchain.v4
Fields in org.apache.maven.toolchain.v4 with type parameters of type InputLocationModifier and TypeFieldDescriptionprotected Function<InputLocation, String> MavenToolchainsStaxWriter.stringFormatterField stringFormatter.Methods in org.apache.maven.toolchain.v4 with parameters of type InputLocationModifier and TypeMethodDescriptionprotected StringMavenToolchainsStaxWriter.toString(InputLocation location) Method toString.Method parameters in org.apache.maven.toolchain.v4 with type arguments of type InputLocationModifier and TypeMethodDescriptionvoidMavenToolchainsStaxWriter.setStringFormatter(Function<InputLocation, String> stringFormatter) Method setStringFormatter.