Class AbstractVcsPropertiesProcessor

    • Constructor Detail

      • AbstractVcsPropertiesProcessor

        public AbstractVcsPropertiesProcessor()
    • Method Detail

      • removePropertiesWithEmptyValues

        protected void removePropertiesWithEmptyValues​(Map<String,​String> properties)
      • isEmpty

        protected boolean isEmpty​(String str)
      • mayContainReference

        protected boolean mayContainReference​(String str)
        Returns true if specified string may contain reference to a parameter. In this case such string is probably should not be validated.
        Parameters:
        str - some string
        Returns:
        see above.