类的使用
org.xmeta.ThingIndex
使用ThingIndex的程序包
-
org.xmeta中ThingIndex的使用
返回变量类型为ThingIndex的类型的org.xmeta中的方法修饰符和类型方法说明Category.getThingIndexs()返回当前目录下的所有模型的索引列表,不包含子目录。Category.getThingIndexs(String descriptor) 根据描述返回模型索引列表。ThingManager.getThingIndexs(String categoryName) 返回指定目录下的模型索引列表。ThingManager.getThingIndexs(String categoryName, String descriptorPath) 根据描述者获取指定目录下的模型索引列表。参数类型为ThingIndex的org.xmeta中的方法修饰符和类型方法说明voidThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) 只解码用于索引模型的部分,模型索引通常用于UI的导航中。 -
org.xmeta.codes中ThingIndex的使用
参数类型为ThingIndex的org.xmeta.codes中的方法修饰符和类型方法说明voidDmlThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) voidJsonThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) voidPropertyThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) voidTxtThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) voidXerThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModifyed) voidXmlThingCoder.decodeIndex(ThingIndex thingIndex, InputStream in, long lastModified) -
org.xmeta.index中ThingIndex的使用
参数类型为ThingIndex的org.xmeta.index中的构造器 -
org.xmeta.thingManagers中ThingIndex的使用
类型参数类型为ThingIndex的org.xmeta.thingManagers中的字段返回变量类型为ThingIndex的类型的org.xmeta.thingManagers中的方法修饰符和类型方法说明AbstractThingManager.getThingIndexs(String categoryName) AbstractThingManager.getThingIndexs(String categoryName, String descriptorPath) CachedCategory.getThingIndexs()CachedCategory.getThingIndexs(String descriptor) ClassCategory.getThingIndexs()ClassCategory.getThingIndexs(String descriptor) ClassThingManager.getThingIndexs(String categoryName) ClassThingManager.getThingIndexs(String categoryName, String descriptorPath) TransientCategory.getThingIndexs()TransientCategory.getThingIndexs(String descriptorPath) TransientThingManager.getThingIndexs(String categoryName) TransientThingManager.getThingIndexs(String categoryName, String descriptorPath) 参数类型为ThingIndex的org.xmeta.thingManagers中的方法