- Sort Score
- Num 10 results
- Language All
Results 321 - 330 of 1,145 for Private (0.04 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionResolverRequest.java
} private static class DefaultVersionResolverRequest extends BaseRequest<Session> implements VersionResolverRequest { private final ArtifactCoordinates artifactCoordinates; private final List<RemoteRepository> repositories; @SuppressWarnings("checkstyle:ParameterNumber")Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 5.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/DefaultProfileSelector.java
* @deprecated use {@code org.apache.maven.api.services.ModelBuilder} instead */ @Named @Singleton @Deprecated(since = "4.0.0") public class DefaultProfileSelector implements ProfileSelector { @Inject private List<ProfileActivator> activators = new ArrayList<>(); public DefaultProfileSelector addProfileActivator(ProfileActivator profileActivator) { if (profileActivator != null) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 4.6K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/GenerateAutoTestedSamplesTestTask.kt
*/ @CacheableTask abstract class GenerateAutoTestedSamplesTestTask @Inject constructor(@Internal val fileOperations: FileOperations) : DefaultTask() { private val sampleStart = Pattern.compile("""<pre class=['"]autoTested(.*?)['"].*?>""") @get:InputFiles @get:PathSensitive(PathSensitivity.RELATIVE) abstract val mainSources: ConfigurableFileCollection
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 3.9K bytes - Click Count (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
"1-1", "1-2", "1-123" }; private static final String[] VERSIONS_NUMBER = { "2.0", "2.0.a", "2-1", "2.0.2", "2.0.123", "2.1.0", "2.1-a", "2.1b", "2.1-c", "2.1-1", "2.1.0.1", "2.2", "2.123", "11.a2", "11.a11", "11.b2", "11.b11", "11.m2", "11.m11", "11", "11.a", "11b", "11c", "11m" }; private void checkVersionsOrder(String[] versions) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 17.8K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/io/ModelParseException.java
@Deprecated(since = "4.0.0") public class ModelParseException extends IOException { /** * The one-based index of the line containing the error. */ private final int lineNumber; /** * The one-based index of the column containing the error. */ private final int columnNumber; /** * Creates a new parser exception with the specified details. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 3.1K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/io/SettingsParseException.java
@Deprecated(since = "4.0.0") public class SettingsParseException extends IOException { /** * The one-based index of the line containing the error. */ private final int lineNumber; /** * The one-based index of the column containing the error. */ private final int columnNumber; /** * Creates a new parser exception with the specified details. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 3.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java
public GradleKotlinDslRuntimeGeneratedSources() { getInputClasspath().from( ClasspathUtil.getClasspath(getInputClassLoaderScope().getExportClassLoader()).getAsFiles() ); } private ClassLoaderScope getInputClassLoaderScope() { return getClassLoaderScopeRegistry().getCoreAndPluginsScope(); } @TaskAction public void action() {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Mar 19 17:15:23 GMT 2023 - 3.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/UpgradeContext.java
public Map<String, Goal> goals; public List<AttributedString> header; public AttributedStyle style; public LineReader reader; // Indentation control for nested logging private int indentLevel = 0; private String indentString = Indentation.DEFAULT; public void addInHeader(String text) { addInHeader(AttributedStyle.DEFAULT, text); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 4.7K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
public class DefaultMaven implements Maven { private final Logger logger = LoggerFactory.getLogger(getClass()); private final Lookup lookup; private final ExecutionEventCatapult eventCatapult; private final LegacySupport legacySupport; private final SessionScope sessionScope; private final RepositorySystemSessionFactory repositorySessionFactory; private final GraphBuilder graphBuilder;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon May 05 16:58:52 GMT 2025 - 28.7K bytes - Click Count (1) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy
import spock.lang.TempDir class FindBrokenInternalLinksTest extends Specification { @TempDir private File projectDir private File docsRoot private File samplesRoot private File sampleDoc private File sampleSampleDoc private File releaseNotes private File linkErrors private setup() { docsRoot = new File(projectDir, "docsRoot") new File(docsRoot, 'javadoc').mkdirs()Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Aug 21 16:24:54 GMT 2025 - 11.6K bytes - Click Count (0)