是否可以在 Flash Builder 中设置排除/包含过滤器以在开头使用通配符?

发布于 2024-11-05 06:46:59 字数 180 浏览 0 评论 0原文

是否可以在探查器中设置排除/包含过滤器以在开头包含通配符?

例如,假设我们有包 org.foo、org.bar 和 com.foo,我想过滤任何包含 foo 的包名称。在本例中,我想要类似 .foo..* 的内容,但这似乎不起作用。有什么办法可以做我想做的事吗?或者我是否必须为每个包含 foo 的包设置过滤器?

Is it possible to set up exclusion/inclusion filters in profiler to have wildcard character in the beginning?

For example, let's say we have packages org.foo, org.bar, and com.foo and i want to filter for any package names that has foo in it. In this case I want something like .foo..* but that doesn't seem to work. is there any way to do what I want? or do i have to set up filter for every package that has foo in it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请你别敷衍 2024-11-12 06:46:59

包声明几乎只是包所在位置的文件夹结构。因此,如果我明白您所要求的是一种在目录分支中加载所有“foo”类的方法。答案是否定的。

但是,您可以做的另一件事是使用“com.foo.*”加载“foo”目录中的所有包,这将加载所有“foo”,但您仍然需要知道在哪里“foo”位于。

The package declaration is pretty much just the folder structure of where the package is located. So if i understand what you are asking for is a way to load all "foo" classes in a directory branch. The answer is no.

However, The other thing you can do is load all packages in the "foo" directory with "com.foo.*" this will load all "foo"s, but you still need to know where "foo" is located.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文