public class CartridgeResourceProperty extends Object
Modifier | Constructor and Description |
---|---|
protected |
CartridgeResourceProperty(String name,
String value)
Constructor called when embedded cartridges are listed within an
application.
|
protected |
CartridgeResourceProperty(String name,
String type,
String description,
String value)
Constructor called when embedded cartridges are listed on their own (when
/cartridges resource is queried.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
String |
toString() |
protected CartridgeResourceProperty(String name, String value)
ex.
"metrics-0.1":{ "connection_url":"https://eap6-foobarz.rhcloud.com/metrics/", "info":"Connection URL: https://eap6-foobarz.rhcloud.com/metrics/" }
protected CartridgeResourceProperty(String name, String type, String description, String value)
ex.
"properties":[ { "name":"connection_url", "type":"cart_data", "description":"Application metrics URL", "value":"https://eap6-foobarz.rhcloud.com/metrics/" }
Copyright © 2016 JBoss by Red Hat. All rights reserved.