- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for InputLocation (0.14 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputLocation.java
return result; } // -- InputLocation merge( InputLocation, InputLocation, boolean ) /** * Method merge. * * @param target * @param indices * @param source * @return InputLocation */ public static InputLocation merge( InputLocation target, InputLocation source, java.util.Collection<Integer> indices) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 11.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/aether/ReverseTreeRepositoryListener.java
import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.ListIterator; import java.util.Objects; import org.apache.maven.model.InputLocation; import org.apache.maven.model.Plugin; import org.eclipse.aether.AbstractRepositoryListener; import org.eclipse.aether.RepositoryEvent; import org.eclipse.aether.RepositorySystemSession;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
+ DefaultLifecycleRegistry.class.getPackage().getImplementationVersion() + ":default-lifecycle-bindings"; public static final InputLocation DEFAULT_LIFECYCLE_INPUT_LOCATION = new InputLocation(new InputSource(DEFAULT_LIFECYCLE_MODELID, null)); private final List<LifecycleProvider> providers; public DefaultLifecycleRegistry() { this(Collections.emptyList());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 19.4K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java
import javax.inject.Singleton; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.apache.maven.api.model.InputLocation; import org.apache.maven.api.model.Model; import org.apache.maven.api.model.ModelBase; import org.apache.maven.api.model.Plugin; import org.apache.maven.api.model.PluginContainer;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.9K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
</description> </field> </fields> </class> <!-- /BuildProfile support --> <class locationTracker="locations"> <name>InputLocation</name> <version>2.0.0+</version> <fields> <!-- line, column and source fields are auto-generated by Modello --> </fields> <codeSegments> <codeSegment>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Oct 08 13:46:42 UTC 2024 - 33.5K bytes - Viewed (0)