public class CartridgeResourceProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_URL |
static String |
DATABASE_NAME |
static String |
JOB_URL |
static String |
PASSWORD |
static String |
USERNAME |
Constructor and Description |
---|
CartridgeResourceProperties() |
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
CartridgeResourceProperty property) |
List<CartridgeResourceProperty> |
getAll() |
CartridgeResourceProperty |
getProperty(String name) |
String |
getPropertyValue(String name) |
int |
size() |
String |
toString() |
public static final String CONNECTION_URL
public static final String JOB_URL
public static final String USERNAME
public static final String PASSWORD
public static final String DATABASE_NAME
public void add(String name, CartridgeResourceProperty property)
public CartridgeResourceProperty getProperty(String name)
public List<CartridgeResourceProperty> getAll()
public int size()
Copyright © 2016 JBoss by Red Hat. All rights reserved.