|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
TreeSettings.
Factory| Method Summary | |
TreeSettings |
create()
Creates an instance of TreeSettings initialized to vendor-specific default values. |
int |
getMaxDepthAllowed()
Returns the maximum depth allowed. |
int |
getMaxSurrogatesAllowed()
Returns the maximum number of surrogates allowed. |
boolean |
supportsCapability(TreeCapability capability)
Returns true if the specified capability is supported in the JDM implementation. |
| Method Detail |
public TreeSettings create()
throws JDMException
The maximum number of surrogates is set to the default max surrogates, or 0 if not supported. The maximum depth is set to the default max depth.
JDMExceptionpublic int getMaxDepthAllowed()
public int getMaxSurrogatesAllowed()
public boolean supportsCapability(TreeCapability capability)
throws JDMException
capability - An enumeration value that represents a specific capability.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||