@Immutable public final class ChangeLogSerializer extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs() |
static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(ClassLoader aClassLoader) |
static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback) |
static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback,
ClassLoader aClassLoader) |
static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(com.helger.commons.lang.IHasClassLoader aClassLoaderProvider) |
static com.helger.commons.changelog.ChangeLog |
readChangeLog(com.helger.commons.io.IHasInputStream aISP)
Read the change log resource specified by the input stream provider using
the default logging callback.
|
static com.helger.commons.changelog.ChangeLog |
readChangeLog(com.helger.commons.io.IHasInputStream aISP,
com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback)
Read the change log resource specified by the input stream provider.
|
static IMicroDocument |
writeChangeLog(com.helger.commons.changelog.ChangeLog aChangeLog) |
@Nullable public static com.helger.commons.changelog.ChangeLog readChangeLog(@Nullable com.helger.commons.io.IHasInputStream aISP)
aISP - The ISP to read from. Maybe null resulting in a
null return.null if the passed ISP was null.@Nullable public static com.helger.commons.changelog.ChangeLog readChangeLog(@Nullable com.helger.commons.io.IHasInputStream aISP, @Nonnull com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback)
aISP - The ISP to read from. Maybe null resulting in a
null return.aErrorCallback - The callback that handles potential errors.null if the passed ISP was null.@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs()
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nullable ClassLoader aClassLoader)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull com.helger.commons.lang.IHasClassLoader aClassLoaderProvider)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.ext.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull com.helger.commons.changelog.IChangeLogSerializerCallback aErrorCallback, @Nullable ClassLoader aClassLoader)
@Nonnull public static IMicroDocument writeChangeLog(@Nonnull com.helger.commons.changelog.ChangeLog aChangeLog)
Copyright © 2014–2016 Philip Helger. All rights reserved.