public static class NodeOptions.Immutable extends java.lang.Object implements NodeOptions
NodeOptions.Immutable| Modifier and Type | Field and Description |
|---|---|
static NodeOptions |
DEFAULT |
| Constructor and Description |
|---|
Immutable(NodeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
boolean |
isAbbreviatePackageNames()
Gets the value of the "Abbreviate Qualified Package Names" option.
|
boolean |
isCompactDirectories() |
boolean |
isFlattenPackages()
Gets the value of the "Flatten Packages" option.
|
boolean |
isHideEmptyMiddlePackages()
Gets the value of the "Compact Empty Middle Packages" option.
|
boolean |
isShowLibraryContents()
Gets the value of the "Show/Hide Library Contents" option.
|
public static final NodeOptions DEFAULT
public Immutable(NodeOptions options)
public boolean isFlattenPackages()
NodeOptionsisFlattenPackages in interface NodeOptionspublic boolean isAbbreviatePackageNames()
NodeOptionsisAbbreviatePackageNames in interface NodeOptionspublic boolean isHideEmptyMiddlePackages()
NodeOptionsisHideEmptyMiddlePackages in interface NodeOptionspublic boolean isCompactDirectories()
isCompactDirectories in interface NodeOptionstrue if directories in a tree should be merged if possiblepublic boolean isShowLibraryContents()
NodeOptionsisShowLibraryContents in interface NodeOptionspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object