Package io.split.client
Class SplitFactoryImpl
- java.lang.Object
-
- io.split.client.SplitFactoryImpl
-
- All Implemented Interfaces:
SplitFactory
public class SplitFactoryImpl extends Object implements SplitFactory
-
-
Constructor Summary
Constructors Constructor Description SplitFactoryImpl(String apiToken, SplitClientConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SplitClientclient()voiddestroy()booleanisDestroyed()SplitManagermanager()
-
-
-
Constructor Detail
-
SplitFactoryImpl
public SplitFactoryImpl(String apiToken, SplitClientConfig config) throws URISyntaxException
- Throws:
URISyntaxException
-
-
Method Detail
-
client
public SplitClient client()
- Specified by:
clientin interfaceSplitFactory
-
manager
public SplitManager manager()
- Specified by:
managerin interfaceSplitFactory
-
destroy
public void destroy()
- Specified by:
destroyin interfaceSplitFactory
-
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyedin interfaceSplitFactory
-
-