Java2OWL
Class J2OSynchroniserAgent
Object
J2OSynchroniserAgent
public class J2OSynchroniserAgent
- extends Object
This program installs the synchroniser which transforms OWL-annotated compiled Java-classes
to add the synchroniser code.
Call it with
java -javaagent:J2OSynchroniserAgent.jar
Create the jar file with
jar cmf Manifest.mf J2OSynchronizerAgent.jar Java2OWL/J2OSynchroniserAgent.class
The Manifest.mf file must be
Manifest-Version: 1.0
Premain-Class: Java2OWL.J2OSynchronizerAgent
Method Summary |
static void |
premain(String agentArguments,
Instrumentation instrumentation)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2OSynchroniserAgent
public J2OSynchroniserAgent()
premain
public static void premain(String agentArguments,
Instrumentation instrumentation)