Type Method 型メソッド

canInitWithURL:

Returns whether a URL handle can be initialized with a given URL. あるURLハンドルがある与えられたURLで初期化されることができるかどうかを返します。

Declaration 宣言

+ (BOOL)canInitWithURL:(NSURL *)anURL;

Parameters パラメータ

aURL

The URL in question. 質問におけるURL。

Return Value 戻り値

YES if a URL handle can be initialized with aURL, NO otherwise. YES、もしURLがaURLで初期化されることが可能ならば、NO、そうでなければ。

Discussion 議論

Subclasses of NSURLHandle must override this method to identify which URLs they can service. NSURLHandleのサブクラスそれらは、このメソッドをオーバーライドして、それらが奉仕できるのはどのURLか識別しなければなりません。

See Also 参照

Managing subclasses サブクラスを管理する