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
ClassFileRecorder
Node
node.recordClass
in interface ClassFileRecorder
context
- the Sequencer.Context
outputNode
- 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–2016 JBoss, a division of Red Hat. All rights reserved.