程序包 org.coodex.util
类 ProfileProviderBaseYaml
java.lang.Object
org.coodex.util.ProfileProviderBaseYaml
- 所有已实现的接口:
ProfileProvider,SelectableService<URL>
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ProfileProviderBaseYaml
public ProfileProviderBaseYaml()
-
-
方法详细资料
-
getSupported
- 指定者:
getSupported在接口中ProfileProvider- 返回:
- 此ProfileProvider支持的文件名后缀
-
isAvailable
public boolean isAvailable()- 指定者:
isAvailable在接口中ProfileProvider- 返回:
- 是否可用
-
get
- 指定者:
get在接口中ProfileProvider- 参数:
url- profile url- 返回:
- 获得Profile示例
-
accept
- 指定者:
accept在接口中SelectableService<URL>
-