public class URIPattern extends Object
| コンストラクタと説明 |
|---|
URIPattern(String pattern)
Constructs uri pattern
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
match(URI uri)
Returns true if the given uri matches the pattern
|
static boolean |
match(URIPattern[] patterns,
URI uri) |
String |
toString() |
public URIPattern(String pattern)
Copyright © 2009–2016. All rights reserved.