Package org.gradle.api.internal.artifacts.component

Examples of org.gradle.api.internal.artifacts.component.DefaultComponentIdentifierFactory


    ExcludeRuleConverter createExcludeRuleConverter() {
        return new DefaultExcludeRuleConverter();
    }

    ComponentIdentifierFactory createComponentIdentifierFactory() {
        return new DefaultComponentIdentifierFactory();
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.internal.artifacts.component.DefaultComponentIdentifierFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.