public interface ArchiveFactory
SystemProperties
Modifier and Type | Method and Description |
---|---|
Archive |
createArchive(java.net.URL rootUrl,
java.util.Map properties)
Return an instance of an implementer of Archive that can process the URL provided
|
Archive |
createArchive(java.net.URL rootUrl,
java.lang.String descriptorLocation,
java.util.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(java.net.URL rootUrl, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxException
java.io.IOException
Archive createArchive(java.net.URL rootUrl, java.lang.String descriptorLocation, java.util.Map properties) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxException
java.io.IOException