Talend - 在哪里可以找到 Talend 使用的内部库的源代码?
Talend - Where to find source code of internal library used by Talend?
我正在尝试查找 Talend 使用的内部库的源代码。
组件 tFileCopy 正在使用 org.talend.FileCopy
Jar 文件位于:
和
https://mvnrepository.com/artifact/org.talend.libraries/filecopy/2.0.0
但是当我提取Jar文件时,没有源代码。
谁能帮忙找到这个库的源代码?
谢谢。
您应该能够在您的 talend studio 的 /plugin 存储库中找到 Talend 组件的源代码。
像这样的地方:
\Talend-Studio\plugins\org.talend.designer.components.localprovider_xx\components\tFileCopy
Talend 源代码位于 GitHub https://github.com/Talend
里面有很多不同的仓库。
我找到了如下“org.talend.FileCopy”源代码。
第 1 步:进入特定的存储库
https://github.com/Talend/tdi-studio-se
第 2 步:点击“转到文件”
第 3 步:键入您要查找的 class 的名称,然后打开出现在搜索结果中的文件。
我正在尝试查找 Talend 使用的内部库的源代码。
组件 tFileCopy 正在使用 org.talend.FileCopy
Jar 文件位于:
和
https://mvnrepository.com/artifact/org.talend.libraries/filecopy/2.0.0
但是当我提取Jar文件时,没有源代码。
谁能帮忙找到这个库的源代码?
谢谢。
您应该能够在您的 talend studio 的 /plugin 存储库中找到 Talend 组件的源代码。 像这样的地方:
\Talend-Studio\plugins\org.talend.designer.components.localprovider_xx\components\tFileCopy
Talend 源代码位于 GitHub https://github.com/Talend
里面有很多不同的仓库。
我找到了如下“org.talend.FileCopy”源代码。
第 1 步:进入特定的存储库 https://github.com/Talend/tdi-studio-se
第 2 步:点击“转到文件”
第 3 步:键入您要查找的 class 的名称,然后打开出现在搜索结果中的文件。