Class TeamConfigService
- java.lang.Object
-
- zowe.client.sdk.teamconfig.service.TeamConfigService
-
public class TeamConfigService extends Object
TeamConfigService class that provides a service layer to perform Zowe Global Team Configuration processing.- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description TeamConfigService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigContainer
getTeamConfig(KeyTarConfig config)
Return ConfigContainer object container of a parsed Zowe Global Team Configuration file representation.
-
-
-
Method Detail
-
getTeamConfig
public ConfigContainer getTeamConfig(KeyTarConfig config) throws Exception
Return ConfigContainer object container of a parsed Zowe Global Team Configuration file representation.- Parameters:
config
- KeyTarConfig object- Returns:
- ConfigContainer object
- Throws:
Exception
- error processing
-
-