zooinspector
An improved zookeeper inspector
File Explorer
Download Latest Version (.zip)- assembly.xml
- log4j.properties
- BasicDataEncryptionManager.java
- DataEncryptionManager.java
- NodeViewerACL.java
- NodeViewerData.java
- NodeViewerMetaData.java
- ZooInspectorNodeViewer.java
- NodeDataViewerFindDialog.java
- NodeViewersChangeListener.java
- ZooInspectorAboutDialog.java
- ZooInspectorConnectionPropertiesDialog.java
- ZooInspectorIconResources.java
- ZooInspectorNodeViewersDialog.java
- ZooInspectorNodeViewersPanel.java
- ZooInspectorPanel.java
- ZooInspectorTreeViewer.java
- LoggerFactory.java
- NodeListener.java
- Pair.java
- ZooInspectorManager.java
- ZooInspectorManagerCache.java
- ZooInspectorManagerImpl.java
- ZooInspectorNodeManager.java
- ZooInspectorNodeTreeManager.java
- ZooInspectorReadOnlyManager.java
- Toaster.java
- App.java
- ListInput.java
- ZooInspector.java
- ZooInspectorUtil.java
- ZooKeeperRetry.java
- edit.gif
- edtsrclkup_co.gif
- file_obj.gif
- fldr_obj.gif
- info_obj.gif
- jspdecl.gif
- launch_run.gif
- launch_stop.gif
- new_con.gif
- refresh.gif
- save_edit.gif
- search.gif
- search_next.gif
- search_prev.gif
- trash.gif
- about.html
- defaultConnectionSettings.cfg
- defaultNodeVeiwers.cfg
- AppTest.java
- .gitignore
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/zzhang5/zooinspector
Downloads the entire project code from GitHub to your computer.
cd zooinspector
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
