view distribution/config/commands/object-info.properties @ 652:e88742733601

Move command option definitions into properties file Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003493.html
author Jon VanAlten <vanaltj@gmail.com>
date Tue, 02 Oct 2012 17:43:39 -0400
parents 205565370bab
children
line wrap: on
line source

bundles = thermostat-common-core-@project.version@.jar, \
          thermostat-client-core-@project.version@.jar, \
          thermostat-common-command-@project.version@.jar, \
          thermostat-client-command-@project.version@.jar, \
          thermostat-client-heapdumper-@project.version@.jar, \
          thermostat-swing-components-@project.version@.jar, \
          thermostat-laf-@project.version@.jar

description = prints information about an object in a heap dump

usage = thermostat object-info --heapId <heap> --objectId <object>

options = heapId, objectId

heapId.short = h
heapId.long = heapId
heapId.hasarg = true
heapId.required = true
heapId.description = the ID of the heapdump to analyze

objectId.short = o
objectId.long = objectId
objectId.hasarg = true
objectId.required = true
objectId.description = the ID of the object to query