Class Config

    • Method Detail

      • getPid

        public String getPid()
        Get the PID
        Returns:
        The pid.
      • getRanking

        public int getRanking()
        The configuration ranking
        Returns:
        The configuration ranking
      • getBundleId

        public long getBundleId()
        The bundle id
        Returns:
        The bundle id
      • getIndex

        public int getIndex()
        The index of the configuration. This value is only relevant if there are several configurations for the same pid with same ranking and bundle id.
        Returns:
        The index within the configuration set
      • setIndex

        public void setIndex​(int value)
        Set the index
      • getState

        public ConfigState getState()
        Get the configuration state
        Returns:
        The state
      • setState

        public void setState​(ConfigState value)
        Set the configuration state
        Parameters:
        value - The new state
      • getPolicy

        public ConfigPolicy getPolicy()
        Get the policy
        Returns:
        The policy
      • getProperties

        public Dictionary<String,​Object> getProperties()
        Get all properties
        Returns:
        The configuration properties
      • setFiles

        public void setFiles​(List<File> f)
      • getFiles

        public List<File> getFiles()