public class Resource extends Object
Constructor and Description |
---|
Resource()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
The address for the resource.
|
Map<String,String> |
getProperties()
The properties for the resource.
|
Resource[] |
getResources()
Returns an array of resources that depend on this resource.
|
boolean |
isAddIfAbsent()
Whether or not we should add only if the resource is absent.
|
public String getAddress()
public boolean isAddIfAbsent()
true
if the resource should only be added if it does not already exist, otherwise false
.public Map<String,String> getProperties()
public Resource[] getResources()
isAddIfAbsent()
is defined and his resource is already
defined.null
if there are no child resources.Copyright © 2019 JBoss by Red Hat. All rights reserved.