|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpel.bridge.DataHolderDeclaration
Exibe as dependências de uma árvore da linguagem funcional. Tipicamente expande toda as dependências de um DataHolder e filtra a listagem completa de DataHolders já resolvida.
Constructor Summary | |
DataHolderDeclaration()
|
Method Summary | |
java.util.List |
extract(jpel.util.dataholder.DataHolder holder)
Produces a list of data sources derived from the given source. |
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. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataHolderDeclaration()
Method Detail |
public java.lang.String[] getTypes()
GenericTool
getTypes
in interface GenericTool
public java.lang.String getDescription()
GenericTool
getDescription
in interface GenericTool
public java.util.List extract(jpel.util.dataholder.DataHolder holder) throws DataHolderException
DataHolderExtractor
extract
in interface DataHolderExtractor
holder
- The source
DataHolderException
- When there is a problem to find the DataHolders
derived from the given source.public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |