GenUri class abstract

定义查找class的键的生成策略 返回结果必定为为uri

Implementers

Constructors

GenUri(int type)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

gen(String key, String tag, int ext, String className, String libUri) String
由一些信息来生成uri的 key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

GEN_URI_TYPE_BY_DEF → const int
默认值 使用自增长
GEN_URI_TYPE_BY_KEY → const int
依据key解析为Uri
GEN_URI_TYPE_BY_NAME → const int
依据路径+名字
GEN_URI_TYPE_BY_SEQUENCE → const int
自增长
GEN_URI_TYPE_BY_SEQUENCE_KEY → const int
依据提供的key一部分叠加 一部分自增长
GEN_URI_TYPE_BY_SIMPLE_NAME → const int
依据只包含类名 函数名