public class ArchiveFactoryImpl extends Object implements ArchiveFactory
PersistenceUnitInfo.getPersistenceUnitRootUrl()
Constructor and Description |
---|
ArchiveFactoryImpl() |
ArchiveFactoryImpl(Logger logger) |
Modifier and Type | Method and Description |
---|---|
Archive |
createArchive(URL rootUrl,
Map properties)
Return an instance of an implementer of Archive that can process the URL provided
|
Archive |
createArchive(URL rootUrl,
String descriptorLocation,
Map properties)
Return an instance of an implementer of Archive that can process the URL provided
This instance will allow access to the persistence descriptor associated with
this archive through the getDescriptorStream() method
|
public ArchiveFactoryImpl()
public ArchiveFactoryImpl(Logger logger)
public Archive createArchive(URL rootUrl, Map properties) throws URISyntaxException, IOException
ArchiveFactory
createArchive
in interface ArchiveFactory
URISyntaxException
IOException
public Archive createArchive(URL rootUrl, String descriptorLocation, Map properties) throws URISyntaxException, IOException
ArchiveFactory
createArchive
in interface ArchiveFactory
URISyntaxException
IOException
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference