public class DefaultClassFileRecorder extends Object implements ClassFileRecorder
| Constructor and Description |
|---|
DefaultClassFileRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
recordClass(Sequencer.Context context,
Node outputNode,
ClassMetadata classMetadata)
Records a row using the provided
Node node. |
public void recordClass(Sequencer.Context context, Node outputNode, ClassMetadata classMetadata) throws RepositoryException
ClassFileRecorderNode node.recordClass in interface ClassFileRecordercontext - the Sequencer.ContextoutputNode - the node to which the new content should be sequenced.
This may either be new or existent Sequencer.execute(javax.jcr.Property, javax.jcr.Node, org.modeshape.jcr.api.sequencer.Sequencer.Context)classMetadata - the metadata for the class fileRepositoryException - if anything fails during the recording processCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.