Package org.jboss.as.jdr.commands
Class SystemProperties
- java.lang.Object
-
- org.jboss.as.jdr.commands.JdrCommand
-
- org.jboss.as.jdr.commands.SystemProperties
-
public class SystemProperties extends JdrCommand
Add the JVM System properties to the JDR report- Author:
- Brad Maxwell
-
-
Constructor Summary
Constructors Constructor Description SystemProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()executes the commandJdrPluginimplementations do not need to call this method.SystemPropertiessanitizer(Sanitizer... sanitizers)-
Methods inherited from class org.jboss.as.jdr.commands.JdrCommand
setEnvironment
-
-
-
-
Method Detail
-
sanitizer
public SystemProperties sanitizer(Sanitizer... sanitizers)
-
execute
public void execute() throws ExceptionDescription copied from class:JdrCommandexecutes the commandJdrPluginimplementations do not need to call this method.- Specified by:
executein classJdrCommand- Throws:
Exception
-
-