Interface SpringPluginInfo

    • Method Detail

      • getConfigWildcards

        @NotNull
        Collection<String> getConfigWildcards()
        All resources matching the given wildcards will be copied to temp folder in order to setup context
        Returns:
        list of Ant wildcards
      • getExplicitSpringConfigs

        @NotNull
        Collection<String> getExplicitSpringConfigs()
        Those parameters will be put to Spring context as-is
        Returns:
        Spring context config files wildcard
      • getPluginName

        @NotNull
        String getPluginName()