在UCM中,我有一个视图A,我想知道创建了哪个UCM流 如何查找哪个流对应的UCM视图?
命令" cleartool lsview -properties -full A
"并没有告诉我有关该流的任何信息。
答案 0 :(得分:0)
您可以尝试:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(newComponentName("com.demo.iTemp.activity","com.demo.iTemp.activity.SplashActivity"));
这允许您从该流中获取其他信息,例如foundation baselines or baselines for a component。
添加cd /path/to/my/view
cleartool lsstream -cview
选项,您可以看到该流的位置:
-anc
使用fmt_ccase
,您可以直接获取其名称:
cleartool lsstream -cview -anc