Uses of Class
org.apache.maven.api.toolchain.InputLocation
-
Uses of InputLocation in org.apache.maven.api.toolchain
Methods in org.apache.maven.api.toolchain that return InputLocationModifier and TypeMethodDescriptionInputLocation.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 InputLocationMethods in org.apache.maven.api.toolchain with parameters of type InputLocationModifier and TypeMethodDescriptionPersistedToolchains.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)