|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.datapublisher.owlgen.BeanIntrospector
public class BeanIntrospector
Inspect annotations on a set of Beans. This allows creation of an OWL file representing the database. Usually, this class will be used by an OwlBeanModelMojo.
Constructor Summary | |
---|---|
BeanIntrospector(java.util.Set<java.lang.Class> beans)
Constructor for DatabaseBeanInspector. |
Method Summary | |
---|---|
java.io.File |
createDatabaseOWL(java.net.URI owlURI,
java.io.File owlFile)
Create an owl file describing the concepts described by every bean in the set of beans describing a database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanIntrospector(java.util.Set<java.lang.Class> beans)
beans
- the set of classes to introspectMethod Detail |
---|
public java.io.File createDatabaseOWL(java.net.URI owlURI, java.io.File owlFile) throws OWLGenerationException
owlURI
- the URI to set for this OntologyowlFile
- the actual location this OWL file will be written to
OWLGenerationException
- if the owl file could not be written
correctly
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |