com.infoengine.webject.mgt
Class GetProperties
java.lang.Object
com.infoengine.webject.Webject
com.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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetProperties
public GetProperties()
invoke
public Task invoke(Task task)
throws IEException
- Specified by:
invoke
in class Webject
- Throws:
IEException