Class RemoteRepositoryFilterSourceSupport

    • Field Detail

      • CONFIG_PROP_PREFIX

        private static final java.lang.String CONFIG_PROP_PREFIX
        See Also:
        Constant Field Values
      • CONF_NAME_BASEDIR

        private static final java.lang.String CONF_NAME_BASEDIR
        See Also:
        Constant Field Values
      • LOCAL_REPO_PREFIX_DIR

        static final java.lang.String LOCAL_REPO_PREFIX_DIR
        See Also:
        Constant Field Values
      • name

        private final java.lang.String name
    • Constructor Detail

      • RemoteRepositoryFilterSourceSupport

        protected RemoteRepositoryFilterSourceSupport​(java.lang.String name)
    • Method Detail

      • configPropKey

        protected java.lang.String configPropKey​(java.lang.String name)
        Utility method to create scoped configuration property key of given name.
      • isEnabled

        protected boolean isEnabled​(RepositorySystemSession session)
        Returns true if session configuration contains this name set to true.

        Default is false.