Package org.jipijapa.eclipselink
Class VFSArchive
java.lang.Object
org.jipijapa.eclipselink.VFSArchive
- All Implemented Interfaces:
org.eclipse.persistence.jpa.Archive
This is the guts of the Eclipse-to-JBossAS7 integration for
automatic entity class discovery. The entry point is
JBossArchiveFactoryImpl; see there for how to use this.
- Author:
- Rich DiCroce
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rootUrl
-
descriptorLocation
-
root
protected org.jboss.vfs.VirtualFile root -
files
-
-
Constructor Details
-
VFSArchive
- Throws:
URISyntaxExceptionIOException
-
-
Method Details
-
getEntries
- Specified by:
getEntriesin interfaceorg.eclipse.persistence.jpa.Archive
-
getEntry
- Specified by:
getEntryin interfaceorg.eclipse.persistence.jpa.Archive- Throws:
IOException
-
getEntryAsURL
- Specified by:
getEntryAsURLin interfaceorg.eclipse.persistence.jpa.Archive- Throws:
IOException
-
getRootURL
- Specified by:
getRootURLin interfaceorg.eclipse.persistence.jpa.Archive
-
getDescriptorStream
- Specified by:
getDescriptorStreamin interfaceorg.eclipse.persistence.jpa.Archive- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceorg.eclipse.persistence.jpa.Archive
-