Class CometIdInfo
java.lang.Object
com.priint.pubserver.comet.config.CometIdInfo
Information about a CometId usage (which configuration file, fieldName etc.). This class is mainly used for configuration check and repair methods and for input validation for configuration updates or imports.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCometIdInfo(int id, String path, Class<?> clazz, CometIdInfo.Type type, String name, ReferenceBinding referenceBinding) Instantiates a new comet id info.CometIdInfo(int id, String path, Class<?> clazz, ReferenceBinding referenceBinding) Instantiates a new comet id info. -
Method Summary
-
Constructor Details
-
CometIdInfo
Instantiates a new comet id info.- Parameters:
id- the idpath- the pathclazz- the clazzreferenceBinding- the reference binding
-
CometIdInfo
public CometIdInfo(int id, String path, Class<?> clazz, CometIdInfo.Type type, String name, ReferenceBinding referenceBinding) Instantiates a new comet id info.- Parameters:
id- the idpath- the pathclazz- the clazztype- the typename- the namereferenceBinding- the reference binding
-
-
Method Details
-
conflicts
Conflicts.- Parameters:
clazz- the clazz- Returns:
- true, if successful
-
getDetailedInfo
Gets the detailed info.- Returns:
- the detailed info
-
getShortInfo
Gets the short info.- Returns:
- the short info
-
getPath
Gets the path.- Returns:
- the path
-
getClazz
Gets the clazz.- Returns:
- the clazz
-
getType
Gets the type.- Returns:
- the type
-
getId
public int getId()Gets the id.- Returns:
- the id
-
getFieldName
Gets the field name.- Returns:
- the field name
-
getReferenceBinding
ReferenceBindingGets the reference binding.- Returns:
- the reference binding
- See Also:
-