Ant path style patterns

前端 未结 5 1576
醉话见心
醉话见心 2020-11-27 10:22

What are the rules for Ant path style patterns.

The Ant site itself is surprisingly uninformative.

5条回答
  •  暖寄归人
    2020-11-27 10:53

    As @user11153 mentioned, Spring's AntPathMatcher implements and documents the basics of Ant-style path pattern matching.

    In addition, Java 7's nio APIs added some built in support for basic pattern matching via FileSystem.getPathMatcher

提交回复
热议问题