org.netbeans.modules.tomcat5.util |
|
Java Source File Name | Type | Comment |
EditableProperties.java | Class | Similar to
Properties but designed to retain additional
information needed for safe hand-editing.
Useful for various *.properties in a project:
- Can associate comments with particular entries.
- Order of entries preserved during modifications whenever possible.
- VCS-friendly: lines which are not semantically modified are not textually modified.
- Can automatically insert line breaks in new or modified values at positions
that are likely to be semantically meaningful, e.g.
|
LogManager.java | Class | LogManager manages all context and shared context logs for one
Tomcat server instace (one TomcatManager ). |
LogSupport.java | Class | LogSupport class for creating links in the output window. |
LogViewer.java | Class | Thread which displays Tomcat log files in the output window. |
LogViewerTest.java | Class | |
RepositoryImpl.java | Class | Repository whose getDefaultFileSystem() returns a writeable FS containing
the layer of the Tomcat, J2eeserver and the Database Explorer module. |
ServerLog.java | Class | Tomcat server log reads from the Tomcat standard and error output and
writes to output window. |
ServerLogTest.java | Class | |
TestBase.java | Class | Common ancestor for all test classes. |
TestUtils.java | Class | |
TomcatInstallUtil.java | Class | |
TomcatProperties.java | Class | Utility class that makes it easier to access and set Tomcat instance properties. |
TomcatUsers.java | Class | Helper class for working with tomcat-users.xml file.
Please note that syntax of tomcat-users.xml is not strictly given. |
TomcatUsersTest.java | Class | |
UnsupportedLoggerException.java | Class | |
Utils.java | Class | Utility class. |