org.infinispan.factories.components
Class ComponentMetadataPersister
java.lang.Object
org.infinispan.factories.components.ComponentMetadataRepo
org.infinispan.factories.components.ComponentMetadataPersister
public class ComponentMetadataPersister
- extends ComponentMetadataRepo
A utility class used by the Infinispan build process to scan metadata and persist it. Should be used by all
Infinispan modules that define components decorated with Inject
, Start
, Stop
, etc.
- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
ComponentMetadataRepo
,
ComponentMetadata
Method Summary |
static void |
main(String[] args)
Usage: ComponentMetadataPersister [path containing .class files to scan] [output file to generate] |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentMetadataPersister
public ComponentMetadataPersister()
main
public static void main(String[] args)
throws ClassNotFoundException,
IOException
- Usage: ComponentMetadataPersister [path containing .class files to scan] [output file to generate]
- Throws:
ClassNotFoundException
IOException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.