public class PluginUtils
extends java.lang.Object
| Constructor and Description |
|---|
PluginUtils() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeprecatedFeatureName(java.lang.String filename)
Return a String object that represents the name from feature.txt
in a (deprecated) feature zip file
|
rapture.common.PluginConfig |
getPluginConfigFromZip(java.lang.String filename)
Return a PluginConfig object that represents the root level plugin.txt
in a plugin zip file
|
public rapture.common.PluginConfig getPluginConfigFromZip(java.lang.String filename)
filename - - The full path to a Plugin zip filepublic java.lang.String getDeprecatedFeatureName(java.lang.String filename)
filename - - The full path to a (deprecated) feature zip file