Interface DependencyFactoryEx

    • Method Detail

      • readDependencies

        void readDependencies​(@NotNull
                              SBuildType buildType,
                              @NotNull
                              org.jdom.Element buildTypeElement)
                       throws IllegalArgumentException
        Read dependencies from build type element and fill build type with these dependencies
        Parameters:
        buildType - build type, whose dependencies should be read
        buildTypeElement - build type element
        Throws:
        IllegalArgumentException - when dependencies cannot be read from element because of some syntax problem.