|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginType | |
---|---|
org.eucalyptus.analysesi.plugin |
Uses of PluginType in org.eucalyptus.analysesi.plugin |
---|
Methods in org.eucalyptus.analysesi.plugin that return PluginType | |
---|---|
PluginType |
Plugin.getType()
Retourne le type du plugin. |
static PluginType |
PluginType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PluginType[] |
PluginType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.eucalyptus.analysesi.plugin with parameters of type PluginType | |
---|---|
Plugin(java.lang.String name,
java.lang.String description,
java.lang.String version,
PluginType type,
java.io.File jarfile)
Le constructeur d'un Plugin . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |