public class ObjectTypes extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectTypes.ObjectTypesListen |
class |
ObjectTypes.ObjectTypesSelect |
| Modifier and Type | Field and Description |
|---|---|
KeyTreeMap<ObjectType> |
typesMap |
| Constructor and Description |
|---|
ObjectTypes() |
ObjectTypes(Collection<ObjectType> typesMap) |
ObjectTypes(ObjectType[] typesMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ObjectType... objectTypes) |
void |
merge(ObjectTypes patterns) |
Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen> |
where(Matcher matcher) |
public final KeyTreeMap<ObjectType> typesMap
public ObjectTypes(Collection<ObjectType> typesMap)
public ObjectTypes(ObjectType[] typesMap)
public ObjectTypes()
public void merge(ObjectTypes patterns)
public Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen> where(Matcher matcher)
public void add(ObjectType... objectTypes)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.