de.intarsys.tools.locator
Class ZipFileLocatorFactory
java.lang.Object
de.intarsys.tools.locator.CommonLocatorFactory
de.intarsys.tools.locator.ZipFileLocatorFactory
- All Implemented Interfaces:
- ILocatorFactory
public class ZipFileLocatorFactory
- extends CommonLocatorFactory
! not yet functional !
Locate resources contained within a zip file.
Full syntax
zip::#
The zip locator itself may be any locator that can be resolved to an
InputStream.
ZipFileLocatorFactory
public ZipFileLocatorFactory()
createLocator
public ILocator createLocator(String location)
throws IOException
- Description copied from interface:
ILocatorFactory
- Create a
ILocator object.
path may for example define a file in the file system.
- Parameters:
location - A location definition.
- Returns:
- The ILocator object created from the
location.
- Throws:
IOException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.