Uses of Interface
org.opencms.util.I_CmsCloseable
-
Packages that use I_CmsCloseable Package Description org.opencms.util Utility functions for String manipulation and other often used tasks. -
-
Uses of I_CmsCloseable in org.opencms.util
Methods in org.opencms.util that return I_CmsCloseable Modifier and Type Method Description I_CmsCloseable
CmsTaskWatcher. openTask(java.lang.String label)
Adds a new task and returns a Closeable (to be used in a try-with-resources block) which removes the task entry again when closed.
-