- search(String, Collection<Repository>) - Static method in class io.fabric8.utils.features.FeatureUtils
-
- search(String, String, Collection<Repository>) - Static method in class io.fabric8.utils.features.FeatureUtils
-
- SerialExecutorService - Class in io.fabric8.utils
-
An ExecutorService which ensures serial execution of the Runnable
objects which it is asked to execute.
- SerialExecutorService() - Constructor for class io.fabric8.utils.SerialExecutorService
-
- SerialExecutorService(String) - Constructor for class io.fabric8.utils.SerialExecutorService
-
- SerialExecutorService(Executor) - Constructor for class io.fabric8.utils.SerialExecutorService
-
- SerialExecutorService(Executor, String) - Constructor for class io.fabric8.utils.SerialExecutorService
-
- SERVICE_TIMEOUT - Static variable in class io.fabric8.utils.OsgiUtils
-
- setLabel(String) - Method in class io.fabric8.utils.SerialExecutorService
-
- setStringValues(Map, String, String[]) - Static method in class io.fabric8.utils.Maps
-
Sets the string values in the map for the given key, using a comma to separate the values as a String
- setTarget(Executor) - Method in class io.fabric8.utils.SerialExecutorService
-
- setValue(Map, String, Object) - Static method in class io.fabric8.utils.Maps
-
Sets the value in the map for the given key; if the value is null then remove the value from the map
- ShellUtils - Class in io.fabric8.utils.shell
-
- shutdown - Variable in class io.fabric8.utils.SerialExecutorService
-
- shutdown() - Method in class io.fabric8.utils.SerialExecutorService
-
- shutdownNow() - Method in class io.fabric8.utils.SerialExecutorService
-
- splitAndTrimAsList(String, String) - Static method in class io.fabric8.utils.Strings
-
splits a string into a list of strings.
- splitAsList(String, String) - Static method in class io.fabric8.utils.Strings
-
splits a string into a list of strings, ignoring the empty string
- storeFabricCredentials(CommandSession, String, String) - Static method in class io.fabric8.utils.shell.ShellUtils
-
Stores username and password to the CommandSession.
- storeZookeeperPassword(CommandSession, String) - Static method in class io.fabric8.utils.shell.ShellUtils
-
Stores zookeeper password to the CommandSession.
- Strings - Class in io.fabric8.utils
-
- Strings() - Constructor for class io.fabric8.utils.Strings
-
- stringValue(Map, String) - Static method in class io.fabric8.utils.Maps
-
Returns the String value of the given property in the map or null
- stringValue(Map, String, String) - Static method in class io.fabric8.utils.Maps
-
Returns the String value of the given property in the map if its defined or the default value
- stringValues(Map, String) - Static method in class io.fabric8.utils.Maps
-
Returns the string values for the given key.
- stripSuffix(String, String) - Static method in class io.fabric8.utils.DataStoreUtils
-
- substituteBundleProperty(String, BundleContext) - Static method in class io.fabric8.utils.DataStoreUtils
-
Substitutes bundle property.
- substituteChecksum(String) - Static method in class io.fabric8.utils.DataStoreUtils
-
Substitutes a placeholder with the checksum:[url] format with the checksum of the urls target.
- substituteProfileProperty(String, Map<String, Map<String, String>>) - Static method in class io.fabric8.utils.DataStoreUtils
-
Substitutes a placeholder with profile:[property file]/[key], with the target value.
- SystemProperties - Class in io.fabric8.utils
-