Package org.getalp.dbnary.cli
Class RDFDiff
- java.lang.Object
-
- org.getalp.dbnary.cli.VerboseCommand
-
- org.getalp.dbnary.cli.RDFDiff
-
public class RDFDiff extends VerboseCommand
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.Property
diffRate
static org.apache.jena.rdf.model.Resource
me
-
Fields inherited from class org.getalp.dbnary.cli.VerboseCommand
options, remainingArgs, verbose, VERBOSE_OPTION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildBinding(org.apache.jena.rdf.model.Model m1, org.apache.jena.rdf.model.Model m2)
void
diff()
void
diff(String fromFile, String toFile, String outFile, boolean verbose)
protected void
loadArgs(org.apache.commons.cli.CommandLine cmd)
Load additional command arguments.static void
main(String[] args)
protected void
printUsage()
-
Methods inherited from class org.getalp.dbnary.cli.VerboseCommand
loadArgs
-
-
-
-
Constructor Detail
-
RDFDiff
public RDFDiff(String[] args)
-
-
Method Detail
-
loadArgs
protected void loadArgs(org.apache.commons.cli.CommandLine cmd)
Description copied from class:VerboseCommand
Load additional command arguments.- Specified by:
loadArgs
in classVerboseCommand
- Parameters:
cmd
- The parsed command options
-
printUsage
protected void printUsage()
- Specified by:
printUsage
in classVerboseCommand
-
main
public static void main(String[] args) throws FileNotFoundException
- Throws:
FileNotFoundException
-
diff
public void diff() throws FileNotFoundException
- Throws:
FileNotFoundException
-
diff
public void diff(String fromFile, String toFile, String outFile, boolean verbose) throws FileNotFoundException
- Throws:
FileNotFoundException
-
buildBinding
public void buildBinding(org.apache.jena.rdf.model.Model m1, org.apache.jena.rdf.model.Model m2)
-
-