org.openrdf.repository.object.compiler
Class JarPacker

java.lang.Object
  extended by org.openrdf.repository.object.compiler.JarPacker

public class JarPacker
extends Object

Packages a directy into a Jar and writes the concept index files.

Author:
James Leigh

Constructor Summary
JarPacker(File dir)
           
 
Method Summary
 void packageJar(File output)
           
 void setAnnotations(Set<String> annotations)
           
 void setBehaviours(Collection<String> behaviours)
           
 void setConcepts(Collection<String> concepts)
           
 void setDatatypes(Collection<String> datatypes)
           
 void setOntologies(Collection<URL> ontologies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarPacker

public JarPacker(File dir)
Method Detail

setAnnotations

public void setAnnotations(Set<String> annotations)

setBehaviours

public void setBehaviours(Collection<String> behaviours)

setConcepts

public void setConcepts(Collection<String> concepts)

setDatatypes

public void setDatatypes(Collection<String> datatypes)

setOntologies

public void setOntologies(Collection<URL> ontologies)

packageJar

public void packageJar(File output)
                throws IOException,
                       RDFParseException
Throws:
IOException
RDFParseException


Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.