Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 243 for registry_ (0.1 sec)

  1. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/registry/DefaultTypeBuilder.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.platform.base.internal.registry;
    
    import org.gradle.model.internal.manage.schema.ManagedImplSchema;
    import org.gradle.model.internal.manage.schema.ModelSchema;
    import org.gradle.platform.base.InvalidModelException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/services/CacheInstrumentationDataBuildService.java

            if (gradleCoreInstrumentationTypeRegistry.isEmpty()) {
                // In case core types registry is empty, it means we don't have any upgrades
                // in Gradle core, so we can return empty registry
                return InstrumentationTypeRegistry.empty();
            }
            return getResolutionData(contextId).getInstrumentationTypeRegistry();
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 15:08:33 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocator.java

            }
            if (brokenInstalls.isEmpty()) {
                return new ComponentNotFound<VisualStudioInstall>("Could not locate a Visual Studio installation, using the command line tool, Windows registry or system path.");
            }
            return new ComponentNotFound<VisualStudioInstall>("Could not locate a Visual Studio installation. None of the following locations contain a valid installation",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/context/DaemonContext.java

     * such as JDK version, special system properties etc.
     * <p>
     * Instances are serialized by {@link org.gradle.launcher.daemon.context.DefaultDaemonContext.Serializer}
     * and shared via the Daemon Registry.
     *
     * Implementation is immutable.
     *
     * @see DaemonCompatibilitySpec
     * @see DaemonRequestContext
     */
    @ServiceScope(Scope.Global.class)
    public interface DaemonContext {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonProcessState.java

    import org.gradle.internal.service.ServiceRegistry;
    import org.gradle.internal.service.ServiceRegistryBuilder;
    import org.gradle.launcher.daemon.configuration.DaemonServerConfiguration;
    import org.gradle.launcher.daemon.registry.DaemonRegistryServices;
    
    import java.io.Closeable;
    import java.util.concurrent.atomic.AtomicReference;
    
    /**
     * Encapsulates the state of the daemon process.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelBinding.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.model.internal.registry;
    
    import org.gradle.model.InvalidModelRuleException;
    import org.gradle.model.ModelRuleBindingException;
    import org.gradle.model.internal.core.ModelNode;
    import org.gradle.model.internal.core.ModelPath;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/main/java/org/gradle/language/objectivec/plugins/ObjectiveCLangPlugin.java

    import org.gradle.api.Plugin;
    import org.gradle.api.Project;
    import org.gradle.internal.service.ServiceRegistry;
    import org.gradle.language.base.internal.SourceTransformTaskConfig;
    import org.gradle.language.base.internal.registry.LanguageTransformContainer;
    import org.gradle.language.base.plugins.ComponentModelBasePlugin;
    import org.gradle.language.nativeplatform.internal.DependentSourceSetInternal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/ResolutionFailureHandler.java

     * selecting the appropriate {@link ResolutionFailureDescriber} to describe that failure,
     * returning the result of running the describer.  It maintains a registry of <strong>default</strong>
     * describers for each failure type; but will first consult the {@link AttributesSchemaInternal} for
     * any custom describers registered on that schema for a given failure type.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/internal/build/BuildStateRegistry.java

    import org.gradle.internal.service.scopes.ServiceScope;
    import org.gradle.util.Path;
    
    import javax.annotation.Nullable;
    import java.util.Collection;
    import java.util.function.Consumer;
    
    /**
     * A registry of all the builds present in a build tree.
     */
    @ServiceScope(Scope.BuildTree.class)
    public interface BuildStateRegistry {
        /**
         * Creates the root build.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:08:19 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/service/scopes/ProjectScopeServices.java

    import org.gradle.model.internal.inspect.ModelRuleExtractor;
    import org.gradle.model.internal.inspect.ModelRuleSourceDetector;
    import org.gradle.model.internal.registry.DefaultModelRegistry;
    import org.gradle.model.internal.registry.ModelRegistry;
    import org.gradle.normalization.internal.DefaultInputNormalizationHandler;
    import org.gradle.normalization.internal.DefaultRuntimeClasspathNormalization;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:42 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top