Package org.swisspush.gateleen.core.util
Class ExpansionDeltaUtil.CollectionResourceContainer
- java.lang.Object
-
- org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
-
- Enclosing class:
- ExpansionDeltaUtil
public static class ExpansionDeltaUtil.CollectionResourceContainer extends Object
Simple container holding a collectionName and a list of resourceNames- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Constructor Summary
Constructors Constructor Description CollectionResourceContainer(String collectionName, List<String> resourceNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionName()List<String>getResourceNames()
-