Package com.taskadapter.redmineapi.bean
Class PropertyStorageUtil
- java.lang.Object
-
- com.taskadapter.redmineapi.bean.PropertyStorageUtil
-
public class PropertyStorageUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyStorageUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
updateCollections(PropertyStorage storage, Transport transport)
go over all properties in the storage and set `transport` on FluentStyle instances inside collections, if any.
-
-
-
Method Detail
-
updateCollections
public static void updateCollections(PropertyStorage storage, Transport transport)
go over all properties in the storage and set `transport` on FluentStyle instances inside collections, if any. only process one level, without recursion - to avoid potential cycles and such.
-
-