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