Package zowe.client.sdk.teamconfig.model
Class Partition
- java.lang.Object
-
- zowe.client.sdk.teamconfig.model.Partition
-
public class Partition extends Object
Partition POJO to act as a container for a parsed Zowe Global Team Configuration file representing a partition section. A partition can contain a separate complete Global Team Configuration based on an individual LPAR instance.- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return nameList<Profile>
getProfiles()
Return list of ProfilesMap<String,String>
getProperties()
Return hashmap of property valuesString
toString()
-