Class StorageUtils
java.lang.Object
org.exoplatform.social.core.storage.impl.StorageUtils
- Version:
- $Revision$
- Author:
- Alain Defrance
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final DateTimeFormatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DateparseRFC3339Date(String dateString) static <T> List<T> Gets sub list from the provided list with start and end index.static StringtoRFC3339Date(Date dateTime)
-
Field Details
-
ASTERISK_STR
- See Also:
-
EMPTY_STR
- See Also:
-
RFC_3339_FORMATTER
-
-
Constructor Details
-
StorageUtils
public StorageUtils()
-
-
Method Details
-
subList
Gets sub list from the provided list with start and end index.- Parameters:
list- the identity liststartIndex- start index to gettoIndex- end index to get- Returns:
- sub list of the provided list
-
toRFC3339Date
-
parseRFC3339Date
-