Package org.bedework.timezones.common
Class Differ.DiffListEntry
java.lang.Object
org.bedework.timezones.common.Differ.DiffListEntry
- Enclosing class:
- Differ
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf not add or delete then update.booleanTrue if only aliases changedbooleanWe should never delete even though we check for it hereTzid changedThe specThe XML spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtoStringSegment(StringBuilder sb, boolean full, String indent) Add our stuff to the StringBuilder
-
Field Details
-
tzid
Tzid changed -
add
public boolean addIf not add or delete then update. -
deleted
public boolean deletedWe should never delete even though we check for it here -
tzSpec
The spec -
xcal
The XML spec -
aliasChangeOnly
public boolean aliasChangeOnlyTrue if only aliases changed -
aliases
-
-
Constructor Details
-
DiffListEntry
public DiffListEntry()
-
-
Method Details
-
toStringSegment
Add our stuff to the StringBuilder- Parameters:
sb- StringBuilder for result
-
toShortString
- Returns:
- short form.
-