Class RepositoryPolicy

    • Constructor Detail

      • RepositoryPolicy

        public RepositoryPolicy()
    • Method Detail

      • getChecksumPolicy

        public String getChecksumPolicy()
        Get what to do when verification of an artifact checksum fails. Valid values are ignore , fail or warn (the default).
        Returns:
        String
      • getEnabled

        public String getEnabled()
        Get whether to use this repository for downloading this type of artifact. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is true.
        Returns:
        String
      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getUpdatePolicy

        public String getUpdatePolicy()
        Get the frequency for downloading updates - can be always, daily (default), interval:XXX (in minutes) or never (only if it doesn't exist locally).
        Returns:
        String
      • setChecksumPolicy

        public void setChecksumPolicy​(String checksumPolicy)
        Set what to do when verification of an artifact checksum fails. Valid values are ignore , fail or warn (the default).
        Parameters:
        checksumPolicy - a checksumPolicy object.
      • setEnabled

        public void setEnabled​(String enabled)
        Set whether to use this repository for downloading this type of artifact. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is true.
        Parameters:
        enabled - a enabled object.
      • setUpdatePolicy

        public void setUpdatePolicy​(String updatePolicy)
        Set the frequency for downloading updates - can be always, daily (default), interval:XXX (in minutes) or never (only if it doesn't exist locally).
        Parameters:
        updatePolicy - a updatePolicy object.
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)