Package wt.util.jmx
Interface PropertiesManagerMBean
- All Superinterfaces:
AbstractFileViewMBean,AbstractPropertiesManagerMBean,SelfEmailingMBean
MBean for editing Windchill properties
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionCollect all property files across the Property Manager and present in form of Map as with Key as relative path and value as array of each line in property file.Supported API: trueThe contents of site.xconf and all nested xconf files
Supported API: truebooleanWhether Property Editor MBeans use hierarchically displayable names
Supported API: truevoidScan for new property files and add new Property Editor MBeans
Supported API: truevoidsetHierarchicalDisplay(boolean hierarchicalDisplay) Whether Property Editor MBeans use hierarchically displayable names
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.AbstractFileViewMBean
getLastModifiedTime, getName, getPath, isExistsMethods inherited from interface wt.util.jmx.AbstractPropertiesManagerMBean
applyPendingChanges, clearPendingChanges, emailFile, getLogger, getLogLevel, getProperty, getSize, reviewPendingChanges, searchFile, sendFileToSupport, setLogLevel, viewFileMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
isHierarchicalDisplay
boolean isHierarchicalDisplay()Whether Property Editor MBeans use hierarchically displayable names
Supported API: true -
setHierarchicalDisplay
void setHierarchicalDisplay(boolean hierarchicalDisplay) Whether Property Editor MBeans use hierarchically displayable names
Supported API: true -
getXconfContents
The contents of site.xconf and all nested xconf files
Supported API: true- Throws:
Exception
-
refreshPropertiesEditors
Scan for new property files and add new Property Editor MBeans
Supported API: true -
collectPropertyFiles
Collect all property files across the Property Manager and present in form of Map as with Key as relative path and value as array of each line in property file.
Supported API: true- Throws:
IOException
-
collectXconfFiles
Supported API: true- Throws:
Exception
-