com.izforge.izpack.installer.unpacker
Class GUIPackResources
java.lang.Object
com.izforge.izpack.installer.unpacker.AbstractPackResources
com.izforge.izpack.installer.unpacker.GUIPackResources
- All Implemented Interfaces:
- PackResources
public class GUIPackResources
- extends AbstractPackResources
PackResources implementation for the GUI-based installer.
This supports both local and web-based pack resources.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIPackResources
public GUIPackResources(Resources resources,
InstallData installData)
- Constructs a
GUIPackResources.
- Parameters:
resources - the resourcesinstallData - the installation data
getWebPackStream
protected InputStream getWebPackStream(String name,
String webDirURL)
- Description copied from class:
AbstractPackResources
- Returns the stream to a web-based pack resource.
- Specified by:
getWebPackStream in class AbstractPackResources
- Parameters:
name - the resource namewebDirURL - the web URL to load the resource from
- Returns:
- a stream to the resource
Copyright © 2018. All rights reserved.