Class AbstractVcsPropertiesProcessor

    • Constructor Detail

      • AbstractVcsPropertiesProcessor

        public AbstractVcsPropertiesProcessor()
    • Method Detail

      • removePropertiesWithEmptyValues

        protected void removePropertiesWithEmptyValues​(java.util.Map<java.lang.String,​java.lang.String> properties)
      • checkFileProperty

        protected void checkFileProperty​(java.lang.String propertyName,
                                         java.lang.String propertyValue,
                                         java.util.Collection<InvalidProperty> result)
      • checkDirectoryProperty

        protected void checkDirectoryProperty​(java.lang.String propertyName,
                                              java.lang.String propertyValue,
                                              java.util.Collection<InvalidProperty> result)
      • checkPortNumberProperty

        protected void checkPortNumberProperty​(java.lang.String propertyName,
                                               java.lang.String propertyValue,
                                               java.util.Collection<InvalidProperty> result)
      • checkIntegerProperty

        protected void checkIntegerProperty​(java.lang.String propertyName,
                                            java.lang.String propertyValue,
                                            java.util.Collection<InvalidProperty> result)
      • isEmpty

        protected boolean isEmpty​(java.lang.String str)
      • mayContainReference

        protected boolean mayContainReference​(java.lang.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.
      • parseInteger

        protected java.lang.Integer parseInteger​(java.lang.String str)