lapis.tools
Class Property

java.lang.Object
  extended bylapis.tools.Property
All Implemented Interfaces:
Tool

public class Property
extends Object
implements Tool


Constructor Summary
Property()
           
 
Method Summary
 Document invoke(Arguments args)
          Invoke tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

invoke

public Document invoke(Arguments args)
                throws Exception
Description copied from interface: Tool
Invoke tool.

Specified by:
invoke in interface Tool
Throws:
Exception