提供意見
ClassPathScanner.IClassPathFilter public static interface ClassPathScanner.IClassPathFilter
com.android.tradefed.util.ClassPathScanner.IClassPathFilter
類路徑入口路徑的過濾器
在
FileFilter
之後進行圖案化
概括 公開方法 abstract boolean
accept (String pathName)
測試指定的抽象路徑名是否應包含在類路徑條目列表中。
abstract String
transform (String pathName)
類路徑條目路徑名的可選轉換器。
公開方法 接受
public abstract boolean accept (String pathName) 測試指定的抽象路徑名是否應包含在類路徑條目列表中。
參數 pathName
String
:類路徑條目的相對路徑
public abstract String transform (String pathName) 類路徑條目路徑名的可選轉換器。
參數 pathName
String
:類路徑條目的相對路徑,格式為“ foo / path / file.ext”。
退貨 String
pathName轉換為上下文特定格式
提供意見
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
想進一步說明嗎?