org.topbraid.forms.model
Class FormsRegistryUtil

java.lang.Object
  extended by org.topbraid.forms.model.FormsRegistryUtil

public class FormsRegistryUtil
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_FORMS_FILE
           
static java.lang.String LANG
           
 
Constructor Summary
FormsRegistryUtil()
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Model getDefaultFormsModel()
           
static com.hp.hpl.jena.ontology.OntModel getDefaultFormsOntModel()
           
static org.eclipse.core.resources.IFile getFormsFile(org.eclipse.core.resources.IFile baseModelFile)
           
static com.hp.hpl.jena.rdf.model.Model getFormsSchemaModel()
           
static void reloadDefaultForms(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FORMS_FILE

public static final java.lang.String DEFAULT_FORMS_FILE
See Also:
Constant Field Values

LANG

public static final java.lang.String LANG
See Also:
Constant Field Values
Constructor Detail

FormsRegistryUtil

public FormsRegistryUtil()
Method Detail

getDefaultFormsModel

public static com.hp.hpl.jena.rdf.model.Model getDefaultFormsModel()

getDefaultFormsOntModel

public static com.hp.hpl.jena.ontology.OntModel getDefaultFormsOntModel()

getFormsFile

public static org.eclipse.core.resources.IFile getFormsFile(org.eclipse.core.resources.IFile baseModelFile)

getFormsSchemaModel

public static com.hp.hpl.jena.rdf.model.Model getFormsSchemaModel()

reloadDefaultForms

public static void reloadDefaultForms(java.lang.String fileName)