|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpel.tree.NodeReaderDebugger
Constructor Summary | |
NodeReaderDebugger()
|
Method Summary | |
java.lang.String |
getDescription()
Retorna a descrição da ferramenta. |
java.lang.String[] |
getTypes()
Retorna os tipos dos objetos que podem ser tratados por tal ferramenta. |
jpel.tree.Node |
read(jpel.util.dataholder.DataHolder holder)
Lê os dados de um nó de uma fonte de dados. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeReaderDebugger()
Method Detail |
public jpel.tree.Node read(jpel.util.dataholder.DataHolder holder) throws NodeException, DataHolderException
NodeReader
read
in interface NodeReader
holder
- Fonte de dados.
NodeException
- Quando há problemas com o nó lido.
DataHolderException
- Quando há problemas na leitura dos dados.public java.lang.String[] getTypes()
GenericTool
getTypes
in interface GenericTool
public java.lang.String getDescription()
GenericTool
getDescription
in interface GenericTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |