org.fuin.serialver4j.base
Class ArchivedHistoryBuilder

java.lang.Object
  extended by org.fuin.serialver4j.base.ArchivedHistoryBuilder

public final class ArchivedHistoryBuilder
extends Object

Creates a ClassesHistory by collecting all Archived classes.


Method Summary
static ClassesHistory create(String versionTag, ConverterFactory converterFactory, String packageName)
          Collects all classes with a Archived annotation and creates a history object with that information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static ClassesHistory create(String versionTag,
                                    ConverterFactory converterFactory,
                                    String packageName)
Collects all classes with a Archived annotation and creates a history object with that information.

Parameters:
versionTag - Version tag for the history.
converterFactory - Converter factory to use.
packageName - Name of the archive package to scan.
Returns:
History object.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.