com.infoengine.webject.mgt
Class GetProperties

java.lang.Object
  extended bycom.infoengine.webject.Webject
      extended bycom.infoengine.webject.mgt.GetProperties

public class GetProperties
extends Webject

Creates an Info*Engine Group from a Java property source. If no source is specified, the group is created from the System properties. The source may be specified as a file system pathname, or as URL. The ATTRIBUTE parameter may be provided to specify the names of properties to be returned in the output group.

Example:
 <ie:webject name="Get-Properties" type="MGT">    <ie:param name="SOURCE" data="ldap://localhost/dc=acme,dc=com"/>    <ie:param name="ATTRIBUTE" data="property-name"/>    <ie:param name="GROUP_OUT" data="properties"/>  </ie:webject>


Constructor Summary
GetProperties()
           
 
Method Summary
 Task invoke(Task task)
           
 
Methods inherited from class com.infoengine.webject.Webject
booleanParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProperties

public GetProperties()
Method Detail

invoke

public Task invoke(Task task)
            throws IEException
Specified by:
invoke in class Webject
Throws:
IEException