标记资产

使用 RAMAsset.addTags(String) 来向资产添加标记。

                newAsset.addTags("tag1,tag2,tag3");
                newAsset.addTags("CaseCHeck SpacingCheck \"Grouping Check\"");
                
                session.put(newAsset, new NullProgressMonitor());

反馈