|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.pluginManager.remote.Servlet.Tomcat.pluginconverter.Convert
public class Convert
Class to convert .larkc plugin files to .war files. This is necessary in the process of wrapping LarKC plug-ins inside servlet containers.
Constructor Summary | |
---|---|
Convert(java.lang.String inputLarkc,
java.lang.String outputWar,
java.lang.String pluginClass)
Takes one .larkc file and converts it to the specified .war file. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Enables converting from the command line. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Convert(java.lang.String inputLarkc, java.lang.String outputWar, java.lang.String pluginClass)
Takes one .larkc file and converts it to the specified .war file. The extension has to be specified with both the inputLarkc and the outputWar files. Further, the plugin class has to be provided as well as the plugin type.
Example:
Convert("SindiceTriplePatternIdentifier.larkc", "SindiceTriplePatternIdentifier.war", "eu.larkc.plugin.identify.sindice.SindiceTriplePatternIdentifier", "identifier")
inputLarkc
- the input file to convert. Has to be a LarKC plugin file
(.larkc)outputWar
- the target output .war filepluginClass
- full plug-in class name. E.g.
eu.larkc.plugin.identify.sindice.SindiceTriplePatternIdentifier
Method Detail |
---|
public static void main(java.lang.String[] args)
data_transformer, query_transformer, reasoner, identifier, selecter, decider
.
args
- arguments#Convert(String, String, String, String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |