Methods Summary |
---|
public java.io.File | getInstallationDirectory()Return the location of the appserver installation.
return this.installDir;
|
public java.util.Map | getMap()Returns user defined properties as map
return map;
|
public void | setInstallationDirectory(java.io.File id)Set the location of appserver installation.
this.installDir = id;
|
public void | setMap(java.util.Map map)Useful for setting user defined properties
and passing them to the addon infrastructure
this.map = map;
|