public class SplitManagerImpl extends Object implements SplitManager
| Constructor and Description |
|---|
SplitManagerImpl(SplitFetcher splitFetcher) |
| Modifier and Type | Method and Description |
|---|---|
SplitView |
split(String featureName)
Returns the feature (or Split) registered with the SDK of this name.
|
List<String> |
splitNames()
Returns the names of features (or Splits) registered with the SDK.
|
List<SplitView> |
splits()
Retrieves the features (or Splits) that are currently registered with the
SDK.
|
public SplitManagerImpl(SplitFetcher splitFetcher)
public List<SplitView> splits()
SplitManagersplits in interface SplitManagerpublic SplitView split(String featureName)
SplitManagersplit in interface SplitManagerpublic List<String> splitNames()
SplitManagersplitNames in interface SplitManagerCopyright © 2018. All rights reserved.