Class Profile

    • Constructor Detail

      • Profile

        public Profile()
    • Method Detail

      • addPluginRepository

        public void addPluginRepository​(Repository repository)
        Method addPluginRepository.
        Parameters:
        repository -
      • addProperty

        public void addProperty​(String key,
                                String value)
        Method addProperty.
        Parameters:
        key -
        value -
      • addRepository

        public void addRepository​(Repository repository)
        Method addRepository.
        Parameters:
        repository -
      • getActivation

        public Activation getActivation()
        Get the conditional logic which will automatically trigger the inclusion of this profile.
        Returns:
        Activation
      • getPluginRepositories

        public List<Repository> getPluginRepositories()
        Method getPluginRepositories.
        Returns:
        List
      • getProperties

        public Properties getProperties()
        Method getProperties.
        Returns:
        Properties
      • getRepositories

        public List<Repository> getRepositories()
        Method getRepositories.
        Returns:
        List
      • removePluginRepository

        public void removePluginRepository​(Repository repository)
        Method removePluginRepository.
        Parameters:
        repository -
      • removeRepository

        public void removeRepository​(Repository repository)
        Method removeRepository.
        Parameters:
        repository -
      • setActivation

        public void setActivation​(Activation activation)
        Set the conditional logic which will automatically trigger the inclusion of this profile.
        Parameters:
        activation -
      • setPluginRepositories

        public void setPluginRepositories​(List<Repository> pluginRepositories)
        Set the lists of the remote repositories for discovering plugins.
        Parameters:
        pluginRepositories -
      • setProperties

        public void setProperties​(Properties properties)
        Set extended configuration specific to this profile goes here. Contents take the form of property.value
        Parameters:
        properties -
      • setRepositories

        public void setRepositories​(List<Repository> repositories)
        Set the lists of the remote repositories.
        Parameters:
        repositories -