Home | History | Annotate | Download | only in manual

Lines Matching full:wildcards

276     wildcards. For example, you may want to list all the <a
559 <b>*</b>, and <b>**</b> wildcards, and they can be preceded by the
597 names can contain <b>?</b>, <b>*</b>, and <b>**</b> wildcards, and they
879 comma-separated list of file names that can contain wildcards. Only files with
881 case of output jars). The following wildcards are supported:
915 A filter is a list of comma-separated names that can contain wildcards. Only
916 names that match an item on the list pass the filter. The supported wildcards
918 following wildcards are typical:
1047 wildcards. To get a feel for the syntax, you should probably look at the <a
1086 expressions containing the following wildcards:
1127 specifications are typically used to restrict classes with wildcards. They
1143 also contain the following catch-all wildcards:
1161 Note that the above wildcards don't have return types. Only the
1166 can contain the following wildcards:
1175 Types in descriptors can contain the following wildcards:
1197 wildcards will never match primitive types. Furthermore, only the
1198 <code>***</code> wildcards will match array types of any dimension. For