Export to GitHub

jspf - issue #21

classpath://xxx.* should be supported


Posted on Nov 16, 2010 by Massive Bird

Implement as classpath://* but filter for given name.

Comment #1

Posted on Nov 18, 2010 by Massive Bird

Implemented an initial version.

classpath://x.* means each class that is in the package x (e.g., x.A, x.B, but NOT the class x.y.A) classpath://x.** means each class somewhere below x (e.g., x.A, x.B, x.y.A, ...)

A single '' can be used multiple times (e.g., x..blah..mypackage), but '*' is allowed only once.

Status: Started

Labels:
Type-Enhancement Priority-Medium OpSys-All Usability