Uses of Class
ca.cgjennings.apps.arkham.plugins.catalog.PluginBundlePublisher.CompressionMethod
-
Packages that use PluginBundlePublisher.CompressionMethod Package Description ca.cgjennings.apps.arkham.plugins.catalog ca.cgjennings.apps.arkham.project -
-
Uses of PluginBundlePublisher.CompressionMethod in ca.cgjennings.apps.arkham.plugins.catalog
Methods in ca.cgjennings.apps.arkham.plugins.catalog that return PluginBundlePublisher.CompressionMethod Modifier and Type Method Description static PluginBundlePublisher.CompressionMethod
PluginBundlePublisher.CompressionMethod. forExtension(java.lang.String name)
Returns the compression method associated with the extension part of a file name in a string.static PluginBundlePublisher.CompressionMethod
PluginBundlePublisher.CompressionMethod. getDefault()
Returns the default compression method for plug-in bundles.static PluginBundlePublisher.CompressionMethod
PluginBundlePublisher.CompressionMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PluginBundlePublisher.CompressionMethod[]
PluginBundlePublisher.CompressionMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.plugins.catalog with parameters of type PluginBundlePublisher.CompressionMethod Modifier and Type Method Description static void
PluginBundlePublisher. compress(java.io.File source, java.io.File dest, PluginBundlePublisher.CompressionMethod method)
Compresses a file using the specified compression method.static void
PluginBundlePublisher. decompress(java.io.File source, java.io.File dest, PluginBundlePublisher.CompressionMethod method)
Decompresses a file previously compressed with the specified compression method. -
Uses of PluginBundlePublisher.CompressionMethod in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project with parameters of type PluginBundlePublisher.CompressionMethod Modifier and Type Method Description static Listing
PublishBundle. publish(java.io.File srcBundle, PluginBundlePublisher.CompressionMethod method)
Converts a bundle to published format and returns aListing
containing any catalog information specified by the bundle's root file.
-