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:
- 4.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Return nameList<Profile>getProfiles()Return a list of ProfilesMap<String,String>getProperties()Return hashmap of property valuesStringtoString()Return string value representing a Partition object
-