Class ImpExSystemSetup

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @SystemSetup(extension="ALL_EXTENSIONS")
    public class ImpExSystemSetup
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    • Field Detail

      • PARAMETER_ESSENTIAL

        public static final java.lang.String PARAMETER_ESSENTIAL
        See Also:
        Constant Field Values
      • PARAMETER_PROJECT

        public static final java.lang.String PARAMETER_PROJECT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ImpExSystemSetup

        public ImpExSystemSetup()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • importCSVFromResources

        protected void importCSVFromResources​(java.lang.String csv)
      • setPathMatcher

        public void setPathMatcher​(org.springframework.util.PathMatcher pathMatcher)