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()
NodeOptions
isFlattenPackages
in interface NodeOptions
public boolean isAbbreviatePackageNames()
NodeOptions
isAbbreviatePackageNames
in interface NodeOptions
public boolean isHideEmptyMiddlePackages()
NodeOptions
isHideEmptyMiddlePackages
in interface NodeOptions
public boolean isCompactDirectories()
isCompactDirectories
in interface NodeOptions
true
if directories in a tree should be merged if possiblepublic boolean isShowLibraryContents()
NodeOptions
isShowLibraryContents
in interface NodeOptions
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object