4.1

Table Of Contents
Localizator Class
The Localizator class is a helper class that locates and loads classes in the Orchestrator server.
In the context of creating a plug-in configuration tab, the Localizator class creates a classloader to load the
classes of the configuration tab implementation to the configuration server and creates a hastable of properties
to pass to the classes.
public class Localizator
extends java.lang.Object
The Localizator class defines the following methods:
Method Returns Description
fillTable(java.util.Hashtable
table)
Void Adds property values to a hashtable.
getResourceString(java.lang.Str
ing key)
java.lang.String
Obtains a property from the hashtable.
getResourceString(java.lang.Str
ing key, java.lang.Object...
args)
java.lang.String
Obtains a property from the hashtable.
hasKey(java.lang.String key)
Boolean
Constructor
public Localizator(ClassLoader loader,String resourcePath)
PluginLicense Class
The PluginLicense class obtains and sets any licensing information that a plug-in requires.
public class PluginLicense
extends java.lang.Object
implements java.io.Serializable
The PluginLicense class defines the following methods.
Method Returns Description
getDescription() java.lang.String
Obtains the license description.
getLicenseString() java.lang.String
Obtains the license key.
getOwner() java.lang.String
Obtains the license owner.
setDescription(java.lang.String
description)
Void Sets the license description.
setLicenseString(java.lang.Stri
ng licenseString)
Void Sets the license key.
setOwner(java.lang.String
owner)
Void Obtains the license owner.
Constructor
PluginLicense()
Chapter 7 Developing Plug-Ins
VMware, Inc. 215