@Deprecated @Immutable public final class ChangeLogSerializer extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs()
Deprecated.
|
static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(ClassLoader aClassLoader)
Deprecated.
|
static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(IChangeLogSerializerCallback aErrorCallback)
Deprecated.
|
static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(IChangeLogSerializerCallback aErrorCallback,
ClassLoader aClassLoader)
Deprecated.
|
static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> |
readAllChangeLogs(com.helger.commons.lang.IHasClassLoader aClassLoaderProvider)
Deprecated.
|
static com.helger.commons.changelog.ChangeLog |
readChangeLog(com.helger.commons.io.IHasInputStream aISP)
Deprecated.
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,
IChangeLogSerializerCallback aErrorCallback)
Deprecated.
Read the change log resource specified by the input stream provider.
|
static IMicroDocument |
writeChangeLog(com.helger.commons.changelog.ChangeLog aChangeLog)
Deprecated.
|
@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 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.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs()
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nullable ClassLoader aClassLoader)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull com.helger.commons.lang.IHasClassLoader aClassLoaderProvider)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull IChangeLogSerializerCallback aErrorCallback)
@Nonnull @ReturnsMutableCopy public static com.helger.commons.collection.impl.ICommonsMap<URI,com.helger.commons.changelog.ChangeLog> readAllChangeLogs(@Nonnull IChangeLogSerializerCallback aErrorCallback, @Nullable ClassLoader aClassLoader)
@Nonnull public static IMicroDocument writeChangeLog(@Nonnull com.helger.commons.changelog.ChangeLog aChangeLog)
Copyright © 2014–2018 Philip Helger. All rights reserved.