|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaceHolderInfo | |
---|---|
de.smartics.exceptions.report.data | Provides classes that represent report data. |
de.smartics.exceptions.report.message | Provides placeholders for messages. |
Uses of PlaceHolderInfo in de.smartics.exceptions.report.data |
---|
Methods in de.smartics.exceptions.report.data that return PlaceHolderInfo | |
---|---|
PlaceHolderInfo |
ExceptionCodeReportItem.getPlaceHolderInfo() Returns the descriptions of the place holders. |
PlaceHolderInfo |
ExceptionCodeMapping.getPlaceHolderInfo(com.thoughtworks.qdox.model.JavaClass codesEnumeration) Determines the place holder information from the code enumeration type. |
PlaceHolderInfo |
ExceptionCodeMapping.getPlaceHolderInfo(com.thoughtworks.qdox.model.JavaField codeEnum, PlaceHolderInfo defaultPlaceholderInfo) Determines the place holder information from the code instance in the enumeration. |
Methods in de.smartics.exceptions.report.data with parameters of type PlaceHolderInfo | |
---|---|
PlaceHolderInfo |
ExceptionCodeMapping.getPlaceHolderInfo(com.thoughtworks.qdox.model.JavaField codeEnum, PlaceHolderInfo defaultPlaceholderInfo) Determines the place holder information from the code instance in the enumeration. |
Constructors in de.smartics.exceptions.report.data with parameters of type PlaceHolderInfo | |
---|---|
ExceptionCodeReportItem(Code code, com.thoughtworks.qdox.model.JavaClass typeJavadoc, com.thoughtworks.qdox.model.JavaField javadoc, PlaceHolderInfo placeHolderInfo) Default constructor. |
Uses of PlaceHolderInfo in de.smartics.exceptions.report.message |
---|
Fields in de.smartics.exceptions.report.message declared as PlaceHolderInfo | |
---|---|
static PlaceHolderInfo |
PlaceHolderInfo.EMPTY The singleton to represent the immutable empty place holder info. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |