Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
enum | SelectedMode |
Static Public Member Functions | |
static void | addChangeListener (PreferenceChangeListener listener) |
static boolean | displayTimesInLocalTime () |
static boolean | displayTranslatedFileNames () |
static String | getAppName () |
static CaseDbConnectionInfo | getDatabaseConnectionInfo () throws UserPreferencesException |
static int | getDefaultLogFileCount () |
static String | getIndexingServerHost () |
static String | getIndexingServerPort () |
static boolean | getIsMultiUserModeEnabled () |
static boolean | getIsTimeOutEnabled () |
static int | getLogFileCount () |
static MessageServiceConnectionInfo | getMessageServiceConnectionInfo () throws UserPreferencesException |
static SelectedMode | getMode () |
static int | getProcessTimeOutHrs () |
static String | getTimeZoneForDisplays () |
static boolean | groupItemsInTreeByDatasource () |
static boolean | hideCentralRepoCommentsAndOccurrences () |
static boolean | hideKnownFilesInDataSourcesTree () |
static boolean | hideKnownFilesInViewsTree () |
static boolean | hideSlackFilesInDataSourcesTree () |
static boolean | hideSlackFilesInViewsTree () |
static boolean | keepPreferredContentViewer () |
static int | numberOfFileIngestThreads () |
static void | reloadFromStorage () throws BackingStoreException |
static void | removeChangeListener (PreferenceChangeListener listener) |
static void | saveToStorage () throws BackingStoreException |
static void | setAppName (String name) |
static void | setDatabaseConnectionInfo (CaseDbConnectionInfo connectionInfo) throws UserPreferencesException |
static void | setDisplayTimesInLocalTime (boolean value) |
static void | setDisplayTranslatedFileNames (boolean value) |
static void | setGroupItemsInTreeByDatasource (boolean value) |
static void | setHideCentralRepoCommentsAndOccurrences (boolean value) |
static void | setHideKnownFilesInDataSourcesTree (boolean value) |
static void | setHideKnownFilesInViewsTree (boolean value) |
static void | setHideSlackFilesInDataSourcesTree (boolean value) |
static void | setHideSlackFilesInViewsTree (boolean value) |
static void | setIndexingServerHost (String hostName) |
static void | setIndexingServerPort (int port) |
static void | setIsMultiUserModeEnabled (boolean enabled) |
static void | setIsTimeOutEnabled (boolean enabled) |
static void | setKeepPreferredContentViewer (boolean value) |
static void | setLogFileCount (int count) |
static void | setMessageServiceConnectionInfo (MessageServiceConnectionInfo info) throws UserPreferencesException |
static void | setMode (SelectedMode mode) |
static void | setNumberOfFileIngestThreads (int value) |
static void | setProcessTimeOutHrs (int value) |
static void | setShowOnlyCurrentUserTags (boolean value) |
static void | setTimeZoneForDisplays (String timeZone) |
static boolean | showOnlyCurrentUserTags () |
Static Public Attributes | |
static final String | DISPLAY_TIMES_IN_LOCAL_TIME = "DisplayTimesInLocalTime" |
static final String | DISPLAY_TRANSLATED_NAMES = "DisplayTranslatedNames" |
static final String | EXTERNAL_DATABASE_HOSTNAME_OR_IP = "ExternalDatabaseHostnameOrIp" |
static final String | EXTERNAL_DATABASE_NAME = "ExternalDatabaseName" |
static final String | EXTERNAL_DATABASE_PASSWORD = "ExternalDatabasePassword" |
static final String | EXTERNAL_DATABASE_PORTNUMBER = "ExternalDatabasePortNumber" |
static final String | EXTERNAL_DATABASE_TYPE = "ExternalDatabaseType" |
static final String | EXTERNAL_DATABASE_USER = "ExternalDatabaseUsername" |
static final String | GROUP_ITEMS_IN_TREE_BY_DATASOURCE = "GroupItemsInTreeByDataSource" |
static final String | HIDE_CENTRAL_REPO_COMMENTS_AND_OCCURRENCES = "HideCentralRepoCommentsAndOccurrences" |
static final String | HIDE_KNOWN_FILES_IN_DATA_SRCS_TREE = "HideKnownFilesInDataSourcesTree" |
static final String | HIDE_KNOWN_FILES_IN_VIEWS_TREE = "HideKnownFilesInViewsTree" |
static final String | HIDE_SLACK_FILES_IN_DATA_SRCS_TREE = "HideSlackFilesInDataSourcesTree" |
static final String | HIDE_SLACK_FILES_IN_VIEWS_TREE = "HideSlackFilesInViewsTree" |
static final String | INDEXING_SERVER_HOST = "IndexingServerHost" |
static final String | INDEXING_SERVER_PORT = "IndexingServerPort" |
static final String | IS_MULTI_USER_MODE_ENABLED = "IsMultiUserModeEnabled" |
static final String | KEEP_PREFERRED_VIEWER = "KeepPreferredViewer" |
static final String | NUMBER_OF_FILE_INGEST_THREADS = "NumberOfFileIngestThreads" |
static final String | PROCESS_TIME_OUT_ENABLED = "ProcessTimeOutEnabled" |
static final String | PROCESS_TIME_OUT_HOURS = "ProcessTimeOutHours" |
static final String | SETTINGS_PROPERTIES = "AutoIngest" |
static final String | SHOW_ONLY_CURRENT_USER_TAGS = "ShowOnlyCurrentUserTags" |
static final String | TIME_ZONE_FOR_DISPLAYS = "TimeZoneForDisplays" |
Private Member Functions | |
UserPreferences () | |
Static Private Attributes | |
static final String | APP_NAME = "AppName" |
static final int | DEFAULT_PORT_INT = 61616 |
static final String | DEFAULT_PORT_STRING = "61616" |
static final int | DEFAULT_PROCESS_TIMEOUT_HR = 60 |
static final boolean | IS_WINDOWS_OS = PlatformUtil.isWindowsOS() |
static final int | LOG_FILE_NUM_INT = 10 |
static final String | MAX_NUM_OF_LOG_FILE = "MaximumNumberOfLogFiles" |
static final String | MESSAGE_SERVICE_HOST = "MessageServiceHost" |
static final String | MESSAGE_SERVICE_PASSWORD = "MessageServicePassword" |
static final String | MESSAGE_SERVICE_PORT = "MessageServicePort" |
static final String | MESSAGE_SERVICE_USER = "MessageServiceUser" |
static final String | MODE = "AutopsyMode" |
static final Preferences | preferences = NbPreferences.forModule(UserPreferences.class) |
Provides convenient access to a Preferences node for user preferences with default values.
Definition at line 39 of file UserPreferences.java.
|
private |
Definition at line 80 of file UserPreferences.java.
|
static |
Definition at line 132 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 180 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 263 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.getProperties(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Get the display name for this program
Definition at line 435 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.Version.getName().
Referenced by org.sleuthkit.autopsy.casemodule.Case.getAppName(), org.sleuthkit.autopsy.casemodule.Case.getNameForTitle(), and org.sleuthkit.autopsy.livetriage.CreateLiveTriageDriveAction.performAction().
|
static |
Reads persisted case database connection info.
Definition at line 274 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText().
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkDatabaseConnectionStatus(), org.sleuthkit.autopsy.casemodule.Case.createCaseData(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.createDatabase(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.databaseExists(), org.sleuthkit.autopsy.casemodule.Case.deleteCase(), org.sleuthkit.autopsy.casemodule.SingleUserCaseConverter.ImportCaseData.ImportCaseData(), org.sleuthkit.autopsy.casemodule.Case.openCaseData(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitor.setupConnectionPool().
|
static |
get the default number of log files to save
Definition at line 462 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.LOG_FILE_NUM_INT.
|
static |
Definition at line 321 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), and org.sleuthkit.autopsy.coordinationservice.CoordinationService.isZooKeeperAccessible().
|
static |
Definition at line 329 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), and org.sleuthkit.autopsy.coordinationservice.CoordinationService.isZooKeeperAccessible().
|
static |
Definition at line 317 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.activateMonitorLocally(), org.sleuthkit.autopsy.core.ServicesMonitor.checkAllServices(), org.sleuthkit.autopsy.casemodule.Case.openAsCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.openCaseData().
|
static |
Reads persisted setting of whether process time out functionality is enabled.
Definition at line 414 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator().
|
static |
get the maximum number of log files to save
Definition at line 453 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.Logger.createFileHandlerWithTraces().
|
static |
Reads persisted message service connection info.
Definition at line 362 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText(), and org.sleuthkit.autopsy.core.UserPreferences.DEFAULT_PORT_INT.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkMessagingServerConnectionStatus(), and org.sleuthkit.autopsy.events.AutopsyEventPublisher.openRemoteEventChannel().
|
static |
Get mode from persistent storage.
Definition at line 94 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), org.sleuthkit.autopsy.coreutils.ModuleSettings.settingExists(), and org.sleuthkit.autopsy.core.UserPreferences.SelectedMode.STANDALONE.
|
static |
Reads persisted process time out value.
Definition at line 387 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator().
|
static |
Definition at line 188 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.getTimeZone(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 205 of file UserPreferences.java.
|
static |
Get the user preference which identifies whether the Central Repository should be called to get comments and occurrences for the (C)omments and (O)ccurrences columns in the result view.
Definition at line 243 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.InstanceCountNode.createSheet(), org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.createSheet(), org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.getProperties(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 148 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction().
|
static |
Definition at line 156 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.FileTypesByExtension.createQuery(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 164 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction().
|
static |
Definition at line 172 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 140 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.corecomponents.DataContentPanel.setupTabs().
|
static |
Definition at line 196 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestManager.IngestManager().
|
static |
Reload all preferences from disk. This is only needed if the preferences file is being directly modified on disk while Autopsy is running.
BackingStoreException |
Definition at line 117 of file UserPreferences.java.
|
static |
Definition at line 136 of file UserPreferences.java.
|
static |
Saves the current preferences to storage. This is only needed if the preferences files are going to be copied to another location while Autopsy is running.
BackingStoreException |
Definition at line 128 of file UserPreferences.java.
|
static |
Set the display name for this program
name | Display name |
Definition at line 444 of file UserPreferences.java.
|
static |
Persists case database connection info.
connectionInfo | An object encapsulating the database connection info. |
Definition at line 301 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText().
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 184 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useAnotherTimeRadioButtonActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useLocalTimeRadioButtonActionPerformed().
|
static |
Definition at line 259 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.fileNameTranslationColumnCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 210 of file UserPreferences.java.
|
static |
Set the user preference which identifies whether the Central Repository should be called to get comments and occurrences for the (C)omments and (O)ccurrences columns in the result view.
value | The value of which to assign to the user preference. |
Definition at line 255 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.commentsOccurencesColumnsCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 152 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.dataSourcesHideKnownCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 160 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.viewsHideKnownCheckboxActionPerformed().
|
static |
Definition at line 168 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.dataSourcesHideSlackCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 176 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.viewsHideSlackCheckboxActionPerformed().
|
static |
Definition at line 325 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 333 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 313 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.AutopsyTestCases(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Stores persisted setting of whether process time out functionality is enabled.
enabled | Persisted setting of whether process time out functionality is enabled. |
Definition at line 426 of file UserPreferences.java.
|
static |
Definition at line 144 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.keepCurrentViewerRadioButtonActionPerformed(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useBestViewerRadioButtonActionPerformed().
|
static |
Set the maximum number of log files to save
count | number of log files |
Definition at line 471 of file UserPreferences.java.
|
static |
Persists message service connection info.
info | An object encapsulating the message service info. |
Definition at line 344 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText().
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Set mode to persistent storage.
mode | Selected mode. |
Definition at line 107 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
Referenced by org.sleuthkit.autopsy.core.Installer.updateConfig().
|
static |
Definition at line 200 of file UserPreferences.java.
|
static |
Stores persisted process time out value.
value | Persisted process time out value (hours). |
Definition at line 400 of file UserPreferences.java.
|
static |
Set the user preference which identifies whether tags should be shown for only the current user or all users.
value | - true for just the current user, false for all users |
Definition at line 231 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.hideOtherUsersTagsCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 192 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.timeZoneListValueChanged().
|
static |
Get the user preference which identifies whether tags should be shown for only the current user or all users.
Definition at line 220 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagNodeFactory.createKeys(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.updateDisplayName(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.updateDisplayName(), and org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.updateDisplayName().
|
staticprivate |
Definition at line 69 of file UserPreferences.java.
|
staticprivate |
Definition at line 68 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getMessageServiceConnectionInfo().
|
staticprivate |
Definition at line 67 of file UserPreferences.java.
|
staticprivate |
Definition at line 66 of file UserPreferences.java.
|
static |
Definition at line 48 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 77 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 52 of file UserPreferences.java.
|
static |
Definition at line 54 of file UserPreferences.java.
|
static |
Definition at line 56 of file UserPreferences.java.
|
static |
Definition at line 53 of file UserPreferences.java.
|
static |
Definition at line 57 of file UserPreferences.java.
|
static |
Definition at line 55 of file UserPreferences.java.
|
static |
Definition at line 74 of file UserPreferences.java.
|
static |
Definition at line 76 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 44 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 45 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 46 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 47 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 58 of file UserPreferences.java.
|
static |
Definition at line 59 of file UserPreferences.java.
|
static |
Definition at line 51 of file UserPreferences.java.
|
staticprivate |
Definition at line 41 of file UserPreferences.java.
|
static |
Definition at line 43 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
staticprivate |
Definition at line 73 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getDefaultLogFileCount().
|
staticprivate |
Definition at line 72 of file UserPreferences.java.
|
staticprivate |
Definition at line 62 of file UserPreferences.java.
|
staticprivate |
Definition at line 60 of file UserPreferences.java.
|
staticprivate |
Definition at line 63 of file UserPreferences.java.
|
staticprivate |
Definition at line 61 of file UserPreferences.java.
|
staticprivate |
Definition at line 71 of file UserPreferences.java.
|
static |
Definition at line 50 of file UserPreferences.java.
|
staticprivate |
Definition at line 42 of file UserPreferences.java.
|
static |
Definition at line 64 of file UserPreferences.java.
|
static |
Definition at line 65 of file UserPreferences.java.
|
static |
Definition at line 70 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.Installer.updateConfig().
|
static |
Definition at line 75 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 49 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.