public class SystemInfoPopulator extends OSPropertyParser implements BackupOverviewPopulator
OSPROPERTY_ENTRY, OSPROPERTY_NUMBER, OSPROPERTY_STRING
Constructor and Description |
---|
SystemInfoPopulator() |
Modifier and Type | Method and Description |
---|---|
void |
populate(BackupOverviewBuilder backupOverviewBuilder,
String elementName,
Map attributes)
If the entity referred to in the given elementName is managed by this Populator, then it builds the appropriate
object and adds it to the BackupOverviewBuilder.
|
getEntityName, getID, getPropertyKey, getValue, isOSPropertyEntry, isOSPropertyString, parseNumberAsBoolean
public void populate(BackupOverviewBuilder backupOverviewBuilder, String elementName, Map attributes) throws ParseException
BackupOverviewPopulator
populate
in interface BackupOverviewPopulator
backupOverviewBuilder
- Collects overview information from the import file.elementName
- The name of the entity element in the backup XML.attributes
- The attributes from the backup XML for this entity.ParseException
- If the attributes for this entity are invalid.Copyright © 2002-2022 Atlassian. All Rights Reserved.