public interface ArchiveFactory
SystemProperties
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
|
Archive createArchive(URL rootUrl, Map properties) throws URISyntaxException, IOException
URISyntaxException
IOException
Archive createArchive(URL rootUrl, String descriptorLocation, Map properties) throws URISyntaxException, IOException
URISyntaxException
IOException
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.