Class FeaturesServiceConfig


  • public class FeaturesServiceConfig
    extends Object
    • Field Detail

      • updateSnapshots

        public final String updateSnapshots
        Use CRC to check snapshot bundles and update them if changed. Either: - none : never update snapshots - always : always update snapshots - crc : use CRC to detect changes
      • downloadThreads

        public final int downloadThreads
      • scheduleDelay

        public final long scheduleDelay
      • scheduleMaxRun

        public final int scheduleMaxRun
      • serviceRequirements

        public final String serviceRequirements
        Service requirements enforcement
      • blacklisted

        @Deprecated
        public final String blacklisted
        Deprecated.
        Location of etc/blacklisted.properties
      • featureModifications

        public final String featureModifications
        Location of etc/org.apache.karaf.features.xml
      • featureProcessingVersions

        public final String featureProcessingVersions
        Location of etc/versions.properties to read properties to resolve placeholders in featureModifications
      • overrides

        @Deprecated
        public final String overrides
        Deprecated.
        Location of etc/overrides.properties
      • autoRefresh

        public final boolean autoRefresh
        Define if the features service automatically refresh bundles (which have to be refreshed).
    • Constructor Detail

      • FeaturesServiceConfig

        public FeaturesServiceConfig()
      • FeaturesServiceConfig

        public FeaturesServiceConfig​(String featureModifications,
                                     String featureProcessingVersions)
      • FeaturesServiceConfig

        @Deprecated
        public FeaturesServiceConfig​(String overrides,
                                     String blacklisted,
                                     String featureModifications,
                                     String featureProcessingVersions)
        Deprecated.
      • FeaturesServiceConfig

        public FeaturesServiceConfig​(String featureResolutionRange,
                                     String bundleUpdateRange,
                                     String updateSnapshots,
                                     int downloadThreads,
                                     long scheduleDelay,
                                     int scheduleMaxRun,
                                     String featureModifications,
                                     String featureProcessingVersions,
                                     String serviceRequirements,
                                     boolean autoRefresh)
      • FeaturesServiceConfig

        @Deprecated
        public FeaturesServiceConfig​(String overrides,
                                     String featureResolutionRange,
                                     String bundleUpdateRange,
                                     String updateSnapshots,
                                     int downloadThreads,
                                     long scheduleDelay,
                                     int scheduleMaxRun,
                                     String blacklisted,
                                     String featureModifications,
                                     String featureProcessingVersions,
                                     String serviceRequirements,
                                     boolean autoRefresh)
        Deprecated.