HI: 以下のコードは RequestFactoryEditorDriver からのものです。
/**
* Returns a new array containing the request paths.
*
* @return an array of Strings
*/
String[] getPaths();
私の質問は、
- このメソッドをいつ、どこで使用するか、RequestFactoryEditorDriver へのパスを設定する場所がありません。パスはドライバーの作成時に生成されますか? もしそうなら、「パスの生成」のルールは何ですか?
クライアントは、次のようなパス自体を提供する必要があると思います。
factory.find( proxyId ).with( myPaths).fire(...)
RequestFactoryEditorDriver#getPaths() 以外で、1 から取得するパスが指定されていない場合。