特性文件
Windchill 使用标准 Java 特性文件来确定运行时配置特性。
代码库目录包含:
wt.properties
包含用于常规 Java 系统配置和 Windchill 系统配置的特性。
service.properties
包含 Windchill 服务委派机制使用的特性。
user.properties
包含资源束和 sql 脚本生成工具使用的用户替换。
moduleRegistry.properties
包含已注册模块的列表。
moduleDir.properties
包含每个已注册模块的主目录。
db 目录包含:
db.properties
包含 Windchill 数据库连接层用于访问数据库的特性。
系统生成 jar (SystemGeneration.jarWindchillUtil.jar & CommonCore.jar) 包含:
tools.properties
包含资源束和 sql 脚本生成工具使用的特性。
debug.properties
包含 Windchill 代码用于控制调试信息捕获的特性。
service.properties
包含 Windchill 服务委派机制用于系统生成工具的特性。
typedservices.properties
包含 Windchill 服务委派机制用于系统生成工具的特性。当选择器对象类型可以是子类型时,必须使用 typedservices.properties。
wt.properties
这是代码库中文件的缩写形式。
(使用包含代码库和系统生成 jar 的手动创建的 classpath 时必须小心,因为特性文件将根据 classpath 组件的顺序加载。)
以下各部分仅讨论您作为开发人员最可能感兴趣的子集。可以在 codebase 目录中的 properties.html 文件中找到 wt.properties、tools.properties 和 db.properties 文件的完整特性和说明集。
这对您有帮助吗?