eu.larkc.jactr.modules.larkc.plugin
Class LarKCPluginParticipant
java.lang.Object
org.jactr.io.participant.impl.BasicASTParticipant
eu.larkc.jactr.modules.larkc.plugin.LarKCPluginParticipant
- All Implemented Interfaces:
- org.jactr.io.participant.IASTParticipant
public class LarKCPluginParticipant
- extends org.jactr.io.participant.impl.BasicASTParticipant
The IASTParticipant takes the location of a model descriptor (with no modules)
and installs the contents into the model passed to it.
All you need to do is create the model file and set its location to DEFAULT_LOCATION
If your module has parameters (implements IParameterized), you can set the
default values via createParameterMap()
Methods inherited from class org.jactr.io.participant.impl.BasicASTParticipant |
getInjector, getTrimmer |
LarKCPluginParticipant
public LarKCPluginParticipant()
- A zero arg constructor. Resource loaded here for use at runtime,
also add resource to plugin.xml for build-time use.