软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
Modifier and Type | Method and Description |
---|---|
static AttributeValueExp |
Query.attr(String name)
返回一个新的属性表达式。
|
static AttributeValueExp |
Query.attr(String className, String name)
返回一个新的合格的属性表达式。
|
static AttributeValueExp |
Query.classattr()
返回一个新的类属性的表达,它可以用在任何查询电话,希望valueexp。
|
Modifier and Type | Method and Description |
---|---|
static QueryExp |
Query.anySubString(AttributeValueExp a, StringValueExp s)
返回一个表示字符串参数的匹配约束的查询表达式。
|
static QueryExp |
Query.finalSubString(AttributeValueExp a, StringValueExp s)
返回一个表示字符串参数的匹配约束的查询表达式。
|
static QueryExp |
Query.initialSubString(AttributeValueExp a, StringValueExp s)
返回一个表示字符串参数的匹配约束的查询表达式。
|
static QueryExp |
Query.match(AttributeValueExp a, StringValueExp s)
返回一个表示字符串参数的匹配约束的查询表达式。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.