Uses of Enum Class
org.faceless.publisher.resource.ZipURLConnectionFactory.Flavor
Package
Description
Provides the classes and interfaces used for loading external resources
-
Uses of ZipURLConnectionFactory.Flavor in org.faceless.publisher.resource
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ZipURLConnectionFactory.Flavor[]
ZipURLConnectionFactory.Flavor.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionZipURLConnectionFactory
(BackedZipFile zip, URL2 base, ZipURLConnectionFactory.Flavor flavor) Create a URLConnectionFactory that will read entries from a ZIP file.